Skip to content

Commit 6f2369d

Browse files
authored
feat!: upgrade to nuxt v4 (#419)
1 parent 415dbe9 commit 6f2369d

File tree

6 files changed

+2845
-1408
lines changed

6 files changed

+2845
-1408
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"@iconify/utils": "^2.3.0",
3939
"@iconify/vue": "^5.0.0",
4040
"@nuxt/devtools-kit": "^2.5.0",
41-
"@nuxt/kit": "^3.17.5",
41+
"@nuxt/kit": "^4.0.3",
4242
"consola": "^3.4.2",
4343
"local-pkg": "^1.1.1",
4444
"mlly": "^1.7.4",
@@ -58,15 +58,15 @@
5858
"@nuxt/devtools": "^2.5.0",
5959
"@nuxt/eslint-config": "^1.4.1",
6060
"@nuxt/module-builder": "^1.0.1",
61-
"@nuxt/schema": "^3.17.5",
61+
"@nuxt/schema": "^4.0.3",
6262
"@nuxt/test-utils": "^3.19.1",
6363
"@types/node": "^24.0.7",
6464
"@types/picomatch": "^4.0.0",
6565
"@unocss/nuxt": "^66.3.2",
6666
"bumpp": "^10.2.0",
6767
"changelogen": "^0.6.1",
6868
"eslint": "^9.30.0",
69-
"nuxt": "^3.17.5",
69+
"nuxt": "^4.0.3",
7070
"nuxthub": "^0.9.2",
7171
"prettier": "^3.6.2",
7272
"typescript": "~5.8.3",
@@ -75,7 +75,7 @@
7575
"vue-tsc": "^2.2.10"
7676
},
7777
"resolutions": {
78-
"nuxt": "^3.17.5",
78+
"nuxt": "^4.0.3",
7979
"vite": "^7.0.0"
8080
}
81-
}
81+
}

playground/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"dependencies": {
1313
"@nuxthub/core": "^0.9.0",
14-
"nuxt": "^3.17.5"
14+
"nuxt": "^4.0.3"
1515
},
1616
"devDependencies": {
1717
"@nuxt/test-utils": "^3.19.1",
@@ -20,4 +20,4 @@
2020
"vitest": "^3.2.4",
2121
"wrangler": "^4.22.0"
2222
}
23-
}
23+
}

0 commit comments

Comments
 (0)