Skip to content

Commit 1473c74

Browse files
fix(deps): update all non-major dependencies
1 parent 0211941 commit 1473c74

2 files changed

Lines changed: 506 additions & 503 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.16.0",
5-
"packageManager": "pnpm@10.28.1",
5+
"packageManager": "pnpm@10.29.2",
66
"description": "Manipulate the AST to transform your code.",
77
"author": "Kevin Deng <sxzz@sxzz.moe>",
88
"license": "MIT",
@@ -63,27 +63,27 @@
6363
"prepublishOnly": "pnpm run build"
6464
},
6565
"dependencies": {
66-
"@babel/generator": "^8.0.0-beta.4",
67-
"@babel/parser": "^8.0.0-beta.4",
68-
"@babel/types": "^8.0.0-beta.4",
66+
"@babel/generator": "^8.0.0-rc.1",
67+
"@babel/parser": "^8.0.0-rc.1",
68+
"@babel/types": "^8.0.0-rc.1",
6969
"ast-kit": "^3.0.0-beta.1",
7070
"magic-string-ast": "^1.0.3",
7171
"unplugin": "^3.0.0"
7272
},
7373
"devDependencies": {
7474
"@antfu/utils": "^9.3.0",
75-
"@sxzz/eslint-config": "^7.5.0",
76-
"@sxzz/prettier-config": "^2.2.6",
77-
"@types/node": "^25.0.10",
78-
"bumpp": "^10.4.0",
75+
"@sxzz/eslint-config": "^7.7.1",
76+
"@sxzz/prettier-config": "^2.3.1",
77+
"@types/node": "^25.2.3",
78+
"bumpp": "^10.4.1",
7979
"eslint": "^9.39.2",
8080
"prettier": "^3.8.1",
81-
"rollup": "^4.56.0",
82-
"tsdown": "^0.20.0",
83-
"tsdown-preset-sxzz": "^0.3.1",
81+
"rollup": "^4.57.1",
82+
"tsdown": "^0.20.3",
83+
"tsdown-preset-sxzz": "^0.3.3",
8484
"typescript": "^5.9.3",
8585
"vite": "^7.3.1",
86-
"vitest": "^4.0.17"
86+
"vitest": "^4.0.18"
8787
},
8888
"prettier": "@sxzz/prettier-config"
8989
}

0 commit comments

Comments
 (0)