Skip to content

Commit d322abb

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

2 files changed

Lines changed: 609 additions & 557 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.30.1",
66
"description": "Manipulate the AST to transform your code.",
77
"author": "Kevin Deng <[email protected]>",
88
"license": "MIT",
@@ -54,27 +54,27 @@
5454
"prepublishOnly": "pnpm run build"
5555
},
5656
"dependencies": {
57-
"@babel/generator": "^8.0.0-beta.4",
58-
"@babel/parser": "^8.0.0-beta.4",
59-
"@babel/types": "^8.0.0-beta.4",
57+
"@babel/generator": "^8.0.0-rc.2",
58+
"@babel/parser": "^8.0.0-rc.2",
59+
"@babel/types": "^8.0.0-rc.2",
6060
"ast-kit": "^3.0.0-beta.1",
6161
"magic-string-ast": "^1.0.3",
6262
"unplugin": "^3.0.0"
6363
},
6464
"devDependencies": {
6565
"@antfu/utils": "^9.3.0",
66-
"@sxzz/eslint-config": "^7.5.0",
67-
"@sxzz/prettier-config": "^2.2.6",
68-
"@types/node": "^25.0.10",
69-
"bumpp": "^10.4.0",
66+
"@sxzz/eslint-config": "^7.8.0",
67+
"@sxzz/prettier-config": "^2.3.1",
68+
"@types/node": "^25.3.0",
69+
"bumpp": "^10.4.1",
7070
"eslint": "^9.39.2",
7171
"prettier": "^3.8.1",
72-
"rollup": "^4.56.0",
73-
"tsdown": "^0.20.0",
74-
"tsdown-preset-sxzz": "^0.3.1",
72+
"rollup": "^4.59.0",
73+
"tsdown": "^0.20.3",
74+
"tsdown-preset-sxzz": "^0.3.3",
7575
"typescript": "^5.9.3",
7676
"vite": "^7.3.1",
77-
"vitest": "^4.0.17"
77+
"vitest": "^4.0.18"
7878
},
7979
"prettier": "@sxzz/prettier-config"
8080
}

0 commit comments

Comments
 (0)