Update React DevTools to 4.22.1

Summary:
Update `react-devtools-core` and `react-devtools` dependencies for RN, VSCode, Flipper, etc.

`js1 upgrade react-devtools -v 4.22.1`

# Changelog:

[General][Changed] - Upgraded react-devtools-core dependency to 4.22.1

Reviewed By: bvaughn

Differential Revision: D33107248

fbshipit-source-id: 8a7b458cd7eee7b173a41c718c8694bb84b6ea92
This commit is contained in:
Juan Tejada
2021-12-16 09:47:23 -08:00
committed by Facebook GitHub Bot
parent 68a2cfaffa
commit 730d47932d
2 changed files with 5 additions and 5 deletions

View File

@@ -19,7 +19,7 @@
"dependencies": {
"address": "^1.1.2",
"get-port": "^5.0.0",
"react-devtools-core": "4.21.0"
"react-devtools-core": "4.22.1"
},
"title": "React DevTools",
"icon": "app-react",

View File

@@ -1513,10 +1513,10 @@ raf@^3.1.0, raf@^3.4.0:
dependencies:
performance-now "^2.1.0"
react-devtools-core@4.21.0:
version "4.21.0"
resolved "https://registry.yarnpkg.com/react-devtools-core/-/react-devtools-core-4.21.0.tgz#a54c9a0fd7261491e616d6c87d1869e011d8521d"
integrity sha512-clGWwJHV5MHwTwYyKc+7FZHwzdbzrD2/AoZSkicUcr6YLc3Za9a9FaLhccWDHfjQ+ron9yzNhDT6Tv+FiPkD3g==
react-devtools-core@4.22.1:
version "4.22.1"
resolved "https://registry.yarnpkg.com/react-devtools-core/-/react-devtools-core-4.22.1.tgz#b276d42f860bedc373c9b3c0f5f96734318dd453"
integrity sha512-pvpNDHE7p0FtcCmIWGazoY8LLVfBI9sw0Kf10kdHhPI9Tzt3OG/qEt16GrAbE0keuna5WzX3r1qPKVjqOqsuUg==
dependencies:
shell-quote "^1.6.1"
ws "^7"