Skip to content

Commit 88099a7

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

File tree

2 files changed

+306
-437
lines changed

2 files changed

+306
-437
lines changed

package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "unplugin-inline-enum",
33
"version": "0.3.1",
4-
"packageManager": "[email protected].2",
4+
"packageManager": "[email protected].3",
55
"description": "Inline enum values to optimize bundle size.",
66
"type": "module",
77
"keywords": [
@@ -69,22 +69,22 @@
6969
"unplugin-utils": "^0.2.4"
7070
},
7171
"devDependencies": {
72-
"@babel/types": "^7.26.9",
72+
"@babel/types": "^7.26.10",
7373
"@sxzz/eslint-config": "^5.3.0",
7474
"@sxzz/prettier-config": "^2.2.1",
75-
"@sxzz/test-utils": "^0.5.1",
75+
"@sxzz/test-utils": "^0.5.2",
7676
"@types/node": "^22.13.10",
7777
"@types/picomatch": "^3.0.2",
78-
"bumpp": "^10.0.3",
78+
"bumpp": "^10.1.0",
7979
"esbuild": "^0.25.1",
8080
"eslint": "^9.22.0",
8181
"prettier": "^3.5.3",
8282
"rollup": "^4.35.0",
83-
"tsdown": "^0.6.4",
83+
"tsdown": "^0.6.8",
8484
"tsx": "^4.19.3",
8585
"typescript": "^5.8.2",
86-
"unplugin-oxc": "^0.2.7",
87-
"vite": "^6.2.1",
86+
"unplugin-oxc": "^0.2.8",
87+
"vite": "^6.2.2",
8888
"vitest": "^3.0.8",
8989
"webpack": "^5.98.0"
9090
},

0 commit comments

Comments
 (0)