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"
},

View File

@@ -1742,18 +1742,18 @@ react-color@^2.19.3:
reactcss "^1.2.0"
tinycolor2 "^1.4.1"
react-devtools-core@^4.27.2:
version "4.27.2"
resolved "https://registry.yarnpkg.com/react-devtools-core/-/react-devtools-core-4.27.2.tgz#d20fc57e258c656eedabafc2c851d38b33583148"
integrity sha512-8SzmIkpO87alD7Xr6gWIEa1jHkMjawOZ+6egjazlnjB4UUcbnzGDf/vBJ4BzGuWWEM+pzrxuzsPpcMqlQkYK2g==
react-devtools-core@^4.27.7:
version "4.27.7"
resolved "https://registry.yarnpkg.com/react-devtools-core/-/react-devtools-core-4.27.7.tgz#458a6541483078d60a036c75bf88f54c478086ec"
integrity sha512-12N0HrhCPbD76Z7SkyJdGdXdPGouUsgV6tlEsbSpAnLDO06tjXZP+irht4wPdYwJAJRQ85DxL48eQoz7UmrSuQ==
dependencies:
shell-quote "^1.6.1"
ws "^7"
react-devtools-inline@^4.27.2:
version "4.27.2"
resolved "https://registry.yarnpkg.com/react-devtools-inline/-/react-devtools-inline-4.27.2.tgz#db17b523ca341e613200cf5f7e770227b943d132"
integrity sha512-Q0E0wNvnrG3aqVZ5yFnWbuv1txCksRkn2W1c1hDafiTF77BL0w9nto++SJrk3N/mKV3PWO1SZZIyvsEARog8WA==
react-devtools-inline@^4.27.7:
version "4.27.7"
resolved "https://registry.yarnpkg.com/react-devtools-inline/-/react-devtools-inline-4.27.7.tgz#e881bfaea6388888f6cbcb5d5a78e055e3200af8"
integrity sha512-YBwA+ojj6HmOeqXqc/YgT5Lx1/V3386Xt2SbeBFQXC9ZRHeaLShIP3iJ97NS8D2D/URDMxkfnLgmb4g24TAGMw==
dependencies:
source-map-js "^0.6.2"
sourcemap-codec "^1.4.8"