We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b189bde commit d81d49bCopy full SHA for d81d49b
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "unplugin-inline-enum",
3
"version": "0.2.0",
4
- "packageManager": "pnpm@9.15.1",
+ "packageManager": "pnpm@9.15.2",
5
"description": "Inline enum values to optimize bundle size.",
6
"keywords": [
7
"unplugin",
@@ -84,8 +84,8 @@
84
"fast-glob": "^3.3.2",
85
"magic-string": "^0.30.17",
86
"picomatch": "^4.0.2",
87
- "unplugin": "^2.1.0",
88
- "unplugin-replace": "^0.3.3"
+ "unplugin": "^2.1.2",
+ "unplugin-replace": "^0.4.0"
89
},
90
"devDependencies": {
91
"@babel/types": "^7.26.3",
@@ -102,7 +102,7 @@
102
"tsup": "^8.3.5",
103
"tsx": "^4.19.2",
104
"typescript": "^5.7.2",
105
- "vite": "^6.0.5",
+ "vite": "^6.0.6",
106
"vitest": "^2.1.8",
107
"webpack": "^5.97.1"
108
0 commit comments