From 66f25de9009eee33cbf8d08b680b86b3cb91449c Mon Sep 17 00:00:00 2001 From: Osku <77615959+Osamah-learn@users.noreply.github.com> Date: Fri, 28 Oct 2022 19:09:24 +0300 Subject: [PATCH 1/5] Update package.json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 05c32ae..400d1f7 100644 --- a/package.json +++ b/package.json @@ -36,8 +36,8 @@ "prop-types": "^15.5.6" }, "peerDependencies": { - "react": "0.14.x || ^15.0.0 || ^16.0.0", - "react-dom": "0.14.x || ^15.0.0 || ^16.0.0" + "react": "0.14.x || ^15.0.0 || ^16.0.0|| ^17.0.0", + "react-dom": "0.14.x || ^15.0.0 || ^16.0.0|| ^17.0.0" }, "devDependencies": { "autoprefixer-loader": "^3.1.0", From 19fa1f2d53964eb15c991da1e873226b02c68a98 Mon Sep 17 00:00:00 2001 From: Osku <77615959+Osamah-learn@users.noreply.github.com> Date: Sat, 29 Oct 2022 00:19:58 +0300 Subject: [PATCH 2/5] Update package.json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 400d1f7..77e9d23 100644 --- a/package.json +++ b/package.json @@ -36,8 +36,8 @@ "prop-types": "^15.5.6" }, "peerDependencies": { - "react": "0.14.x || ^15.0.0 || ^16.0.0|| ^17.0.0", - "react-dom": "0.14.x || ^15.0.0 || ^16.0.0|| ^17.0.0" + "react":"^17.0.0", + "react-dom":"^17.0.0" }, "devDependencies": { "autoprefixer-loader": "^3.1.0", From 34e3a3cf3b5ee6c6befa7aede85e7eac966de53f Mon Sep 17 00:00:00 2001 From: Osku <77615959+Osamah-learn@users.noreply.github.com> Date: Sat, 29 Oct 2022 16:36:41 +0300 Subject: [PATCH 3/5] Update package.json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 77e9d23..159773a 100644 --- a/package.json +++ b/package.json @@ -36,8 +36,8 @@ "prop-types": "^15.5.6" }, "peerDependencies": { - "react":"^17.0.0", - "react-dom":"^17.0.0" + "react":">=16.0.0", + "react-dom":">=16.0.0" }, "devDependencies": { "autoprefixer-loader": "^3.1.0", From e18aa45e36133b1c16c191033fc77aaaa86c7068 Mon Sep 17 00:00:00 2001 From: Osku <77615959+Osamah-learn@users.noreply.github.com> Date: Sat, 29 Oct 2022 16:39:58 +0300 Subject: [PATCH 4/5] Update package.json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 159773a..f923c88 100644 --- a/package.json +++ b/package.json @@ -70,8 +70,8 @@ "karma-webpack": "^1.7.0", "mocha": "^4.0.1", "node-sass": "^4.13.0", - "react": "^16.11.0", - "react-dom": "^16.11.0", + "react": ">=16.11.0", + "react-dom": ">=16.11.0", "react-tools": "^0.13.2", "react-transform-catch-errors": "^1.0.0", "react-transform-hmr": "^1.0.1", From c6580aed0a138b8dc26f1b07c29a8fa66ded63a8 Mon Sep 17 00:00:00 2001 From: Osku <77615959+Osamah-learn@users.noreply.github.com> Date: Sat, 29 Oct 2022 18:14:55 +0300 Subject: [PATCH 5/5] Update package.json --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index f923c88..e27860d 100644 --- a/package.json +++ b/package.json @@ -75,6 +75,7 @@ "react-tools": "^0.13.2", "react-transform-catch-errors": "^1.0.0", "react-transform-hmr": "^1.0.1", + "create-react-class":"^15.7.0", "redbox-react": "^1.1.1", "rimraf": "^2.4.3", "sass-loader": "^3.0.0",