Skip to content

Commit ceb604b

Browse files
committed
chore: upgrade deps
1 parent 3d75b59 commit ceb604b

2 files changed

Lines changed: 1049 additions & 969 deletions

File tree

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "unplugin-ast",
33
"version": "0.14.5",
4-
"packageManager": "pnpm@10.6.4",
4+
"packageManager": "pnpm@10.8.0",
55
"description": "Manipulate the AST to transform your code.",
66
"type": "module",
77
"keywords": [
@@ -62,28 +62,28 @@
6262
"prepublishOnly": "pnpm run build"
6363
},
6464
"dependencies": {
65-
"@babel/generator": "^7.26.10",
65+
"@babel/generator": "^7.27.0",
6666
"ast-kit": "^1.4.2",
67-
"magic-string-ast": "^0.8.0",
68-
"unplugin": "^2.3.0"
67+
"magic-string-ast": "^0.9.1",
68+
"unplugin": "^2.3.2"
6969
},
7070
"devDependencies": {
71-
"@antfu/utils": "^9.1.0",
72-
"@babel/parser": "^7.26.10",
73-
"@babel/types": "^7.26.10",
74-
"@sxzz/eslint-config": "^6.0.2",
71+
"@antfu/utils": "^9.2.0",
72+
"@babel/parser": "^7.27.0",
73+
"@babel/types": "^7.27.0",
74+
"@sxzz/eslint-config": "^6.1.1",
7575
"@sxzz/prettier-config": "^2.2.1",
76-
"@types/babel__generator": "^7.6.8",
77-
"@types/node": "^22.13.10",
76+
"@types/babel__generator": "^7.27.0",
77+
"@types/node": "^22.14.1",
7878
"bumpp": "^10.1.0",
79-
"eslint": "^9.22.0",
79+
"eslint": "^9.24.0",
8080
"prettier": "^3.5.3",
81-
"rollup": "^4.36.0",
82-
"tsdown": "^0.6.9",
81+
"rollup": "^4.40.0",
82+
"tsdown": "^0.8.0-beta.2",
8383
"tsx": "^4.19.3",
84-
"typescript": "^5.8.2",
85-
"vite": "^6.2.2",
86-
"vitest": "^3.0.9"
84+
"typescript": "^5.8.3",
85+
"vite": "^6.2.6",
86+
"vitest": "^3.1.1"
8787
},
8888
"engines": {
8989
"node": ">=18.12.0"

0 commit comments

Comments
 (0)