Skip to content

Commit 66bacac

Browse files
chore(deps): update all non-major dependencies (#106)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 72583b8 commit 66bacac

File tree

2 files changed

+554
-476
lines changed

2 files changed

+554
-476
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "unplugin-inline-enum",
33
"type": "module",
44
"version": "0.6.4",
5-
"packageManager": "pnpm@10.28.0",
5+
"packageManager": "pnpm@10.28.1",
66
"description": "Inline enum values to optimize bundle size.",
77
"author": "Kevin Deng <sxzz@sxzz.moe>",
88
"license": "MIT",
@@ -72,22 +72,22 @@
7272
},
7373
"devDependencies": {
7474
"@babel/types": "^7.28.6",
75-
"@sxzz/eslint-config": "^7.4.5",
75+
"@sxzz/eslint-config": "^7.5.1",
7676
"@sxzz/prettier-config": "^2.2.6",
7777
"@sxzz/test-utils": "^0.5.15",
78-
"@types/node": "^25.0.9",
78+
"@types/node": "^25.0.10",
7979
"@types/picomatch": "^4.0.2",
80-
"@typescript/native-preview": "7.0.0-dev.20260118.1",
80+
"@typescript/native-preview": "7.0.0-dev.20260124.1",
8181
"bumpp": "^10.4.0",
8282
"esbuild": "^0.27.2",
8383
"eslint": "^9.39.2",
84-
"prettier": "^3.8.0",
85-
"rollup": "^4.55.1",
86-
"tsdown": "^0.19.0",
84+
"prettier": "^3.8.1",
85+
"rollup": "^4.56.0",
86+
"tsdown": "^0.20.1",
8787
"typescript": "^5.9.3",
8888
"unplugin-oxc": "^0.5.7",
8989
"vite": "^7.3.1",
90-
"vitest": "^4.0.17",
90+
"vitest": "^4.0.18",
9191
"webpack": "^5.104.1"
9292
},
9393
"prettier": "@sxzz/prettier-config"

0 commit comments

Comments
 (0)