8000 chore: upgrade deps · unjs/unplugin@54cd077 · GitHub
[go: up one dir, main page]

Skip to content

Commit 54cd077

Browse files
committed
chore: upgrade deps
1 parent 507d8ff commit 54cd077

File tree

3 files changed

+1309
-1641
lines changed

3 files changed

+1309
-1641
lines changed

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"markdown-it-github-alerts": "^1.0.0",
2323
"ofetch": "^1.4.1",
2424
"tsx": "^4.19.3",
25-
"unocss": "^66.1.0-beta.6",
25+
"unocss": "^66.1.0-beta.8",
2626
"unplugin": "workspace:*",
2727
"unplugin-icons": "^22.1.0",
2828
"unplugin-vue-components": "^28.4.1",

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "unplugin",
33
"type": "module",
44
"version": "2.2.2",
5-
"packageManager": "pnpm@10.6.5",
5+
"packageManager": "pnpm@10.7.1",
66
"description": "Unified plugin system for build tools",
77
"license": "MIT",
88
"repository": {
@@ -47,38 +47,38 @@
4747
},
4848
"devDependencies": {
4949
"@ampproject/remapping": "^2.3.0",
50-
"@antfu/eslint-config": "^4.10.2",
50+
"@antfu/eslint-config": "^4.11.0",
5151
"@antfu/ni": "^24.3.0",
5252
"@farmfe/cli": "^1.0.4",
5353
"@farmfe/core": "^1.7.1",
54-
"@rspack/cli": "^1.2.8",
55-
"@rspack/core": "^1.2.8",
54+
"@rspack/cli": "^1.3.1",
55+
"@rspack/core": "^1.3.1",
5656
"@types/fs-extra": "^11.0.4",
57-
"@types/node": "^22.13.11",
57+
"@types/node": "^22.13.17",
5858
"ansis": "^3.17.0",
5959
"bumpp": "^10.1.0",
60-
"esbuild": "^0.25.1",
60+
"esbuild": "^0.25.2",
6161
"esbuild-plugin-copy": "^2.1.1",
62-
"eslint": "^9.22.0",
62+
"eslint": "^9.23.0",
6363
"fast-glob": "^3.3.3",
6464
"fs-extra": "^11.3.0",
6565
"jiti": "^2.4.2",
6666
"lint-staged": "^15.5.0",
6767
"magic-string": "^0.30.17",
68-
"rolldown": "^1.0.0-beta.6",
69-
"rollup": "^4.36.0",
68+
"rolldown": "^1.0.0-beta.7",
69+
"rollup": "^4.39.0",
7070
"simple-git-hooks": "^2.12.1",
71-
"tsdown": "^0.6.9",
71+
"tsdown": "^0.6.10",
7272
"typescript": "~5.8.2",
7373
"unloader": "^0.4.3",
7474
"unplugin": "workspace:*",
75-
"vite": "^6.2.2",
76-
"vitest": "^3.0.9",
75+
"vite": "^6.2.4",
76+
"vitest": "^3.1.1",
7777
"webpack": "^5.98.0",
7878
"webpack-cli": "^6.0.1"
7979
},
8080
"resolutions": {
81-
"esbuild": "^0.25.1"
81+
"esbuild": "^0.25.2"
8282
},
8383
"simple-git-hooks": {
8484
"pre-commit": "pnpm lint-staged"

0 commit comments

Comments
 (0)
0