Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Override existing workers types instead of force installing
  • Loading branch information
regalijan committed Oct 19, 2023
1 parent f89ded9 commit f632272
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
15 changes: 8 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion package.json
Expand Up @@ -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",
Expand All @@ -33,5 +32,8 @@
"esbuild": "^0.17.8",
"prettier": "^2.8.4",
"typescript": "^4.9.5"
},
"overrides": {
"@cloudflare/workers-types": "^4.20230307.0"
}
}

0 comments on commit f632272

Please sign in to comment.