Skip to content

Commit

Permalink
fix: Fix versions of peer dependencies. (#1228)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hannes Leutloff authored Aug 4, 2021
1 parent 4b28ff7 commit c627ac5
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 @@ -93,8 +93,8 @@
"shelljs": "0.8.4"
},
"peerDependencies": {
"react": "^16.13.1",
"react-dom": "^16.13.1"
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"scripts": {
"start-styleguide": "cd styleguide && npx next --port 6060",
Expand Down

0 comments on commit c627ac5

Please sign in to comment.