Skip to content

Commit ab96c3b

Browse files
chore(deps): update all non-major dependencies (#36)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 811b7cd commit ab96c3b

File tree

2 files changed

+425
-436
lines changed

2 files changed

+425
-436
lines changed

package.json

Lines changed: 9 additions & 9 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": "[email protected].2",
4+
"packageManager": "[email protected].4",
55
"description": "Inline enum values to optimize bundle size.",
66
"keywords": [
77
"unplugin",
@@ -79,31 +79,31 @@
7979
},
8080
"dependencies": {
8181
"@rollup/pluginutils": "^5.1.3",
82-
"ast-kit": "^1.3.1",
82+
"ast-kit": "^1.3.2",
8383
"execa": "^9.5.1",
8484
"fast-glob": "^3.3.2",
85-
"magic-string": "^0.30.13",
85+
"magic-string": "^0.30.14",
8686
"picomatch": "^4.0.2",
8787
"unplugin": "^1.16.0",
8888
"unplugin-replace": "^0.3.3"
8989
},
9090
"devDependencies": {
9191
"@babel/types": "^7.26.0",
92-
"@sxzz/eslint-config": "^4.4.1",
92+
"@sxzz/eslint-config": "^4.5.1",
9393
"@sxzz/prettier-config": "^2.0.2",
94-
"@types/node": "^22.9.3",
94+
"@types/node": "^22.10.1",
9595
"@types/picomatch": "^3.0.1",
9696
"@vue-macros/test-utils": "^1.7.0",
9797
"bumpp": "^9.8.1",
9898
"esbuild": "^0.24.0",
99-
"eslint": "^9.15.0",
100-
"prettier": "^3.3.3",
101-
"rollup": "^4.27.4",
99+
"eslint": "^9.16.0",
100+
"prettier": "^3.4.1",
101+
"rollup": "^4.28.0",
102102
"tsup": "^8.3.5",
103103
"tsx": "^4.19.2",
104104
"typescript": "^5.7.2",
105105
"vite": "^5.4.11",
106-
"vitest": "^2.1.5",
106+
"vitest": "^2.1.6",
107107
"webpack": "^5.96.1"
108108
},
109109
"engines": {

0 commit comments

Comments
 (0)