Bump tsup, tsx and esbuild versions in all package.json devDependencies. (#533)

This commit is contained in:
Brandon Liu
2025-03-03 22:43:24 -08:00
committed by GitHub
parent 3f8279aa16
commit abfe63cef0
10 changed files with 1750 additions and 3679 deletions

View File

@@ -38,10 +38,9 @@
"@biomejs/biome": "^1.5.3",
"@types/leaflet": "^1.9.8",
"@types/node": "^20.0.0",
"esbuild": "^0.24.0",
"msw": "^2.5.0",
"tsup": "^8.3.5",
"tsx": "^4.7.0",
"tsup": "^8.4.0",
"tsx": "^4.19.3",
"typedoc": "^0.25.7",
"typescript": "^5.0.0"
},