Skip to content

Commit 61aaeba

Browse files
committed
chore: bump nuxt packages (#505)
1 parent d196f01 commit 61aaeba

File tree

4 files changed

+2065
-834
lines changed

4 files changed

+2065
-834
lines changed

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
"devDependencies": {
1212
"@nuxt-themes/docus": "1.15.0",
1313
"@nuxtjs/plausible": "0.2.4",
14-
"nuxt": "3.6.5"
14+
"nuxt": "3.9.1"
1515
}
1616
}

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@
3333
"dist"
3434
],
3535
"scripts": {
36-
"build": "pnpm dev:prepare && nuxt-module-build",
36+
"build": "pnpm dev:prepare && nuxt-module-build build",
3737
"dev": "nuxi dev playground",
3838
"dev:build": "nuxi build playground",
39-
"dev:prepare": "pnpm nuxt-module-build --stub && nuxt-module-build prepare && nuxi prepare playground",
39+
"dev:prepare": "pnpm nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
4040
"docs:dev": "nuxi dev docs",
4141
"docs:build": "nuxi build docs",
4242
"lint": "pnpm lint:all:eslint && pnpm lint:all:prettier",
@@ -60,7 +60,7 @@
6060
"@ionic/vue": "^7.6.3",
6161
"@ionic/vue-router": "^7.6.3",
6262
"@kevinmarrec/nuxt-pwa": "^0.17.0",
63-
"@nuxt/kit": "^3.1.0",
63+
"@nuxt/kit": "^3.9.1",
6464
"ionicons": "^7.2.2",
6565
"pathe": "^1.1.1",
6666
"pkg-types": "^1.0.3",
@@ -69,9 +69,9 @@
6969
},
7070
"devDependencies": {
7171
"@nuxt/eslint-config": "0.2.0",
72-
"@nuxt/module-builder": "0.4.0",
73-
"@nuxt/schema": "3.6.5",
74-
"@nuxt/test-utils": "3.6.5",
72+
"@nuxt/module-builder": "0.5.5",
73+
"@nuxt/schema": "3.9.1",
74+
"@nuxt/test-utils": "3.9.0",
7575
"@types/node": "20.10.7",
7676
"@vitest/coverage-v8": "1.1.3",
7777
"bumpp": "9.2.1",
@@ -81,7 +81,7 @@
8181
"expect-type": "0.17.3",
8282
"husky": "8.0.3",
8383
"lint-staged": "15.2.0",
84-
"nuxt": "3.6.5",
84+
"nuxt": "3.9.1",
8585
"pinst": "3.0.0",
8686
"playwright": "1.40.1",
8787
"prettier": "3.1.1",
@@ -90,8 +90,8 @@
9090
"vue": "3.4.7"
9191
},
9292
"resolutions": {
93-
"@nuxt/kit": "3.6.5",
94-
"@nuxt/schema": "3.6.5",
93+
"@nuxt/kit": "3.9.1",
94+
"@nuxt/schema": "3.9.1",
9595
"@nuxtjs/ionic": "link:.",
9696
"consola": "^3.2.3"
9797
},

playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
"@capacitor/filesystem": "5.2.0",
1313
"@capacitor/preferences": "5.0.6",
1414
"@nuxtjs/ionic": "latest",
15-
"nuxt": "3.6.5"
15+
"nuxt": "3.9.1"
1616
}
1717
}

0 commit comments

Comments
 (0)