Skip to content

Commit 0037a19

Browse files
fix(deps): update all non-major dependencies
1 parent b629a86 commit 0037a19

File tree

2 files changed

+605
-576
lines changed

2 files changed

+605
-576
lines changed

Diff for: package.json

+17-17
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].4",
55
"description": "Manipulate the AST to transform your code.",
66
"type": "module",
77
"keywords": [
@@ -88,28 +88,28 @@
8888
"prepublishOnly": "pnpm run build"
8989
},
9090
"dependencies": {
91-
"@antfu/utils": "^8.0.0",
92-
"@babel/generator": "^7.26.3",
91+
"@antfu/utils": "^8.1.0",
92+
"@babel/generator": "^7.26.5",
9393
"@rollup/pluginutils": "^5.1.4",
94-
"ast-kit": "^1.3.2",
95-
"magic-string-ast": "^0.6.3",
96-
"unplugin": "^2.1.0"
94+
"ast-kit": "^1.4.0",
95+
"magic-string-ast": "^0.7.0",
96+
"unplugin": "^2.1.2"
9797
},
9898
"devDependencies": {
99-
"@babel/parser": "^7.26.3",
100-
"@babel/types": "^7.26.3",
101-
"@sxzz/eslint-config": "^4.5.1",
102-
"@sxzz/prettier-config": "^2.0.2",
99+
"@babel/parser": "^7.26.7",
100+
"@babel/types": "^7.26.7",
101+
"@sxzz/eslint-config": "^4.6.0",
102+
"@sxzz/prettier-config": "^2.1.0",
103103
"@types/babel__generator": "^7.6.8",
104-
"@types/node": "^22.10.2",
105-
"bumpp": "^9.9.1",
106-
"eslint": "^9.17.0",
104+
"@types/node": "^22.12.0",
105+
"bumpp": "^9.11.1",
106+
"eslint": "^9.19.0",
107107
"prettier": "^3.4.2",
108-
"rollup": "^4.28.1",
109-
"tsup": "^8.3.5",
108+
"rollup": "^4.32.0",
109+
"tsup": "^8.3.6",
110110
"tsx": "^4.19.2",
111-
"typescript": "^5.7.2",
112-
"vite": "^6.0.4",
111+
"typescript": "^5.7.3",
112+
"vite": "^6.0.11",
113113
"vitest": "^2.1.8"
114114
},
115115
"engines": {

0 commit comments

Comments
 (0)