Skip to content

Commit 675b5bf

Browse files
chore(deps): update nuxt core to v4
1 parent 129926e commit 675b5bf

File tree

3 files changed

+2306
-1417
lines changed

3 files changed

+2306
-1417
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"test:types": "tsc --noEmit"
6060
},
6161
"dependencies": {
62-
"@nuxt/kit": "^3.15.4",
62+
"@nuxt/kit": "^4.0.0",
6363
"fontaine": "^0.5.0",
6464
"magic-string": "^0.30.17",
6565
"pathe": "^2.0.3",
@@ -68,14 +68,14 @@
6868
"devDependencies": {
6969
"@nuxt/eslint-config": "1.3.0",
7070
"@nuxt/module-builder": "1.0.1",
71-
"@nuxt/schema": "3.17.5",
71+
"@nuxt/schema": "4.0.0",
7272
"@nuxt/test-utils": "3.19.1",
7373
"@types/node": "22.14.1",
7474
"@vitest/coverage-v8": "3.2.4",
7575
"bumpp": "10.1.0",
7676
"eslint": "9.31.0",
7777
"lint-staged": "16.0.0",
78-
"nuxt": "3.17.5",
78+
"nuxt": "4.0.0",
7979
"rollup": "4.41.1",
8080
"simple-git-hooks": "2.12.1",
8181
"typescript": "5.8.3",
@@ -92,7 +92,7 @@
9292
"pre-commit": "npx lint-staged"
9393
},
9494
"resolutions": {
95-
"@nuxt/kit": "3.17.5",
95+
"@nuxt/kit": "^4.0.0",
9696
"@nuxtjs/fontaine": "link:."
9797
},
9898
"packageManager": "[email protected]"

playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
},
1010
"devDependencies": {
1111
"@nuxtjs/fontaine": "latest",
12-
"nuxt": "3.17.5"
12+
"nuxt": "4.0.0"
1313
}
1414
}

0 commit comments

Comments
 (0)