From d5f95f0886478388134dfea770213cedf5e51c43 Mon Sep 17 00:00:00 2001 From: "Y T. Hy" <52711139+yhy-1@users.noreply.github.com> Date: Thu, 23 Jan 2025 13:24:07 -0500 Subject: [PATCH] add react@19 as peerDepdencies --- 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 0ed66e0..cdc2ed4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -53,8 +53,8 @@ "peerDependencies": { "classnames": "^2.2.6", "prop-types": "^15.7.2", - "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" } }, "node_modules/@adobe/css-tools": { diff --git a/package.json b/package.json index a22d2ba..51f4faf 100644 --- a/package.json +++ b/package.json @@ -9,8 +9,8 @@ "peerDependencies": { "classnames": "^2.2.6", "prop-types": "^15.7.2", - "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": { "@babel/core": "^7.5.5",