Skip to content

Commit 5a85191

Browse files
fix(deps): update all non-major dependencies
1 parent 0cf3135 commit 5a85191

File tree

2 files changed

+113
-95
lines changed

2 files changed

+113
-95
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "unplugin-inline-enum",
33
"version": "0.6.2",
4-
"packageManager": "pnpm@10.18.3",
4+
"packageManager": "pnpm@10.19.0",
55
"description": "Inline enum values to optimize bundle size.",
66
"type": "module",
77
"keywords": [
@@ -61,28 +61,28 @@
6161
},
6262
"dependencies": {
6363
"ast-kit": "^2.1.3",
64-
"magic-string": "^0.30.19",
64+
"magic-string": "^0.30.21",
6565
"picomatch": "^4.0.3",
6666
"tinyglobby": "^0.2.15",
6767
"unplugin": "^2.3.10",
68-
"unplugin-replace": "^0.6.1"
68+
"unplugin-replace": "^0.6.2"
6969
},
7070
"devDependencies": {
71-
"@babel/types": "^7.28.4",
71+
"@babel/types": "^7.28.5",
7272
"@sxzz/eslint-config": "^7.2.7",
7373
"@sxzz/prettier-config": "^2.2.4",
74-
"@sxzz/test-utils": "^0.5.11",
75-
"@types/node": "^24.8.1",
74+
"@sxzz/test-utils": "^0.5.12",
75+
"@types/node": "^24.9.1",
7676
"@types/picomatch": "^4.0.2",
7777
"bumpp": "^10.3.1",
7878
"esbuild": "^0.25.11",
7979
"eslint": "^9.38.0",
8080
"prettier": "^3.6.2",
8181
"rollup": "^4.52.5",
82-
"tsdown": "^0.15.8",
82+
"tsdown": "^0.15.10",
8383
"typescript": "^5.9.3",
8484
"unplugin-oxc": "^0.5.3",
85-
"vite": "^7.1.10",
85+
"vite": "^7.1.12",
8686
"vitest": "^4.0.3",
8787
"webpack": "^5.102.1"
8888
},

0 commit comments

Comments
 (0)