Skip to content

Commit

Permalink
feat(package.json): support React 18 peer dependency (#366)
Browse files Browse the repository at this point in the history
  • Loading branch information
jfoo1984 authored Mar 1, 2023
1 parent 9b10981 commit bfd5b5c
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 @@ -99,8 +99,8 @@
"@mui/icons-material": "^5.6.0",
"@mui/lab": "^5.0.0-alpha.76",
"@mui/material": "^5.6.0",
"react": "^17.0.1",
"react-dom": "^17.0.1"
"react": ">=17.0.1",
"react-dom": ">=17.0.1"
},
"scripts": {
"build": "yarn sd-build && rollup -c",
Expand Down

0 comments on commit bfd5b5c

Please sign in to comment.