Skip to content

Commit

Permalink
Update react and react-dom versions (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnmcknight authored Nov 7, 2020
1 parent 24e008e commit 9b80451
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 16 deletions.
24 changes: 11 additions & 13 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"node": ">=12.0.0"
},
"peerDependencies": {
"react": "^16.8.0"
"react": "^16.8.0 || ^17.0.1"
},
"dependencies": {},
"devDependencies": {
Expand Down Expand Up @@ -74,8 +74,8 @@
"normalize.css": "^8.0.1",
"parcel": "^1.12.4",
"prettier": "^2.1.2",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"rimraf": "^3.0.2",
"typescript": "^4.0.5"
}
Expand Down

0 comments on commit 9b80451

Please sign in to comment.