Skip to content

Commit fb9d1e3

Browse files
chore(deps): update nuxt core to v4
1 parent bf24981 commit fb9d1e3

File tree

3 files changed

+1040
-238
lines changed

3 files changed

+1040
-238
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"test": "vitest run"
4343
},
4444
"dependencies": {
45-
"@nuxt/kit": "^3.14.1592",
45+
"@nuxt/kit": "^4.0.0",
4646
"beasties": "^0.3.0",
4747
"pathe": "^2.0.0",
4848
"ufo": "^1.5.4"
@@ -56,12 +56,12 @@
5656
"bumpp": "10.2.0",
5757
"eslint": "9.34.0",
5858
"lint-staged": "16.1.2",
59-
"nuxt": "3.17.5",
59+
"nuxt": "4.1.0",
6060
"simple-git-hooks": "2.13.0",
6161
"vitest": "3.2.4"
6262
},
6363
"resolutions": {
64-
"@nuxt/schema": "3.17.5",
64+
"@nuxt/schema": "4.1.0",
6565
"@nuxtjs/critters": "link:./"
6666
},
6767
"simple-git-hooks": {

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/critters": "latest",
12-
"nuxt": "3.17.5"
12+
"nuxt": "4.1.0"
1313
}
1414
}

0 commit comments

Comments
 (0)