Skip to content

Commit

Permalink
React 18 support (#464)
Browse files Browse the repository at this point in the history
* Update peer dependency to include react 18

* Update dev dependency to react 18

Co-authored-by: David Hu <davidhu314@gmail.com>
  • Loading branch information
nikeee and davidhu2000 committed May 3, 2022
1 parent f413968 commit abf8930
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Expand Up @@ -85,19 +85,19 @@
"html-webpack-plugin": "^5.3.2",
"jest": "^27.2.4",
"prettier": "^2.4.1",
"react": "^17.0.2",
"react": "^18.0.0",
"react-click-outside": "^3.0.1",
"react-color": "2.19.3",
"react-dom": "^17.0.2",
"react-dom": "^18.0.0",
"ts-jest": "^27.0.5",
"ts-loader": "^9.2.6",
"typescript": "^4.4.3",
"webpack": "^5.57.1",
"webpack-cli": "^4.8.0"
},
"peerDependencies": {
"react": "^16.0.0 || ^17.0.0",
"react-dom": "^16.0.0 || ^17.0.0"
"react": "^16.0.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.0.0 || ^17.0.0 || ^18.0.0"
},
"dependencies": {
"@emotion/react": "^11.4.1"
Expand Down

0 comments on commit abf8930

Please sign in to comment.