Skip to content

Commit dd77b70

Browse files
BracketJohnzoey-kaiserphoenix-ru
authored
chore: upgrade to nitro 2.10, preparing for nitropack ecosystem switch from nitropack to nitro (#942)
* chore: upgrade to nitro 2.10, preparing for nitropack ecosystem switch from nitropack to nitro * chore: bump deps * fix(#927): fix minor nuxt warning * chore: revert fix to not flood the PR * chore: bump dependencies and dedupe --------- Co-authored-by: Zoey <[email protected]> Co-authored-by: Marsel Shaikhin <[email protected]> Co-authored-by: Marsel Shaikhin <[email protected]>
1 parent f5c3326 commit dd77b70

File tree

5 files changed

+3224
-4358
lines changed

5 files changed

+3224
-4358
lines changed

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@
3737
"test:unit": "vitest"
3838
},
3939
"dependencies": {
40-
"@nuxt/kit": "^3.12.4",
40+
"@nuxt/kit": "^3.14.1592",
4141
"defu": "^6.1.4",
42-
"h3": "^1.12.0",
42+
"h3": "^1.13.0",
4343
"knitwork": "^1.1.0",
44-
"nitropack": "^2.9.7",
44+
"nitropack": "^2.10.4",
4545
"requrl": "^3.0.2",
4646
"scule": "^1.3.0",
4747
"ufo": "^1.5.4"
@@ -50,20 +50,20 @@
5050
"next-auth": "~4.21.1"
5151
},
5252
"devDependencies": {
53-
"@antfu/eslint-config": "^2.25.0",
54-
"@nuxt/module-builder": "^0.8.3",
55-
"@nuxt/schema": "^3.12.4",
53+
"@antfu/eslint-config": "^2.27.3",
54+
"@nuxt/module-builder": "^0.8.4",
55+
"@nuxt/schema": "^3.14.1592",
5656
"@nuxtjs/eslint-config-typescript": "^12.1.0",
57-
"@types/node": "^18.19.42",
58-
"eslint": "^8.57.0",
59-
"nuxt": "^3.12.4",
60-
"ofetch": "^1.3.4",
61-
"oxlint": "^0.7.0",
57+
"@types/node": "^18.19.68",
58+
"eslint": "^8.57.1",
59+
"nuxt": "^3.14.1592",
60+
"ofetch": "^1.4.1",
61+
"oxlint": "^0.7.2",
6262
"ts-essentials": "^9.4.2",
6363
"typescript": "^5.5.4",
64-
"vitepress": "^1.3.1",
64+
"vitepress": "^1.5.0",
6565
"vitest": "^1.6.0",
66-
"vue-tsc": "^2.0.29"
66+
"vue-tsc": "^2.1.10"
6767
},
6868
"packageManager": "[email protected]+sha512.38dc6fba8dba35b39340b9700112c2fe1e12f10b17134715a4aa98ccf7bb035e76fd981cf0bb384dfa98f8d6af5481c2bef2f4266a24bfa20c34eb7147ce0b5e"
6969
}

playground-authjs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"postinstall": "nuxt prepare"
1010
},
1111
"devDependencies": {
12-
"nuxt": "^3.12.4",
12+
"nuxt": "^3.14.1592",
1313
"typescript": "^5.5.4",
14-
"vue-tsc": "^2.0.29"
14+
"vue-tsc": "^2.1.10"
1515
}
1616
}

playground-local/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@
1515
"zod": "^3.23.8"
1616
},
1717
"devDependencies": {
18-
"@nuxt/test-utils": "^3.14.1",
19-
"@playwright/test": "^1.46.0",
20-
"@types/jsonwebtoken": "^9.0.6",
21-
"@types/node": "^18.19.44",
18+
"@nuxt/test-utils": "^3.15.1",
19+
"@playwright/test": "^1.49.1",
20+
"@types/jsonwebtoken": "^9.0.7",
21+
"@types/node": "^18.19.68",
2222
"@vue/test-utils": "^2.4.6",
23-
"nuxt": "^3.12.4",
23+
"nuxt": "^3.14.1592",
2424
"typescript": "^5.5.4",
2525
"vitest": "^1.6.0",
26-
"vue-tsc": "^2.0.29"
26+
"vue-tsc": "^2.1.10"
2727
}
2828
}

0 commit comments

Comments
 (0)