React DevTools 4.24.0

Summary:
https://github.com/facebook/react/blob/main/packages/react-devtools/CHANGELOG.md

Changelog:
[General][Changed] - Upgraded react-devtools-core dependency to 4.24.0

Reviewed By: lunaruan

Differential Revision: D34798578

fbshipit-source-id: ce3b09023c98a9282cce92ef9661d6cb578455e1
This commit is contained in:
Brian Vaughn
2022-03-10 16:38:39 -08:00
committed by Facebook GitHub Bot
parent f85def32fb
commit a916bf4c58
3 changed files with 6 additions and 6 deletions

View File

@@ -30,6 +30,6 @@
"react-native-flipper": "../react-native-flipper"
},
"resolutions": {
"react-devtools-core": "4.23.0"
"react-devtools-core": "4.24.0"
}
}