Skip to content

Commit d581636

Browse files
fix(deps): update all non-major dependencies
1 parent 8f463f3 commit d581636

File tree

2 files changed

+684
-520
lines changed

2 files changed

+684
-520
lines changed

package.json

+13-13
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": "pnpm@10.5.2",
4+
"packageManager": "pnpm@10.6.2",
55
"description": "Inline enum values to optimize bundle size.",
66
"type": "module",
77
"keywords": [
@@ -59,33 +59,33 @@
5959
"prepublishOnly": "pnpm run build"
6060
},
6161
"dependencies": {
62-
"ast-kit": "^1.4.0",
62+
"ast-kit": "^1.4.2",
6363
"execa": "^9.5.2",
6464
"fast-glob": "^3.3.3",
6565
"magic-string": "^0.30.17",
6666
"picomatch": "^4.0.2",
6767
"unplugin": "^2.2.0",
68-
"unplugin-replace": "^0.5.0",
68+
"unplugin-replace": "^0.5.1",
6969
"unplugin-utils": "^0.2.4"
7070
},
7171
"devDependencies": {
7272
"@babel/types": "^7.26.9",
73-
"@sxzz/eslint-config": "^5.2.0",
74-
"@sxzz/prettier-config": "^2.2.0",
73+
"@sxzz/eslint-config": "^5.3.0",
74+
"@sxzz/prettier-config": "^2.2.1",
7575
"@sxzz/test-utils": "^0.5.1",
76-
"@types/node": "^22.13.9",
76+
"@types/node": "^22.13.10",
7777
"@types/picomatch": "^3.0.2",
7878
"bumpp": "^10.0.3",
79-
"esbuild": "^0.25.0",
80-
"eslint": "^9.21.0",
79+
"esbuild": "^0.25.1",
80+
"eslint": "^9.22.0",
8181
"prettier": "^3.5.3",
82-
"rollup": "^4.34.9",
83-
"tsdown": "^0.6.3",
82+
"rollup": "^4.35.0",
83+
"tsdown": "^0.6.4",
8484
"tsx": "^4.19.3",
8585
"typescript": "^5.8.2",
86-
"unplugin-oxc": "^0.2.6",
87-
"vite": "^6.2.0",
88-
"vitest": "^3.0.7",
86+
"unplugin-oxc": "^0.2.7",
87+
"vite": "^6.2.1",
88+
"vitest": "^3.0.8",
8989
"webpack": "^5.98.0"
9090
},
9191
"engines": {

0 commit comments

Comments
 (0)