Skip to content

Commit

Permalink
fix: Allow react 18 in peer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
arnemolland committed May 11, 2022
1 parent 266a3dd commit 6598781
Show file tree
Hide file tree
Showing 2 changed files with 1,814 additions and 1,838 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"develop": "start-storybook -p 3000"
},
"peerDependencies": {
"react": "^16.3.0 || ^17.0.1"
"react": "^16.3.0 || ^17.0.1 || ^18.0.0"
},
"dependencies": {
"tween-functions": "^1.2.0"
Expand Down
Loading

0 comments on commit 6598781

Please sign in to comment.