Skip to content

Commit

Permalink
fix: update peerDependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
brettdorrans authored May 17, 2022
1 parent 0b5a949 commit ae2ecc1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,9 @@
"webpack-dev-server": "4.9.0"
},
"peerDependencies": {
"react": "^18.x",
"react-dom": "^18.x",
"styled-components": "^5.x"
"react": "18.x",
"react-dom": "18.x",
"styled-components": "5.x"
},
"engines": {
"node": "^16.0.0"
Expand Down

0 comments on commit ae2ecc1

Please sign in to comment.