From d04897527a38b14e252210d89c235ca5540bfb29 Mon Sep 17 00:00:00 2001 From: Dominic Saadi Date: Thu, 15 Feb 2024 15:38:53 -0800 Subject: [PATCH] fix(deps): remove types react from testing --- packages/testing/package.json | 2 -- yarn.lock | 2 -- 2 files changed, 4 deletions(-) diff --git a/packages/testing/package.json b/packages/testing/package.json index 12f8bb0c4ed7..ef123e11a124 100644 --- a/packages/testing/package.json +++ b/packages/testing/package.json @@ -43,8 +43,6 @@ "@types/babel-core": "6.25.10", "@types/jest": "29.5.8", "@types/node": "20.11.10", - "@types/react": "^18.2.55", - "@types/react-dom": "^18.2.19", "@types/webpack": "5.28.5", "@types/webpack-env": "1.18.4", "babel-jest": "^29.7.0", diff --git a/yarn.lock b/yarn.lock index b6a2eed9ac6c..62243054566b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8704,8 +8704,6 @@ __metadata: "@types/babel-core": "npm:6.25.10" "@types/jest": "npm:29.5.8" "@types/node": "npm:20.11.10" - "@types/react": "npm:^18.2.55" - "@types/react-dom": "npm:^18.2.19" "@types/webpack": "npm:5.28.5" "@types/webpack-env": "npm:1.18.4" babel-jest: "npm:^29.7.0"