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": { "dependencies": {
"@rollup/plugin-commonjs": "^21.0.3", "@rollup/plugin-commonjs": "^21.0.3",
"@rollup/plugin-node-resolve": "^13.1.3", "@rollup/plugin-node-resolve": "^13.1.3",
"react-devtools-core": "^4.27.7", "react-devtools-core": "^4.28.0",
"react-devtools-inline": "^4.27.7", "react-devtools-inline": "^4.28.0",
"rollup": "^2.70.1", "rollup": "^2.70.1",
"ws": "^8.5.0" "ws": "^8.5.0"
}, },

View File

@@ -1766,18 +1766,18 @@ react-color@^2.19.3:
reactcss "^1.2.0" reactcss "^1.2.0"
tinycolor2 "^1.4.1" tinycolor2 "^1.4.1"
react-devtools-core@^4.27.7: react-devtools-core@^4.28.0:
version "4.27.7" version "4.28.0"
resolved "https://registry.yarnpkg.com/react-devtools-core/-/react-devtools-core-4.27.7.tgz#458a6541483078d60a036c75bf88f54c478086ec" resolved "https://registry.yarnpkg.com/react-devtools-core/-/react-devtools-core-4.28.0.tgz#3fa18709b24414adddadac33b6b9cea96db60f2f"
integrity sha512-12N0HrhCPbD76Z7SkyJdGdXdPGouUsgV6tlEsbSpAnLDO06tjXZP+irht4wPdYwJAJRQ85DxL48eQoz7UmrSuQ== integrity sha512-E3C3X1skWBdBzwpOUbmXG8SgH6BtsluSMe+s6rRcujNKG1DGi8uIfhdhszkgDpAsMoE55hwqRUzeXCmETDBpTg==
dependencies: dependencies:
shell-quote "^1.6.1" shell-quote "^1.6.1"
ws "^7" ws "^7"
react-devtools-inline@^4.27.7: react-devtools-inline@^4.28.0:
version "4.27.7" version "4.28.0"
resolved "https://registry.yarnpkg.com/react-devtools-inline/-/react-devtools-inline-4.27.7.tgz#e881bfaea6388888f6cbcb5d5a78e055e3200af8" resolved "https://registry.yarnpkg.com/react-devtools-inline/-/react-devtools-inline-4.28.0.tgz#0156c8b74b1f2f4953d6d10f7cebf9f453838b9b"
integrity sha512-YBwA+ojj6HmOeqXqc/YgT5Lx1/V3386Xt2SbeBFQXC9ZRHeaLShIP3iJ97NS8D2D/URDMxkfnLgmb4g24TAGMw== integrity sha512-WNHNgBJ0YUzCfErtIltx4DVur6RAq07z597Xv1lHPyretv8a0p+/B3GMiIlqQibR8TiJpMQAN+9UV++Sb0tYwQ==
dependencies: dependencies:
source-map-js "^0.6.2" source-map-js "^0.6.2"
sourcemap-codec "^1.4.8" sourcemap-codec "^1.4.8"