Skip to content

Commit 26a51db

Browse files
fix(deps): update all non-major dependencies
1 parent bb80e3e commit 26a51db

File tree

2 files changed

+462
-1158
lines changed

2 files changed

+462
-1158
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.0",
4-
"packageManager": "pnpm@10.10.0",
4+
"packageManager": "pnpm@10.11.0",
55
"description": "Manipulate the AST to transform your code.",
66
"type": "module",
77
"keywords": [
@@ -65,25 +65,25 @@
6565
"@babel/generator": "^7.27.1",
6666
"ast-kit": "^2.0.0",
6767
"magic-string-ast": "^0.9.1",
68-
"unplugin": "^2.3.2"
68+
"unplugin": "^2.3.4"
6969
},
7070
"devDependencies": {
7171
"@antfu/utils": "^9.2.0",
7272
"@babel/parser": "^7.27.2",
7373
"@babel/types": "^7.27.1",
74-
"@sxzz/eslint-config": "^7.0.0",
74+
"@sxzz/eslint-config": "^7.0.1",
7575
"@sxzz/prettier-config": "^2.2.1",
7676
"@types/babel__generator": "^7.27.0",
77-
"@types/node": "^22.15.17",
78-
"bumpp": "^10.1.0",
79-
"eslint": "^9.26.0",
77+
"@types/node": "^22.15.19",
78+
"bumpp": "^10.1.1",
79+
"eslint": "^9.27.0",
8080
"prettier": "^3.5.3",
81-
"rollup": "^4.40.2",
82-
"tsdown": "^0.11.1",
81+
"rollup": "^4.41.0",
82+
"tsdown": "^0.11.12",
8383
"tsx": "^4.19.4",
8484
"typescript": "^5.8.3",
8585
"vite": "^6.3.5",
86-
"vitest": "^3.1.3"
86+
"vitest": "^3.1.4"
8787
},
8888
"engines": {
8989
"node": ">=20.18.0"

0 commit comments

Comments
 (0)