Skip to content

Commit 5518916

Browse files
fix(deps): update all non-major dependencies
1 parent 03df768 commit 5518916

2 files changed

Lines changed: 1029 additions & 636 deletions

File tree

package.json

Lines changed: 14 additions & 14 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.32.1",
5+
"packageManager": "pnpm@10.33.0",
66
"description": "Manipulate the AST to transform your code.",
77
"author": "Kevin Deng <[email protected]>",
88
"license": "MIT",
@@ -54,9 +54,9 @@
5454
"prepublishOnly": "pnpm run build"
5555
},
5656
"dependencies": {
57-
"@babel/generator": "^8.0.0-rc.2",
58-
"@babel/parser": "^8.0.0-rc.2",
59-
"@babel/types": "^8.0.0-rc.2",
57+
"@babel/generator": "^8.0.0-rc.3",
58+
"@babel/parser": "^8.0.0-rc.3",
59+
"@babel/types": "^8.0.0-rc.3",
6060
"ast-kit": "^3.0.0-beta.1",
6161
"magic-string-ast": "^1.0.3",
6262
"unplugin": "^3.0.0"
@@ -66,19 +66,19 @@
6666
},
6767
"devDependencies": {
6868
"@antfu/utils": "^9.3.0",
69-
"@sxzz/eslint-config": "^7.8.3",
69+
"@sxzz/eslint-config": "^7.8.4",
7070
"@sxzz/prettier-config": "^2.3.1",
71-
"@types/node": "^25.5.0",
72-
"@typescript/native-preview": "7.0.0-dev.20260312.1",
71+
"@types/node": "^25.6.0",
72+
"@typescript/native-preview": "7.0.0-dev.20260412.1",
7373
"bumpp": "^10.4.1",
74-
"eslint": "^10.0.3",
75-
"prettier": "^3.8.1",
76-
"rollup": "^4.59.0",
77-
"tsdown": "^0.21.2",
78-
"tsdown-preset-sxzz": "^0.4.2",
74+
"eslint": "^10.2.0",
75+
"prettier": "^3.8.2",
76+
"rollup": "^4.60.1",
77+
"tsdown": "^0.21.7",
78+
"tsdown-preset-sxzz": "^0.5.0",
7979
"typescript": "^5.9.3",
80-
"vite": "^8.0.0",
81-
"vitest": "^4.1.0"
80+
"vite": "^8.0.8",
81+
"vitest": "^4.1.4"
8282
},
8383
"prettier": "@sxzz/prettier-config"
8484
}

0 commit comments

Comments
 (0)