From 3a748022be3a7dc7f98669e1645dd5cda72f1abc Mon Sep 17 00:00:00 2001 From: Alex Varchuk Date: Wed, 5 Feb 2025 17:13:55 +0100 Subject: [PATCH] feat: add supporting react 19 in package.json (#2652) --- package-lock.json | 4 ++-- package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8731f9a8..70627406 100644 --- a/package-lock.json +++ b/package-lock.json @@ -108,8 +108,8 @@ "peerDependencies": { "core-js": "^3.1.4", "mobx": "^6.0.4", - "react": "^16.8.4 || ^17.0.0 || ^18.0.0", - "react-dom": "^16.8.4 || ^17.0.0 || ^18.0.0", + "react": "^16.8.4 || ^17.0.0 || ^18.0.0 || ^19.0.0", + "react-dom": "^16.8.4 || ^17.0.0 || ^18.0.0 || ^19.0.0", "styled-components": "^4.1.1 || ^5.1.1 || ^6.0.5" } }, diff --git a/package.json b/package.json index d8dfb39a..300203e5 100644 --- a/package.json +++ b/package.json @@ -133,8 +133,8 @@ "peerDependencies": { "core-js": "^3.1.4", "mobx": "^6.0.4", - "react": "^16.8.4 || ^17.0.0 || ^18.0.0", - "react-dom": "^16.8.4 || ^17.0.0 || ^18.0.0", + "react": "^16.8.4 || ^17.0.0 || ^18.0.0 || ^19.0.0", + "react-dom": "^16.8.4 || ^17.0.0 || ^18.0.0 || ^19.0.0", "styled-components": "^4.1.1 || ^5.1.1 || ^6.0.5" }, "dependencies": {