Skip to content

Commit 09c00e2

Browse files
chore(deps): update nuxt framework to v4
1 parent a3d424b commit 09c00e2

File tree

3 files changed

+464
-324
lines changed

3 files changed

+464
-324
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"test:types": "nuxt-module-build prepare && nuxt prepare playground && vue-tsc --noEmit"
4545
},
4646
"dependencies": {
47-
"@nuxt/kit": "^3.19.2",
47+
"@nuxt/kit": "^4.1.3",
4848
"citty": "^0.1.6",
4949
"consola": "^3.4.2",
5050
"destr": "^2.0.5",
@@ -60,7 +60,7 @@
6060
"devDependencies": {
6161
"@nuxt/eslint-config": "^1.9.0",
6262
"@nuxt/module-builder": "^1.0.2",
63-
"@nuxt/schema": "^3.19.2",
63+
"@nuxt/schema": "^4.1.3",
6464
"@nuxt/test-utils": "^3.19.2",
6565
"@types/git-url-parse": "^16.0.2",
6666
"@vitest/coverage-v8": "^3.2.4",
@@ -70,7 +70,7 @@
7070
"h3": "^1.15.4",
7171
"installed-check": "^9.3.0",
7272
"knip": "^5.64.2",
73-
"nuxt": "^3.19.2",
73+
"nuxt": "^4.1.3",
7474
"typescript": "^5.9.3",
7575
"unbuild": "^3.6.1",
7676
"vitest": "^3.2.4",

playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
"build": "nuxt build"
66
},
77
"dependencies": {
8-
"nuxt": "^3.19.2"
8+
"nuxt": "^4.1.3"
99
}
1010
}

0 commit comments

Comments
 (0)