Skip to content

Commit c4af6f5

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

File tree

2 files changed

+419
-390
lines changed

2 files changed

+419
-390
lines changed

package.json

Lines changed: 9 additions & 9 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.12.4",
4+
"packageManager": "pnpm@10.13.1",
55
"description": "Inline enum values to optimize bundle size.",
66
"type": "module",
77
"keywords": [
@@ -67,24 +67,24 @@
6767
"unplugin-replace": "^0.6.0"
6868
},
6969
"devDependencies": {
70-
"@babel/types": "^7.28.0",
71-
"@sxzz/eslint-config": "^7.0.4",
70+
"@babel/types": "^7.28.1",
71+
"@sxzz/eslint-config": "^7.0.5",
7272
"@sxzz/prettier-config": "^2.2.3",
7373
"@sxzz/test-utils": "^0.5.6",
74-
"@types/node": "^22.16.0",
74+
"@types/node": "^22.16.3",
7575
"@types/picomatch": "^4.0.0",
7676
"bumpp": "^10.2.0",
77-
"esbuild": "^0.25.5",
78-
"eslint": "^9.30.1",
77+
"esbuild": "^0.25.6",
78+
"eslint": "^9.31.0",
7979
"prettier": "^3.6.2",
80-
"rollup": "^4.44.2",
80+
"rollup": "^4.45.0",
8181
"tsdown": "^0.12.9",
8282
"tsx": "^4.20.3",
8383
"typescript": "^5.8.3",
8484
"unplugin-oxc": "^0.4.6",
85-
"vite": "^7.0.2",
85+
"vite": "^7.0.4",
8686
"vitest": "^3.2.4",
87-
"webpack": "^5.99.9"
87+
"webpack": "^5.100.1"
8888
},
8989
"engines": {
9090
"node": ">=20.18.0"

0 commit comments

Comments
 (0)