Skip to content

Commit

Permalink
[148] Allow React 18 as Peer Dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
snelsi authored and lhz516 committed Apr 16, 2022
1 parent b7d9424 commit 2c8183e
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 @@ -56,8 +56,8 @@
},
"homepage": "https://codepen.io/lhz516/pen/dyGpmgP",
"peerDependencies": {
"react": "^16.3.0 || ^17.0.0",
"react-dom": "^16.3.0 || ^17.0.0"
"react": "^16.3.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.3.0 || ^17.0.0 || ^18.0.0"
},
"dependencies": {
"@babel/runtime": "^7.10.2",
Expand Down

0 comments on commit 2c8183e

Please sign in to comment.