Skip to content

Commit 10999ad

Browse files
committed
chore: upgrade deps
1 parent 88ae5cf commit 10999ad

File tree

3 files changed

+1469
-2102
lines changed

3 files changed

+1469
-2102
lines changed

docs/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -14,21 +14,21 @@
1414
},
1515
"devDependencies": {
1616
"@iconify-json/ri": "^1.2.5",
17-
"@shikijs/vitepress-twoslash": "^1.27.2",
17+
"@shikijs/vitepress-twoslash": "^1.29.1",
1818
"case-police": "^0.7.2",
1919
"consola": "^3.4.0",
2020
"dotenv": "^16.4.7",
21-
"eslint": "^9.18.0",
21+
"eslint": "^9.19.0",
2222
"markdown-it": "^14.1.0",
2323
"markdown-it-github-alerts": "^0.3.0",
2424
"ofetch": "^1.4.1",
2525
"tsx": "^4.19.2",
26-
"unocss": "^65.4.2",
26+
"unocss": "^65.4.3",
2727
"unplugin": "workspace:*",
2828
"unplugin-icons": "^22.0.0",
2929
"unplugin-vue-components": "^28.0.0",
30-
"vitepress": "^1.5.0",
31-
"vitepress-plugin-group-icons": "^1.3.4",
30+
"vitepress": "^2.0.0-alpha.2",
31+
"vitepress-plugin-group-icons": "^1.3.5",
3232
"vue": "^3.5.13",
3333
"vue-tsc": "^2.2.0"
3434
}

package.json

+14-19
Original file line numberDiff line numberDiff line change
@@ -47,40 +47,35 @@
4747
},
4848
"devDependencies": {
4949
"@ampproject/remapping": "^2.3.0",
50-
"@antfu/eslint-config": "^3.14.0",
51-
"@antfu/ni": "^23.2.0",
50+
"@antfu/eslint-config": "^3.16.0",
51+
"@antfu/ni": "^23.3.0",
5252
"@farmfe/cli": "^1.0.4",
5353
"@farmfe/core": "^1.6.6",
54-
"@rspack/cli": "^1.1.8",
55-
"@rspack/core": "^1.1.8",
54+
"@rspack/cli": "^1.2.2",
55+
"@rspack/core": "^1.2.2",
5656
"@types/fs-extra": "^11.0.4",
57-
"@types/node": "^22.10.7",
58-
"bumpp": "^9.10.1",
57+
"@types/node": "^22.12.0",
58+
"bumpp": "^9.11.1",
5959
"esbuild": "^0.24.2",
6060
"esbuild-plugin-copy": "^2.1.1",
61-
"eslint": "^9.18.0",
61+
"eslint": "^9.19.0",
6262
"fast-glob": "^3.3.3",
6363
"fs-extra": "^11.3.0",
6464
"jiti": "^2.4.2",
65-
"lint-staged": "^15.4.1",
65+
"lint-staged": "^15.4.3",
6666
"magic-string": "^0.30.17",
6767
"picocolors": "^1.1.1",
68-
"rolldown": "^0.15.1",
69-
"rollup": "^4.30.1",
68+
"rolldown": "^1.0.0-beta.3",
69+
"rollup": "^4.32.1",
7070
"simple-git-hooks": "^2.11.1",
71-
"tsdown": "^0.5.3",
72-
"typescript": "~5.6.3",
71+
"tsdown": "^0.5.5",
72+
"typescript": "~5.7.3",
7373
"unplugin": "workspace:*",
74-
"vite": "^6.0.7",
75-
"vitest": "^3.0.2",
74+
"vite": "^6.0.11",
75+
"vitest": "^3.0.4",
7676
"webpack": "^5.97.1",
7777
"webpack-cli": "^6.0.1"
7878
},
79-
"pnpm": {
80-
"overrides": {
81-
"typescript": "~5.6.3"
82-
}
83-
},
8479
"simple-git-hooks": {
8580
"pre-commit": "pnpm lint-staged"
8681
},

0 commit comments

Comments
 (0)