From 8089ac7249b7ca37cc661eaf786d452e8476a395 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20P=C3=BChringer?= <51900829+puehringer@users.noreply.github.com> Date: Wed, 20 Dec 2023 00:54:38 -0800 Subject: [PATCH] deps: update React in package.json (#865) * Update package.json * Update package.json --- package.json | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index bd48e0fc7..bb13bd5e0 100644 --- a/package.json +++ b/package.json @@ -62,8 +62,8 @@ "@types/d3v7": "npm:@types/d3@^7.4.0", "@types/jquery": "~3.5.5", "@types/papaparse": "~5.3.0", - "@types/react": "^16.9.23", - "@types/react-dom": "^16.9.5", + "@types/react": "~18.2.0", + "@types/react-dom": "~18.2.0", "@types/select2": "4.0.44", "bootstrap": "~5.1.0", "core-js": "2.6.5", @@ -77,8 +77,8 @@ "md5": "^2.3.0", "papaparse": "~5.3.0", "popper.js": "^1.15.0", - "react": "^16.13.0", - "react-dom": "^16.13.0", + "react": "~18.2.0", + "react-dom": "~18.2.0", "react-highlight-words": "^0.17.0", "react-select": "^4.3.1", "select2": "~4.0.13", @@ -102,13 +102,6 @@ "cypress": "^11.2.0", "storybook-addon-swc": "^1.1.9" }, - "overrides": { - "@types/react": "~18.2.0", - "@types/react-dom": "~18.2.0", - "react": "~18.2.0", - "react-dom": "~18.2.0", - "webpack": "5.74.0" - }, "resolutions": { "@types/react": "~18.2.0", "@types/react-dom": "~18.2.0",