Skip to content

Commit be71912

Browse files
fix(deps): update all non-major dependencies
1 parent 946adde commit be71912

File tree

2 files changed

+556
-563
lines changed

2 files changed

+556
-563
lines changed

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "unplugin-ast",
33
"version": "0.15.1",
4-
"packageManager": "pnpm@10.13.1",
4+
"packageManager": "pnpm@10.14.0",
55
"description": "Manipulate the AST to transform your code.",
66
"type": "module",
77
"keywords": [
@@ -62,27 +62,27 @@
6262
"prepublishOnly": "pnpm run build"
6363
},
6464
"dependencies": {
65-
"@babel/generator": "^7.28.0",
66-
"ast-kit": "^2.1.1",
67-
"magic-string-ast": "^1.0.0",
65+
"@babel/generator": "^7.28.3",
66+
"ast-kit": "^2.1.2",
67+
"magic-string-ast": "^1.0.2",
6868
"unplugin": "^2.3.5"
6969
},
7070
"devDependencies": {
7171
"@antfu/utils": "^9.2.0",
72-
"@babel/parser": "^7.28.0",
73-
"@babel/types": "^7.28.1",
74-
"@sxzz/eslint-config": "^7.0.6",
72+
"@babel/parser": "^7.28.3",
73+
"@babel/types": "^7.28.2",
74+
"@sxzz/eslint-config": "^7.1.2",
7575
"@sxzz/prettier-config": "^2.2.3",
7676
"@types/babel__generator": "^7.27.0",
77-
"@types/node": "^24.0.14",
78-
"bumpp": "^10.2.0",
79-
"eslint": "^9.31.0",
77+
"@types/node": "^24.2.1",
78+
"bumpp": "^10.2.3",
79+
"eslint": "^9.33.0",
8080
"prettier": "^3.6.2",
81-
"rollup": "^4.45.1",
82-
"tsdown": "^0.12.9",
83-
"tsx": "^4.20.3",
84-
"typescript": "^5.8.3",
85-
"vite": "^7.0.5",
81+
"rollup": "^4.46.2",
82+
"tsdown": "^0.14.1",
83+
"tsx": "^4.20.4",
84+
"typescript": "^5.9.2",
85+
"vite": "^7.1.2",
8686
"vitest": "^3.2.4"
8787
},
8888
"engines": {

0 commit comments

Comments
 (0)