diff --git a/package-lock.json b/package-lock.json index f01c58c..809ac1f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -40,8 +40,8 @@ "webpack": "^5.73.0" }, "peerDependencies": { - "react": "^16.x || ^17.x || ^18.x", - "react-dom": "^16.x || ^17.x || ^18.x" + "react": "^16.x || ^17.x || ^18.x || ^19.x", + "react-dom": "^16.x || ^17.x || ^18.x || ^19.x" } }, "node_modules/@ampproject/remapping": { diff --git a/package.json b/package.json index c396391..7df0527 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "@heroicons/react": "^2.0.13" }, "peerDependencies": { - "react": "^16.x || ^17.x || ^18.x", - "react-dom": "^16.x || ^17.x || ^18.x" + "react": "^16.x || ^17.x || ^18.x || ^19.x", + "react-dom": "^16.x || ^17.x || ^18.x || ^19.x" } }