Skip to content

Commit

Permalink
build: add react 16 support in peerDep
Browse files Browse the repository at this point in the history
  • Loading branch information
mashal-m committed Jul 5, 2023
1 parent f4b6c50 commit 05c76b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@
"universal-cookie": "^4.0.0"
},
"peerDependencies": {
"react": "^17.0.0 || ^18.0.0",
"react-dom": "^17.0.0 || ^18.0.0"
"react": "^16.1.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.1.0 || ^17.0.0 || ^18.0.0"
},
"devDependencies": {
"@babel/cli": "7.16.0",
Expand Down

0 comments on commit 05c76b9

Please sign in to comment.