Skip to content

Commit

Permalink
chore: bump nuxt versions
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Jan 2, 2024
1 parent 5dcde0b commit 9bd814c
Show file tree
Hide file tree
Showing 3 changed files with 923 additions and 97 deletions.
10 changes: 5 additions & 5 deletions packages/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,14 @@
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s --commit-path . -l @pinia/nuxt -r 1"
},
"dependencies": {
"@nuxt/kit": "^3.8.2",
"@nuxt/kit": "^3.9.0",
"pinia": ">=2.1.7"
},
"devDependencies": {
"@nuxt/module-builder": "^0.5.4",
"@nuxt/schema": "^3.8.2",
"@nuxt/test-utils": "^3.8.1",
"nuxt": "^3.8.2",
"@nuxt/module-builder": "^0.5.5",
"@nuxt/schema": "^3.9.0",
"@nuxt/test-utils": "^3.9.0",
"nuxt": "^3.9.0",
"typescript": "^5.2.2",
"vue-tsc": "^1.8.25"
},
Expand Down
2 changes: 0 additions & 2 deletions packages/nuxt/src/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,11 @@ const module: NuxtModule<ModuleOptions> = defineNuxtModule<ModuleOptions>({

// Disable default Vuex store (Nuxt v2.10+ only)
if (
// @ts-expect-error: no feature flag anymore or private?
nuxt.options.features &&
// ts
options.disableVuex &&
isNuxt2()
) {
// @ts-expect-error: same
nuxt.options.features.store = false
}

Expand Down
Loading

0 comments on commit 9bd814c

Please sign in to comment.