Skip to content

Commit 4d8b665

Browse files
fix(deps): update all non-major dependencies
1 parent 16c9308 commit 4d8b665

File tree

2 files changed

+115
-115
lines changed

2 files changed

+115
-115
lines changed

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "unplugin-ast",
33
"version": "0.13.1",
4-
"packageManager": "[email protected].0",
4+
"packageManager": "[email protected].1",
55
"description": "Manipulate the AST to transform your code.",
66
"type": "module",
77
"keywords": [
@@ -92,7 +92,7 @@
9292
"@babel/generator": "^7.26.3",
9393
"@rollup/pluginutils": "^5.1.4",
9494
"ast-kit": "^1.3.2",
95-
"magic-string-ast": "^0.6.3",
95+
"magic-string-ast": "^0.7.0",
9696
"unplugin": "^2.1.0"
9797
},
9898
"devDependencies": {
@@ -102,14 +102,14 @@
102102
"@sxzz/prettier-config": "^2.0.2",
103103
"@types/babel__generator": "^7.6.8",
104104
"@types/node": "^22.10.2",
105-
"bumpp": "^9.9.1",
105+
"bumpp": "^9.9.2",
106106
"eslint": "^9.17.0",
107107
"prettier": "^3.4.2",
108-
"rollup": "^4.28.1",
108+
"rollup": "^4.29.1",
109109
"tsup": "^8.3.5",
110110
"tsx": "^4.19.2",
111111
"typescript": "^5.7.2",
112-
"vite": "^6.0.4",
112+
"vite": "^6.0.5",
113113
"vitest": "^2.1.8"
114114
},
115115
"engines": {

0 commit comments

Comments
 (0)