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 bf24981 commit fb9d1e3Copy full SHA for fb9d1e3
package.json
@@ -42,7 +42,7 @@
42
"test": "vitest run"
43
},
44
"dependencies": {
45
- "@nuxt/kit": "^3.14.1592",
+ "@nuxt/kit": "^4.0.0",
46
"beasties": "^0.3.0",
47
"pathe": "^2.0.0",
48
"ufo": "^1.5.4"
@@ -56,12 +56,12 @@
56
"bumpp": "10.2.0",
57
"eslint": "9.34.0",
58
"lint-staged": "16.1.2",
59
- "nuxt": "3.17.5",
+ "nuxt": "4.1.0",
60
"simple-git-hooks": "2.13.0",
61
"vitest": "3.2.4"
62
63
"resolutions": {
64
- "@nuxt/schema": "3.17.5",
+ "@nuxt/schema": "4.1.0",
65
"@nuxtjs/critters": "link:./"
66
67
"simple-git-hooks": {
playground/package.json
@@ -9,6 +9,6 @@
9
10
"devDependencies": {
11
"@nuxtjs/critters": "latest",
12
- "nuxt": "3.17.5"
+ "nuxt": "4.1.0"
13
}
14
0 commit comments