Skip to content

Commit d81d49b

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

File tree

2 files changed

+30
-278
lines changed

2 files changed

+30
-278
lines changed

package.json

Lines changed: 4 additions & 4 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.1",
4+
"packageManager": "pnpm@9.15.2",
55
"description": "Inline enum values to optimize bundle size.",
66
"keywords": [
77
"unplugin",
@@ -84,8 +84,8 @@
8484
"fast-glob": "^3.3.2",
8585
"magic-string": "^0.30.17",
8686
"picomatch": "^4.0.2",
87-
"unplugin": "^2.1.0",
88-
"unplugin-replace": "^0.3.3"
87+
"unplugin": "^2.1.2",
88+
"unplugin-replace": "^0.4.0"
8989
},
9090
"devDependencies": {
9191
"@babel/types": "^7.26.3",
@@ -102,7 +102,7 @@
102102
"tsup": "^8.3.5",
103103
"tsx": "^4.19.2",
104104
"typescript": "^5.7.2",
105-
"vite": "^6.0.5",
105+
"vite": "^6.0.6",
106106
"vitest": "^2.1.8",
107107
"webpack": "^5.97.1"
108108
},

0 commit comments

Comments
 (0)