Skip to content

Commit 6b946a0

Browse files
fix(deps): update all non-major dependencies
1 parent be17dcd commit 6b946a0

File tree

2 files changed

+494
-452
lines changed

2 files changed

+494
-452
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "unplugin-ast",
33
"version": "0.15.4",
4-
"packageManager": "pnpm@10.20.0",
4+
"packageManager": "pnpm@10.23.0",
55
"description": "Manipulate the AST to transform your code.",
66
"type": "module",
77
"keywords": [
@@ -65,24 +65,24 @@
6565
"@babel/generator": "^7.28.5",
6666
"ast-kit": "^2.2.0",
6767
"magic-string-ast": "^1.0.3",
68-
"unplugin": "^2.3.10"
68+
"unplugin": "^2.3.11"
6969
},
7070
"devDependencies": {
7171
"@antfu/utils": "^9.3.0",
7272
"@babel/parser": "^7.28.5",
7373
"@babel/types": "^7.28.5",
74-
"@sxzz/eslint-config": "^7.2.8",
75-
"@sxzz/prettier-config": "^2.2.4",
74+
"@sxzz/eslint-config": "^7.3.0",
75+
"@sxzz/prettier-config": "^2.2.5",
7676
"@types/babel__generator": "^7.27.0",
77-
"@types/node": "^24.10.0",
77+
"@types/node": "^24.10.1",
7878
"bumpp": "^10.3.1",
7979
"eslint": "^9.39.1",
8080
"prettier": "^3.6.2",
81-
"rollup": "^4.53.0",
82-
"tsdown": "^0.16.1",
81+
"rollup": "^4.53.3",
82+
"tsdown": "^0.16.6",
8383
"typescript": "^5.9.3",
84-
"vite": "^7.2.2",
85-
"vitest": "^4.0.8"
84+
"vite": "^7.2.4",
85+
"vitest": "^4.0.13"
8686
},
8787
"engines": {
8888
"node": ">=20.19.0"

0 commit comments

Comments
 (0)