Skip to content

Commit fc4d8de

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

File tree

2 files changed

+402
-985
lines changed

2 files changed

+402
-985
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "unplugin-inline-enum",
33
"version": "0.4.0",
4-
"packageManager": "pnpm@10.10.0",
4+
"packageManager": "pnpm@10.11.0",
55
"description": "Inline enum values to optimize bundle size.",
66
"type": "module",
77
"keywords": [
@@ -64,25 +64,25 @@
6464
"fast-glob": "^3.3.3",
6565
"magic-string": "^0.30.17",
6666
"picomatch": "^4.0.2",
67-
"unplugin": "^2.3.3",
67+
"unplugin": "^2.3.4",
6868
"unplugin-replace": "^0.6.0"
6969
},
7070
"devDependencies": {
7171
"@babel/types": "^7.27.1",
7272
"@sxzz/eslint-config": "^7.0.1",
7373
"@sxzz/prettier-config": "^2.2.1",
7474
"@sxzz/test-utils": "^0.5.6",
75-
"@types/node": "^22.15.17",
75+
"@types/node": "^22.15.19",
7676
"@types/picomatch": "^4.0.0",
77-
"bumpp": "^10.1.0",
77+
"bumpp": "^10.1.1",
7878
"esbuild": "^0.25.4",
79-
"eslint": "^9.26.0",
79+
"eslint": "^9.27.0",
8080
"prettier": "^3.5.3",
81-
"rollup": "^4.40.2",
82-
"tsdown": "^0.11.5",
81+
"rollup": "^4.41.0",
82+
"tsdown": "^0.11.11",
8383
"tsx": "^4.19.4",
8484
"typescript": "^5.8.3",
85-
"unplugin-oxc": "^0.4.2",
85+
"unplugin-oxc": "^0.4.3",
8686
"vite": "^6.3.5",
8787
"vitest": "^3.1.3",
8888
"webpack": "^5.99.8"

0 commit comments

Comments
 (0)