Skip to content

Commit b99ed24

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

File tree

2 files changed

+495
-488
lines changed

2 files changed

+495
-488
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.14.0",
4+
"packageManager": "pnpm@10.15.0",
55
"description": "Inline enum values to optimize bundle size.",
66
"type": "module",
77
"keywords": [
@@ -61,30 +61,30 @@
6161
"dependencies": {
6262
"ast-kit": "^2.1.2",
6363
"fast-glob": "^3.3.3",
64-
"magic-string": "^0.30.17",
64+
"magic-string": "^0.30.18",
6565
"picomatch": "^4.0.3",
66-
"unplugin": "^2.3.6",
67-
"unplugin-replace": "^0.6.0"
66+
"unplugin": "^2.3.8",
67+
"unplugin-replace": "^0.6.1"
6868
},
6969
"devDependencies": {
7070
"@babel/types": "^7.28.2",
71-
"@sxzz/eslint-config": "^7.1.2",
72-
"@sxzz/prettier-config": "^2.2.3",
73-
"@sxzz/test-utils": "^0.5.9",
71+
"@sxzz/eslint-config": "^7.1.4",
72+
"@sxzz/prettier-config": "^2.2.4",
73+
"@sxzz/test-utils": "^0.5.10",
7474
"@types/node": "^22.17.2",
7575
"@types/picomatch": "^4.0.2",
7676
"bumpp": "^10.2.3",
7777
"esbuild": "^0.25.9",
78-
"eslint": "^9.33.0",
78+
"eslint": "^9.34.0",
7979
"prettier": "^3.6.2",
80-
"rollup": "^4.46.2",
80+
"rollup": "^4.48.0",
8181
"tsdown": "^0.14.1",
82-
"tsx": "^4.20.4",
82+
"tsx": "^4.20.5",
8383
"typescript": "^5.9.2",
84-
"unplugin-oxc": "^0.5.0",
85-
"vite": "^7.1.2",
84+
"unplugin-oxc": "^0.5.1",
85+
"vite": "^7.1.3",
8686
"vitest": "^3.2.4",
87-
"webpack": "^5.101.2"
87+
"webpack": "^5.101.3"
8888
},
8989
"engines": {
9090
"node": ">=20.18.0"

0 commit comments

Comments
 (0)