Skip to content

Commit 203bb4a

Browse files
fix(deps): update all non-major dependencies
1 parent 6bc72ee commit 203bb4a

File tree

2 files changed

+875
-836
lines changed

2 files changed

+875
-836
lines changed

package.json

+15-15
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.7.0",
4+
"packageManager": "pnpm@10.9.0",
55
"description": "Inline enum values to optimize bundle size.",
66
"type": "module",
77
"keywords": [
@@ -59,34 +59,34 @@
5959
"prepublishOnly": "pnpm run build"
6060
},
6161
"dependencies": {
62-
"ast-kit": "^1.4.2",
62+
"ast-kit": "^1.4.3",
6363
"execa": "^9.5.2",
6464
"fast-glob": "^3.3.3",
6565
"magic-string": "^0.30.17",
6666
"picomatch": "^4.0.2",
67-
"unplugin": "^2.2.2",
68-
"unplugin-replace": "^0.5.1",
67+
"unplugin": "^2.3.2",
68+
"unplugin-replace": "^0.5.2",
6969
"unplugin-utils": "^0.2.4"
7070
},
7171
"devDependencies": {
7272
"@babel/types": "^7.27.0",
7373
"@sxzz/eslint-config": "^5.3.0",
7474
"@sxzz/prettier-config": "^2.2.1",
75-
"@sxzz/test-utils": "^0.5.4",
76-
"@types/node": "^22.13.14",
75+
"@sxzz/test-utils": "^0.5.5",
76+
"@types/node": "^22.15.2",
7777
"@types/picomatch": "^4.0.0",
7878
"bumpp": "^10.1.0",
79-
"esbuild": "^0.25.2",
80-
"eslint": "^9.23.0",
79+
"esbuild": "^0.25.3",
80+
"eslint": "^9.25.1",
8181
"prettier": "^3.5.3",
82-
"rollup": "^4.38.0",
83-
"tsdown": "^0.6.10",
82+
"rollup": "^4.40.0",
83+
"tsdown": "^0.9.7",
8484
"tsx": "^4.19.3",
85-
"typescript": "^5.8.2",
86-
"unplugin-oxc": "^0.3.2",
87-
"vite": "^6.2.4",
88-
"vitest": "^3.1.1",
89-
"webpack": "^5.98.0"
85+
"typescript": "^5.8.3",
86+
"unplugin-oxc": "^0.3.6",
87+
"vite": "^6.3.3",
88+
"vitest": "^3.1.2",
89+
"webpack": "^5.99.7"
9090
},
9191
"engines": {
9292
"node": ">=18.12.0"

0 commit comments

Comments
 (0)