Skip to content

Commit 6439d5e

Browse files
fix(deps): update all non-major dependencies (#84)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b99ed24 commit 6439d5e

File tree

2 files changed

+379
-371
lines changed

2 files changed

+379
-371
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.4.1",
4-
"packageManager": "pnpm@10.15.0",
4+
"packageManager": "pnpm@10.15.1",
55
"description": "Inline enum values to optimize bundle size.",
66
"type": "module",
77
"keywords": [
@@ -63,26 +63,26 @@
6363
"fast-glob": "^3.3.3",
6464
"magic-string": "^0.30.18",
6565
"picomatch": "^4.0.3",
66-
"unplugin": "^2.3.8",
66+
"unplugin": "^2.3.10",
6767
"unplugin-replace": "^0.6.1"
6868
},
6969
"devDependencies": {
70-
"@babel/types": "^7.28.2",
70+
"@babel/types": "^7.28.4",
7171
"@sxzz/eslint-config": "^7.1.4",
7272
"@sxzz/prettier-config": "^2.2.4",
7373
"@sxzz/test-utils": "^0.5.10",
74-
"@types/node": "^22.17.2",
74+
"@types/node": "^22.18.1",
7575
"@types/picomatch": "^4.0.2",
7676
"bumpp": "^10.2.3",
7777
"esbuild": "^0.25.9",
78-
"eslint": "^9.34.0",
78+
"eslint": "^9.35.0",
7979
"prettier": "^3.6.2",
80-
"rollup": "^4.48.0",
81-
"tsdown": "^0.14.1",
80+
"rollup": "^4.50.1",
81+
"tsdown": "^0.14.2",
8282
"tsx": "^4.20.5",
8383
"typescript": "^5.9.2",
8484
"unplugin-oxc": "^0.5.1",
85-
"vite": "^7.1.3",
85+
"vite": "^7.1.4",
8686
"vitest": "^3.2.4",
8787
"webpack": "^5.101.3"
8888
},

0 commit comments

Comments
 (0)