From 5d17e6f0dea963356179b76394f49f758ced5930 Mon Sep 17 00:00:00 2001 From: zachaller Date: Tue, 7 Nov 2023 01:48:14 -0600 Subject: [PATCH] bump down react version Signed-off-by: zachaller --- ui/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/package.json b/ui/package.json index 4a39e6c..4f8a626 100644 --- a/ui/package.json +++ b/ui/package.json @@ -12,7 +12,7 @@ "classnames": "2.2.6", "null-loader": "^4.0.1", "react": "^17.0.2", - "react-dom": "^17.0.2", + "react-dom": "^16.14.0", "react-helmet": "^6.1.0", "react-router-dom": "5.2.0", "react-scripts": "4.0.3", @@ -23,7 +23,7 @@ }, "peerDeependencies": { "argo-ui": "git+https://github.com/argoproj/argo-ui.git", - "@types/react": "^17.0.2", + "@types/react": "^16.14.0", "@types/react-dom": "^17.0.2", "react": "^16.9.3", "rxjs": "^6.6.6"