core: reduce dependency conflicts by standardizing package versions through catalog

This eliminates duplicate package versions that were causing build issues and
inconsistent behavior across the monorepo. Dependencies now resolve to single
versions through the workspace catalog, making installs faster and more reliable.
This commit is contained in:
Dax Raad
2025-10-14 01:23:46 -04:00
parent 38ad6707cf
commit e5e05d390d
12 changed files with 37 additions and 69 deletions

View File

@@ -5,7 +5,7 @@
"private": true,
"type": "module",
"devDependencies": {
"@cloudflare/workers-types": "4.20250522.0",
"@cloudflare/workers-types": "catalog:",
"@types/node": "catalog:",
"typescript": "catalog:"
},