Skip to content

Commit 8a65eb7

Browse files
committed
chore: up nuxt 4
1 parent e25e525 commit 8a65eb7

File tree

4 files changed

+277
-335
lines changed

4 files changed

+277
-335
lines changed

package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,6 @@
7575
"prettier --parser=typescript --write"
7676
]
7777
},
78-
"resolutions": {
79-
"@nuxt/schema": "^3.9.0"
80-
},
8178
"pnpm": {
8279
"onlyBuiltDependencies": [
8380
"esbuild",

packages/nuxt/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,16 +42,16 @@
4242
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s --commit-path . -l @pinia/nuxt -r 1"
4343
},
4444
"dependencies": {
45-
"@nuxt/kit": "^3.20.0"
45+
"@nuxt/kit": "^4.2.0"
4646
},
4747
"peerDependencies": {
4848
"pinia": "workspace:^"
4949
},
5050
"devDependencies": {
5151
"@nuxt/module-builder": "1.0.2",
52-
"@nuxt/schema": "^3.20.0",
52+
"@nuxt/schema": "^4.2.0",
5353
"@nuxt/test-utils": "^3.20.1",
54-
"nuxt": "^3.20.0",
54+
"nuxt": "^4.2.0",
5555
"pinia": "workspace:^",
5656
"typescript": "^5.9.3",
5757
"vue-tsc": "^3.1.3"

packages/nuxt/src/module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export interface ModuleOptions {
1616
/**
1717
* Automatically add stores dirs to the auto imports. This is the same as
1818
* directly adding the dirs to the `imports.dirs` option. If you want to
19-
* also import nested stores, you can use the glob pattern `./stores/**`
19+
* also import nested stores, you can use the glob pattern `stores/**`
2020
* (on Nuxt 3) or `app/stores/**` (on Nuxt 4+)
2121
*
2222
* @default `['stores']`

0 commit comments

Comments
 (0)