diff --git a/package.json b/package.json index 07f3f22..b8703fc 100644 --- a/package.json +++ b/package.json @@ -32,8 +32,8 @@ "homepage": "https://github.com/suren-atoyan/monaco-react#readme", "peerDependencies": { "monaco-editor": ">= 0.25.0 < 1", - "react": "^16.8.0 || ^17.0.0 || ^18.0.0", - "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" + "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0", + "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" }, "devDependencies": { "@testing-library/jest-dom": "^5.16.5",