upgrade react-devtools to v4.27.7 in fbsource (#4706)

Summary:
X-link: https://github.com/facebook/react-native/pull/37146

Pull Request resolved: https://github.com/facebook/flipper/pull/4706

Changelog: [Internal]

Updating react-devtools-* packages to v4.27.7

Reviewed By: jacdebug

Differential Revision: D45317588

fbshipit-source-id: 5625f654feffced92ca933796e90ac10fc4801ff
This commit is contained in:
Ruslan Lesiutin
2023-05-09 07:13:39 -07:00
committed by Facebook GitHub Bot
parent 133ea43f7d
commit 1086e05ba0
2 changed files with 10 additions and 10 deletions

View File

@@ -21,8 +21,8 @@
"dependencies": {
"@rollup/plugin-commonjs": "^21.0.3",
"@rollup/plugin-node-resolve": "^13.1.3",
"react-devtools-core": "^4.27.2",
"react-devtools-inline": "^4.27.2",
"react-devtools-core": "^4.27.7",
"react-devtools-inline": "^4.27.7",
"rollup": "^2.70.1",
"ws": "^8.5.0"
},