Override existing workers types instead of force installing

This commit is contained in:
2023-10-19 16:49:11 -04:00
parent f89ded9ae8
commit f6322728ab
2 changed files with 11 additions and 8 deletions

View File

@ -24,7 +24,6 @@
"react-helmet-async": "^1.3.0"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20230215.0",
"@remix-run/dev": "^1.14.0",
"@types/node": "^18.14.6",
"@types/react": "^18.0.28",
@ -33,5 +32,8 @@
"esbuild": "^0.17.8",
"prettier": "^2.8.4",
"typescript": "^4.9.5"
},
"overrides": {
"@cloudflare/workers-types": "^4.20230307.0"
}
}