Skip to content

Commit

Permalink
feat(templates): Bump wrangler packages to fix known HMR issue (#8148)
Browse files Browse the repository at this point in the history
Co-authored-by: Pedro Cattori <[email protected]>
  • Loading branch information
brookslybrand and pcattori authored Nov 28, 2023
1 parent 374d28c commit 1a20ce5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates/cloudflare-pages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@types/react-dom": "^18.2.7",
"eslint": "^8.38.0",
"typescript": "^5.1.0",
"wrangler": "^3.1.1"
"wrangler": "3.8.0"
},
"engines": {
"node": ">=18.0.0"
Expand Down
2 changes: 1 addition & 1 deletion templates/cloudflare-workers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@types/react-dom": "^18.2.7",
"eslint": "^8.38.0",
"typescript": "^5.1.6",
"wrangler": "^3.1.1"
"wrangler": "3.8.0"
},
"engines": {
"node": ">=18.0.0"
Expand Down

0 comments on commit 1a20ce5

Please sign in to comment.