diff --git a/package-lock.json b/package-lock.json index 267f881..4077b9f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ }, "peerDependencies": { "@mui/material": "^5.0.0 || ^6.0.0", - "react": "^16.8.0 || ^17.0.0 || ^18.0.0" + "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" } }, "node_modules/@ampproject/remapping": { diff --git a/package.json b/package.json index a80dde3..6c6a540 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ }, "peerDependencies": { "@mui/material": "^5.0.0 || ^6.0.0", - "react": "^16.8.0 || ^17.0.0 || ^18.0.0" + "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" }, "scripts": { "storybook": "start-storybook -p 6006",