Skip to content

Commit d21f9ed

Browse files
chore(deps): update nuxt core to v4
1 parent 4d83393 commit d21f9ed

File tree

4 files changed

+1397
-288
lines changed

4 files changed

+1397
-288
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.1",
1313
"@nuxtjs/plausible": "1.2.0",
14-
"nuxt": "3.17.5"
14+
"nuxt": "4.0.0"
1515
}
1616
}

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"@ionic/cli": "^7.2.0",
6363
"@ionic/vue": "^8.4.3",
6464
"@ionic/vue-router": "^8.4.3",
65-
"@nuxt/kit": "^3.16.1",
65+
"@nuxt/kit": "^4.0.0",
6666
"@unhead/vue": "^2.0.0-rc.13",
6767
"ionicons": "^7.4.0",
6868
"pathe": "^2.0.3",
@@ -74,7 +74,7 @@
7474
"@ionic/core": "8.6.4",
7575
"@nuxt/eslint-config": "1.5.2",
7676
"@nuxt/module-builder": "1.0.1",
77-
"@nuxt/schema": "3.17.5",
77+
"@nuxt/schema": "4.0.0",
7878
"@nuxt/test-utils": "3.19.1",
7979
"@types/node": "22.16.3",
8080
"@vitest/coverage-v8": "3.2.4",
@@ -85,7 +85,7 @@
8585
"happy-dom": "18.0.1",
8686
"husky": "9.1.7",
8787
"lint-staged": "16.1.2",
88-
"nuxt": "3.17.5",
88+
"nuxt": "4.0.0",
8989
"playwright-core": "1.54.1",
9090
"simple-git-hooks": "2.13.0",
9191
"typescript": "5.8.3",
@@ -105,8 +105,8 @@
105105
},
106106
"resolutions": {
107107
"@nuxt/content": "2.13.4",
108-
"@nuxt/kit": "3.17.5",
109-
"@nuxt/schema": "3.17.5",
108+
"@nuxt/kit": "^4.0.0",
109+
"@nuxt/schema": "4.0.0",
110110
"@nuxtjs/ionic": "link:.",
111111
"consola": "^3.4.0",
112112
"nuxt-component-meta": ">=0.10.0"

playground/package.json

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

0 commit comments

Comments
 (0)