Skip to content

Commit 854383a

Browse files
fix(deps): update all non-major dependencies (#60)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 88099a7 commit 854383a

File tree

2 files changed

+591
-474
lines changed

2 files changed

+591
-474
lines changed

package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "unplugin-inline-enum",
33
"version": "0.3.1",
4-
"packageManager": "[email protected].3",
4+
"packageManager": "[email protected].5",
55
"description": "Inline enum values to optimize bundle size.",
66
"type": "module",
77
"keywords": [
@@ -64,7 +64,7 @@
6464
"fast-glob": "^3.3.3",
6565
"magic-string": "^0.30.17",
6666
"picomatch": "^4.0.2",
67-
"unplugin": "^2.2.0",
67+
"unplugin": "^2.2.2",
6868
"unplugin-replace": "^0.5.1",
6969
"unplugin-utils": "^0.2.4"
7070
},
@@ -73,19 +73,19 @@
7373
"@sxzz/eslint-config": "^5.3.0",
7474
"@sxzz/prettier-config": "^2.2.1",
7575
"@sxzz/test-utils": "^0.5.2",
76-
"@types/node": "^22.13.10",
76+
"@types/node": "^22.13.11",
7777
"@types/picomatch": "^3.0.2",
7878
"bumpp": "^10.1.0",
7979
"esbuild": "^0.25.1",
80-
"eslint": "^9.22.0",
80+
"eslint": "^9.23.0",
8181
"prettier": "^3.5.3",
82-
"rollup": "^4.35.0",
83-
"tsdown": "^0.6.8",
82+
"rollup": "^4.37.0",
83+
"tsdown": "^0.6.9",
8484
"tsx": "^4.19.3",
8585
"typescript": "^5.8.2",
86-
"unplugin-oxc": "^0.2.8",
86+
"unplugin-oxc": "^0.3.2",
8787
"vite": "^6.2.2",
88-
"vitest": "^3.0.8",
88+
"vitest": "^3.0.9",
8989
"webpack": "^5.98.0"
9090
},
9191
"engines": {

0 commit comments

Comments
 (0)