We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3fad52 commit 01bff88Copy full SHA for 01bff88
package.json
@@ -37,7 +37,7 @@
37
"test": "pnpm lint"
38
},
39
"dependencies": {
40
- "@nuxt/kit": "^3.11.2",
+ "@nuxt/kit": "^4.0.3",
41
"defu": "^6.1.4",
42
"pathe": "^1.1.2",
43
"ufo": "^1.5.3",
@@ -46,7 +46,7 @@
46
"devDependencies": {
47
"@nuxt/module-builder": "^0.5.5",
48
"eslint": "^9.1.1",
49
- "nuxt": "^3.11.2",
+ "nuxt": "^4.0.3",
50
"standard-version": "^9.5.0",
51
"typescript": "^5.4.5",
52
"@nuxt/eslint-config": "^0.3.9"
playground-nuxt2/package.json
@@ -5,6 +5,6 @@
5
"build": "nuxt build"
6
7
8
- "nuxt": "^2.17.3"
+ "nuxt": "^4.0.3"
9
}
10
0 commit comments