Skip to content

Commit

Permalink
feat!: React v18 is now mandatory
Browse files Browse the repository at this point in the history
  • Loading branch information
targos committed Aug 15, 2022
1 parent 9117b51 commit 2793d90
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -46,8 +46,8 @@
"react-dom": "$react-dom"
},
"peerDependencies": {
"react": ">=16.0.0",
"react-dom": ">=16.0.0"
"react": ">=18.0.0",
"react-dom": ">=18.0.0"
},
"dependencies": {
"@emotion/react": "^11.10.0",
Expand Down

0 comments on commit 2793d90

Please sign in to comment.