Skip to content

Commit a768d71

Browse files
fix(deps): update all non-major dependencies
1 parent 806f13e commit a768d71

File tree

2 files changed

+554
-548
lines changed

2 files changed

+554
-548
lines changed

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "unplugin-ast",
33
"version": "0.15.3",
4-
"packageManager": "pnpm@10.18.1",
4+
"packageManager": "pnpm@10.20.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.3",
65+
"@babel/generator": "^7.28.5",
6666
"ast-kit": "^2.1.3",
6767
"magic-string-ast": "^1.0.3",
6868
"unplugin": "^2.3.10"
6969
},
7070
"devDependencies": {
7171
"@antfu/utils": "^9.3.0",
72-
"@babel/parser": "^7.28.4",
73-
"@babel/types": "^7.28.4",
74-
"@sxzz/eslint-config": "^7.2.7",
72+
"@babel/parser": "^7.28.5",
73+
"@babel/types": "^7.28.5",
74+
"@sxzz/eslint-config": "^7.2.8",
7575
"@sxzz/prettier-config": "^2.2.4",
7676
"@types/babel__generator": "^7.27.0",
77-
"@types/node": "^24.7.0",
77+
"@types/node": "^24.9.2",
7878
"bumpp": "^10.3.1",
79-
"eslint": "^9.37.0",
79+
"eslint": "^9.39.0",
8080
"prettier": "^3.6.2",
81-
"rollup": "^4.52.4",
82-
"tsdown": "^0.15.6",
81+
"rollup": "^4.52.5",
82+
"tsdown": "^0.15.12",
8383
"tsx": "^4.20.6",
8484
"typescript": "^5.9.3",
85-
"vite": "^7.1.9",
85+
"vite": "^7.1.12",
8686
"vitest": "^3.2.4"
8787
},
8888
"engines": {

0 commit comments

Comments
 (0)