Skip to content

Commit

Permalink
Add React 18 support (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
mwskwong authored Apr 30, 2022
1 parent ff1a3c3 commit 7b1a899
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
},
"peerDependencies": {
"@mui/material": "^5.0.0 || ^5.0.0-rc.0",
"react": "^16.8.0 || ^17.0.0"
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
},
"scripts": {
"storybook": "start-storybook -p 6006",
Expand All @@ -57,4 +57,4 @@
"test": "ava"
},
"private": true
}
}

0 comments on commit 7b1a899

Please sign in to comment.