Skip to content

Commit 4408c40

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

File tree

2 files changed

+222
-204
lines changed

2 files changed

+222
-204
lines changed

package.json

Lines changed: 6 additions & 6 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": "[email protected].1",
4+
"packageManager": "[email protected].2",
55
"description": "Inline enum values to optimize bundle size.",
66
"type": "module",
77
"keywords": [
@@ -68,22 +68,22 @@
6868
},
6969
"devDependencies": {
7070
"@babel/types": "^7.27.6",
71-
"@sxzz/eslint-config": "^7.0.3",
71+
"@sxzz/eslint-config": "^7.0.4",
7272
"@sxzz/prettier-config": "^2.2.1",
7373
"@sxzz/test-utils": "^0.5.6",
7474
"@types/node": "^22.15.32",
7575
"@types/picomatch": "^4.0.0",
76-
"bumpp": "^10.1.1",
76+
"bumpp": "^10.2.0",
7777
"esbuild": "^0.25.5",
7878
"eslint": "^9.29.0",
79-
"prettier": "^3.5.3",
80-
"rollup": "^4.43.0",
79+
"prettier": "^3.6.0",
80+
"rollup": "^4.44.0",
8181
"tsdown": "^0.12.8",
8282
"tsx": "^4.20.3",
8383
"typescript": "^5.8.3",
8484
"unplugin-oxc": "^0.4.5",
8585
"vite": "^6.3.5",
86-
"vitest": "^3.2.3",
86+
"vitest": "^3.2.4",
8787
"webpack": "^5.99.9"
8888
},
8989
"engines": {

0 commit comments

Comments
 (0)