upgrade react-devtools to v4.28.0 (#4948)

Summary:
allow-large-files

Resolved issue with react-devtools v4.27.7 (duplicated backend activation with multiple renderers)

## Changelog

upgraded react-devtools to v4.28.0

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

Test Plan: in flipper/desktop/plugins/public/reactdevtools/ I run yarn upgrade react-devtools-core

Reviewed By: antonk52

Differential Revision: D47553560

Pulled By: passy

fbshipit-source-id: ba315047fe9c71628aa8f3d934e9a092b61bff4e
This commit is contained in:
vlsido
2023-07-19 02:15:58 -07:00
committed by Facebook GitHub Bot
parent 870bc9bd58
commit 2427ba754c
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.7",
"react-devtools-inline": "^4.27.7",
"react-devtools-core": "^4.28.0",
"react-devtools-inline": "^4.28.0",
"rollup": "^2.70.1",
"ws": "^8.5.0"
},