Skip to content

Commit 86cc5c4

Browse files
chore(deps): update nuxt core to v4 (major) (#789)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Daniel Roe <daniel@roe.dev>
1 parent 260a44b commit 86cc5c4

File tree

4 files changed

+79
-183
lines changed

4 files changed

+79
-183
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.18.0"
14+
"nuxt": "4.0.2"
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.5",
7575
"@nuxt/eslint-config": "1.7.1",
7676
"@nuxt/module-builder": "1.0.2",
77-
"@nuxt/schema": "3.18.0",
77+
"@nuxt/schema": "4.0.2",
7878
"@nuxt/test-utils": "3.19.2",
7979
"@types/node": "22.16.5",
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.18.0",
88+
"nuxt": "4.0.2",
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.18.0",
109-
"@nuxt/schema": "3.18.0",
108+
"@nuxt/kit": "^4.0.0",
109+
"@nuxt/schema": "4.0.2",
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.3",
1313
"@capacitor/preferences": "7.0.1",
1414
"@nuxtjs/ionic": "latest",
15-
"nuxt": "3.18.0"
15+
"nuxt": "4.0.2"
1616
}
1717
}

0 commit comments

Comments
 (0)