Skip to content

Commit cbd6b11

Browse files
authored
Add React 19 to peer dependencies (#59)
1 parent 9afec37 commit cbd6b11

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
},
4545
"peerDependencies": {
4646
"@mui/material": "^5.0.0 || ^6.0.0",
47-
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
47+
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
4848
},
4949
"scripts": {
5050
"storybook": "start-storybook -p 6006",

0 commit comments

Comments
 (0)