Skip to content

Commit c898bd9

Browse files
fix(deps): update all non-major dependencies
1 parent dc12059 commit c898bd9

2 files changed

Lines changed: 709 additions & 480 deletions

File tree

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "unplugin-ast",
33
"type": "module",
44
"version": "0.15.4",
5-
"packageManager": "pnpm@10.26.1",
5+
"packageManager": "pnpm@10.28.1",
66
"description": "Manipulate the AST to transform your code.",
77
"author": "Kevin Deng <[email protected]>",
88
"license": "MIT",
@@ -65,27 +65,27 @@
6565
"prepublishOnly": "pnpm run build"
6666
},
6767
"dependencies": {
68-
"@babel/generator": "^7.28.5",
68+
"@babel/generator": "^7.28.6",
6969
"ast-kit": "^2.2.0",
7070
"magic-string-ast": "^1.0.3",
7171
"unplugin": "^2.3.11"
7272
},
7373
"devDependencies": {
7474
"@antfu/utils": "^9.3.0",
75-
"@babel/parser": "^7.28.5",
76-
"@babel/types": "^7.28.5",
77-
"@sxzz/eslint-config": "^7.4.3",
75+
"@babel/parser": "^7.28.6",
76+
"@babel/types": "^7.28.6",
77+
"@sxzz/eslint-config": "^7.5.0",
7878
"@sxzz/prettier-config": "^2.2.6",
7979
"@types/babel__generator": "^7.27.0",
80-
"@types/node": "^25.0.3",
81-
"bumpp": "^10.3.2",
80+
"@types/node": "^25.0.10",
81+
"bumpp": "^10.4.0",
8282
"eslint": "^9.39.2",
83-
"prettier": "^3.7.4",
84-
"rollup": "^4.54.0",
85-
"tsdown": "^0.18.2",
83+
"prettier": "^3.8.1",
84+
"rollup": "^4.55.3",
85+
"tsdown": "^0.19.0",
8686
"typescript": "^5.9.3",
87-
"vite": "^7.3.0",
88-
"vitest": "^4.0.16"
87+
"vite": "^7.3.1",
88+
"vitest": "^4.0.17"
8989
},
9090
"prettier": "@sxzz/prettier-config"
9191
}

0 commit comments

Comments
 (0)