Skip to content

Commit 023d9ac

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

File tree

2 files changed

+184
-179
lines changed

2 files changed

+184
-179
lines changed

package.json

Lines changed: 7 additions & 7 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.3",
4+
"packageManager": "pnpm@9.15.4",
55
"description": "Inline enum values to optimize bundle size.",
66
"keywords": [
77
"unplugin",
@@ -79,7 +79,7 @@
7979
},
8080
"dependencies": {
8181
"@rollup/pluginutils": "^5.1.4",
82-
"ast-kit": "^1.3.2",
82+
"ast-kit": "^1.4.0",
8383
"execa": "^9.5.2",
8484
"fast-glob": "^3.3.3",
8585
"magic-string": "^0.30.17",
@@ -90,15 +90,15 @@
9090
"devDependencies": {
9191
"@babel/types": "^7.26.5",
9292
"@sxzz/eslint-config": "^4.6.0",
93-
"@sxzz/prettier-config": "^2.0.2",
94-
"@types/node": "^22.10.5",
95-
"@types/picomatch": "^3.0.1",
93+
"@sxzz/prettier-config": "^2.1.0",
94+
"@types/node": "^22.10.7",
95+
"@types/picomatch": "^3.0.2",
9696
"@vue-macros/test-utils": "^1.7.1",
97-
"bumpp": "^9.10.0",
97+
"bumpp": "^9.10.1",
9898
"esbuild": "^0.24.2",
9999
"eslint": "^9.18.0",
100100
"prettier": "^3.4.2",
101-
"rollup": "^4.30.1",
101+
"rollup": "^4.31.0",
102102
"tsup": "^8.3.5",
103103
"tsx": "^4.19.2",
104104
"typescript": "^5.7.3",

0 commit comments

Comments
 (0)