Skip to content

Commit

Permalink
support react and react-dom 17 as peer dep (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
evankennedy authored Nov 6, 2020
1 parent ff969f6 commit e961c54
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,13 @@
"author": "Mohsin Ul Haq <mohsinulhaq01@gmail.com>",
"license": "MIT",
"peerDependencies": {
"react": "^16.6.0",
"react-dom": "^16.6.0"
"react": "^16.6.0 || ^17.0.0",
"react-dom": "^16.6.0 || ^17.0.0"
},
"dependencies": {
"@babel/runtime": "^7.10.4",
"@popperjs/core": "^2.4.4",
"react-popper": "^2.2.3"
"react-popper": "^2.2.4"
},
"devDependencies": {
"@babel/cli": "^7.10.4",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11980,10 +11980,10 @@ react-live@^2.2.1:
react-simple-code-editor "^0.10.0"
unescape "^1.0.1"

react-popper@^2.2.3:
version "2.2.3"
resolved "https://registry.yarnpkg.com/react-popper/-/react-popper-2.2.3.tgz#33d425fa6975d4bd54d9acd64897a89d904b9d97"
integrity sha512-mOEiMNT1249js0jJvkrOjyHsGvqcJd3aGW/agkiMoZk3bZ1fXN1wQszIQSjHIai48fE67+zwF8Cs+C4fWqlfjw==
react-popper@^2.2.4:
version "2.2.4"
resolved "https://registry.yarnpkg.com/react-popper/-/react-popper-2.2.4.tgz#d2ad3d2474ac9f1abf93df3099d408e5aa6a2e22"
integrity sha512-NacOu4zWupdQjVXq02XpTD3yFPSfg5a7fex0wa3uGKVkFK7UN6LvVxgcb+xYr56UCuWiNPMH20tntdVdJRwYew==
dependencies:
react-fast-compare "^3.0.1"
warning "^4.0.2"
Expand Down

0 comments on commit e961c54

Please sign in to comment.