Skip to content

Commit b189bde

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

File tree

2 files changed

+415
-157
lines changed

2 files changed

+415
-157
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.2.0",
4-
"packageManager": "pnpm@9.15.0",
4+
"packageManager": "pnpm@9.15.1",
55
"description": "Inline enum values to optimize bundle size.",
66
"keywords": [
77
"unplugin",
@@ -82,7 +82,7 @@
8282
"ast-kit": "^1.3.2",
8383
"execa": "^9.5.2",
8484
"fast-glob": "^3.3.2",
85-
"magic-string": "^0.30.15",
85+
"magic-string": "^0.30.17",
8686
"picomatch": "^4.0.2",
8787
"unplugin": "^2.1.0",
8888
"unplugin-replace": "^0.3.3"
@@ -94,15 +94,15 @@
9494
"@types/node": "^22.10.2",
9595
"@types/picomatch": "^3.0.1",
9696
"@vue-macros/test-utils": "^1.7.1",
97-
"bumpp": "^9.9.1",
98-
"esbuild": "^0.24.0",
97+
"bumpp": "^9.9.2",
98+
"esbuild": "^0.24.2",
9999
"eslint": "^9.17.0",
100100
"prettier": "^3.4.2",
101-
"rollup": "^4.28.1",
101+
"rollup": "^4.29.1",
102102
"tsup": "^8.3.5",
103103
"tsx": "^4.19.2",
104104
"typescript": "^5.7.2",
105-
"vite": "^6.0.3",
105+
"vite": "^6.0.5",
106106
"vitest": "^2.1.8",
107107
"webpack": "^5.97.1"
108108
},

0 commit comments

Comments
 (0)