Skip to content

Commit a62ef28

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

File tree

2 files changed

+675
-658
lines changed

2 files changed

+675
-658
lines changed

package.json

Lines changed: 13 additions & 13 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.13.1",
4+
"packageManager": "pnpm@10.14.0",
55
"description": "Inline enum values to optimize bundle size.",
66
"type": "module",
77
"keywords": [
@@ -59,7 +59,7 @@
5959
"prepublishOnly": "pnpm run build"
6060
},
6161
"dependencies": {
62-
"ast-kit": "^2.1.1",
62+
"ast-kit": "^2.1.2",
6363
"fast-glob": "^3.3.3",
6464
"magic-string": "^0.30.17",
6565
"picomatch": "^4.0.3",
@@ -68,21 +68,21 @@
6868
},
6969
"devDependencies": {
7070
"@babel/types": "^7.28.2",
71-
"@sxzz/eslint-config": "^7.1.0",
71+
"@sxzz/eslint-config": "^7.1.2",
7272
"@sxzz/prettier-config": "^2.2.3",
73-
"@sxzz/test-utils": "^0.5.7",
74-
"@types/node": "^22.16.5",
75-
"@types/picomatch": "^4.0.1",
76-
"bumpp": "^10.2.0",
73+
"@sxzz/test-utils": "^0.5.9",
74+
"@types/node": "^22.17.1",
75+
"@types/picomatch": "^4.0.2",
76+
"bumpp": "^10.2.2",
7777
"esbuild": "^0.25.8",
78-
"eslint": "^9.32.0",
78+
"eslint": "^9.33.0",
7979
"prettier": "^3.6.2",
80-
"rollup": "^4.46.1",
81-
"tsdown": "^0.13.0",
80+
"rollup": "^4.46.2",
81+
"tsdown": "^0.14.0",
8282
"tsx": "^4.20.3",
83-
"typescript": "^5.8.3",
84-
"unplugin-oxc": "^0.4.8",
85-
"vite": "^7.0.6",
83+
"typescript": "^5.9.2",
84+
"unplugin-oxc": "^0.4.9",
85+
"vite": "^7.1.1",
8686
"vitest": "^3.2.4",
8787
"webpack": "^5.101.0"
8888
},

0 commit comments

Comments
 (0)