chore: upgrade dependencies

This commit is contained in:
Johann Schopplich
2025-12-15 14:26:31 +01:00
parent bbd7e8cf58
commit 189bbfa9bc
8 changed files with 1142 additions and 1248 deletions

View File

@@ -3,7 +3,7 @@
"type": "module",
"version": "2.1.0",
"private": true,
"packageManager": "pnpm@10.23.0",
"packageManager": "pnpm@10.26.0",
"scripts": {
"build": "pnpm -r --filter=./packages/** run build",
"automd": "automd",
@@ -17,15 +17,15 @@
"release": "bumpp -r"
},
"devDependencies": {
"@antfu/eslint-config": "^6.2.0",
"@commitlint/types": "^20.0.0",
"@types/node": "^24.10.1",
"@antfu/eslint-config": "^6.7.1",
"@commitlint/types": "^20.2.0",
"@types/node": "^24.10.4",
"automd": "^0.4.2",
"bumpp": "^10.3.1",
"eslint": "^9.39.1",
"tsdown": "^0.16.6",
"tsx": "^4.20.6",
"bumpp": "^10.3.2",
"eslint": "^9.39.2",
"tsdown": "^0.18.0",
"tsx": "^4.21.0",
"typescript": "^5.9.3",
"vitest": "^4.0.13"
"vitest": "^4.0.15"
}
}