Skip to content

Commit

Permalink
fix: bump react-dom to 17.x to fix react mismatch error in pancake-fr…
Browse files Browse the repository at this point in the history
…ontend (#184)

* fix: bump react-dom to 17.x to fix react mismatch error in pancake-frontend

* fix: add react 17 peer dependencies
  • Loading branch information
Rovak authored Feb 18, 2021
1 parent 1927347 commit 70941d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
},
"peerDependencies": {
"react": "^17.0.1",
"react-dom": "^16.14.0",
"react-dom": "^17.0.1",
"react-router-dom": "^5.2.0",
"styled-components": "^5.2.0"
},
Expand Down

0 comments on commit 70941d1

Please sign in to comment.