Skip to content

Commit ab98c2a

Browse files
fix(deps): update all non-major dependencies
1 parent 2eb3770 commit ab98c2a

File tree

2 files changed

+692
-389
lines changed

2 files changed

+692
-389
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.20.0",
4+
"packageManager": "pnpm@10.21.0",
55
"description": "Inline enum values to optimize bundle size.",
66
"type": "module",
77
"keywords": [
@@ -60,7 +60,7 @@
6060
"prepublishOnly": "pnpm run build"
6161
},
6262
"dependencies": {
63-
"ast-kit": "^2.1.3",
63+
"ast-kit": "^2.2.0",
6464
"magic-string": "^0.30.21",
6565
"picomatch": "^4.0.3",
6666
"tinyglobby": "^0.2.15",
@@ -75,15 +75,15 @@
7575
"@types/node": "^24.10.0",
7676
"@types/picomatch": "^4.0.2",
7777
"bumpp": "^10.3.1",
78-
"esbuild": "^0.25.12",
79-
"eslint": "^9.39.0",
78+
"esbuild": "^0.27.0",
79+
"eslint": "^9.39.1",
8080
"prettier": "^3.6.2",
81-
"rollup": "^4.52.5",
82-
"tsdown": "^0.15.12",
81+
"rollup": "^4.53.1",
82+
"tsdown": "^0.16.1",
8383
"typescript": "^5.9.3",
8484
"unplugin-oxc": "^0.5.3",
85-
"vite": "^7.1.12",
86-
"vitest": "^4.0.6",
85+
"vite": "^7.2.2",
86+
"vitest": "^4.0.8",
8787
"webpack": "^5.102.1"
8888
},
8989
"engines": {

0 commit comments

Comments
 (0)