File tree Expand file tree Collapse file tree 4 files changed +277
-335
lines changed Expand file tree Collapse file tree 4 files changed +277
-335
lines changed Original file line number Diff line number Diff line change 7575 " prettier --parser=typescript --write"
7676 ]
7777 },
78- "resolutions" : {
79- "@nuxt/schema" : " ^3.9.0"
80- },
8178 "pnpm" : {
8279 "onlyBuiltDependencies" : [
8380 " esbuild" ,
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff 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']`
You can’t perform that action at this time.
0 commit comments