Skip to content

Commit a26ab48

Browse files
chore(deps): update nuxt core to v4
1 parent 537a7f9 commit a26ab48

File tree

3 files changed

+95
-198
lines changed

3 files changed

+95
-198
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.6.0",
6464
"magic-string": "^0.30.17",
6565
"pathe": "^2.0.3",
@@ -68,14 +68,14 @@
6868
"devDependencies": {
6969
"@nuxt/eslint-config": "1.9.0",
7070
"@nuxt/module-builder": "1.0.2",
71-
"@nuxt/schema": "3.20.1",
71+
"@nuxt/schema": "4.2.1",
7272
"@nuxt/test-utils": "3.20.1",
7373
"@types/node": "22.18.1",
7474
"@vitest/coverage-v8": "3.2.4",
7575
"bumpp": "10.2.3",
7676
"eslint": "9.35.0",
7777
"lint-staged": "16.1.6",
78-
"nuxt": "3.20.1",
78+
"nuxt": "4.2.1",
7979
"rollup": "4.50.1",
8080
"simple-git-hooks": "2.13.1",
8181
"typescript": "5.9.2",
@@ -92,7 +92,7 @@
9292
"pre-commit": "npx lint-staged"
9393
},
9494
"resolutions": {
95-
"@nuxt/kit": "3.20.1",
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.20.1"
12+
"nuxt": "4.2.1"
1313
}
1414
}

0 commit comments

Comments
 (0)