Skip to content

Commit 7d5d9f7

Browse files
chore(deps): update all non-major dependencies (#71)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent bdcb5e9 commit 7d5d9f7

File tree

2 files changed

+278
-257
lines changed

2 files changed

+278
-257
lines changed

package.json

Lines changed: 6 additions & 6 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.11.0",
4+
"packageManager": "pnpm@10.12.1",
55
"description": "Inline enum values to optimize bundle size.",
66
"type": "module",
77
"keywords": [
@@ -67,23 +67,23 @@
6767
"unplugin-replace": "^0.6.0"
6868
},
6969
"devDependencies": {
70-
"@babel/types": "^7.27.3",
70+
"@babel/types": "^7.27.6",
7171
"@sxzz/eslint-config": "^7.0.2",
7272
"@sxzz/prettier-config": "^2.2.1",
7373
"@sxzz/test-utils": "^0.5.6",
74-
"@types/node": "^22.15.29",
74+
"@types/node": "^22.15.30",
7575
"@types/picomatch": "^4.0.0",
7676
"bumpp": "^10.1.1",
7777
"esbuild": "^0.25.5",
7878
"eslint": "^9.28.0",
7979
"prettier": "^3.5.3",
80-
"rollup": "^4.41.1",
81-
"tsdown": "^0.12.6",
80+
"rollup": "^4.42.0",
81+
"tsdown": "^0.12.7",
8282
"tsx": "^4.19.4",
8383
"typescript": "^5.8.3",
8484
"unplugin-oxc": "^0.4.5",
8585
"vite": "^6.3.5",
86-
"vitest": "^3.1.4",
86+
"vitest": "^3.2.2",
8787
"webpack": "^5.99.9"
8888
},
8989
"engines": {

0 commit comments

Comments
 (0)