From ffc0640bf8fae7c12427b307dffe114212da519a Mon Sep 17 00:00:00 2001 From: Tim Yung Date: Sun, 16 Jun 2024 13:51:18 -0700 Subject: [PATCH] RN: Remove `react-shallow-renderer` Dependency (#44982) Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/44982 Removes `react-shallow-renderer` dependency from the `react-native` package because it is no longer used. Changelog: [Internal] Reviewed By: robhogan Differential Revision: D58643454 fbshipit-source-id: f9aa62af2ff0282d6b54b97da6f2870a38881947 --- packages/react-native/package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/react-native/package.json b/packages/react-native/package.json index be0cb909801..c7e4aa66db4 100644 --- a/packages/react-native/package.json +++ b/packages/react-native/package.json @@ -139,7 +139,6 @@ "promise": "^8.3.0", "react-devtools-core": "5.1.0", "react-refresh": "^0.14.0", - "react-shallow-renderer": "^16.15.0", "regenerator-runtime": "^0.13.2", "scheduler": "0.24.0-canary-efb381bbf-20230505", "semver": "^7.1.3",