Skip to content
This repository was archived by the owner on Nov 22, 2024. It is now read-only.

Commit 2427ba7

Browse files
vlsidofacebook-github-bot
authored andcommitted
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: #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
1 parent 870bc9b commit 2427ba7

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

desktop/plugins/public/reactdevtools/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
"dependencies": {
2222
"@rollup/plugin-commonjs": "^21.0.3",
2323
"@rollup/plugin-node-resolve": "^13.1.3",
24-
"react-devtools-core": "^4.27.7",
25-
"react-devtools-inline": "^4.27.7",
24+
"react-devtools-core": "^4.28.0",
25+
"react-devtools-inline": "^4.28.0",
2626
"rollup": "^2.70.1",
2727
"ws": "^8.5.0"
2828
},

desktop/plugins/public/yarn.lock

+8-8
Original file line numberDiff line numberDiff line change
@@ -1766,18 +1766,18 @@ react-color@^2.19.3:
17661766
reactcss "^1.2.0"
17671767
tinycolor2 "^1.4.1"
17681768

1769-
react-devtools-core@^4.27.7:
1770-
version "4.27.7"
1771-
resolved "https://registry.yarnpkg.com/react-devtools-core/-/react-devtools-core-4.27.7.tgz#458a6541483078d60a036c75bf88f54c478086ec"
1772-
integrity sha512-12N0HrhCPbD76Z7SkyJdGdXdPGouUsgV6tlEsbSpAnLDO06tjXZP+irht4wPdYwJAJRQ85DxL48eQoz7UmrSuQ==
1769+
react-devtools-core@^4.28.0:
1770+
version "4.28.0"
1771+
resolved "https://registry.yarnpkg.com/react-devtools-core/-/react-devtools-core-4.28.0.tgz#3fa18709b24414adddadac33b6b9cea96db60f2f"
1772+
integrity sha512-E3C3X1skWBdBzwpOUbmXG8SgH6BtsluSMe+s6rRcujNKG1DGi8uIfhdhszkgDpAsMoE55hwqRUzeXCmETDBpTg==
17731773
dependencies:
17741774
shell-quote "^1.6.1"
17751775
ws "^7"
17761776

1777-
react-devtools-inline@^4.27.7:
1778-
version "4.27.7"
1779-
resolved "https://registry.yarnpkg.com/react-devtools-inline/-/react-devtools-inline-4.27.7.tgz#e881bfaea6388888f6cbcb5d5a78e055e3200af8"
1780-
integrity sha512-YBwA+ojj6HmOeqXqc/YgT5Lx1/V3386Xt2SbeBFQXC9ZRHeaLShIP3iJ97NS8D2D/URDMxkfnLgmb4g24TAGMw==
1777+
react-devtools-inline@^4.28.0:
1778+
version "4.28.0"
1779+
resolved "https://registry.yarnpkg.com/react-devtools-inline/-/react-devtools-inline-4.28.0.tgz#0156c8b74b1f2f4953d6d10f7cebf9f453838b9b"
1780+
integrity sha512-WNHNgBJ0YUzCfErtIltx4DVur6RAq07z597Xv1lHPyretv8a0p+/B3GMiIlqQibR8TiJpMQAN+9UV++Sb0tYwQ==
17811781
dependencies:
17821782
source-map-js "^0.6.2"
17831783
sourcemap-codec "^1.4.8"

0 commit comments

Comments
 (0)