React DevTools 4.24.0

Summary:
https://github.com/facebook/react/blob/main/packages/react-devtools/CHANGELOG.md

Changelog:
[General][Changed] - Upgraded react-devtools-core dependency to 4.24.0

Reviewed By: lunaruan

Differential Revision: D34798578

fbshipit-source-id: ce3b09023c98a9282cce92ef9661d6cb578455e1
This commit is contained in:
Brian Vaughn
2022-03-10 16:38:39 -08:00
committed by Facebook GitHub Bot
parent f85def32fb
commit a916bf4c58
3 changed files with 6 additions and 6 deletions

View File

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

View File

@@ -1483,10 +1483,10 @@ raf@^3.1.0, raf@^3.4.0:
dependencies: dependencies:
performance-now "^2.1.0" performance-now "^2.1.0"
react-devtools-core@^4.23.0: react-devtools-core@4.24.0:
version "4.23.0" version "4.24.0"
resolved "https://registry.yarnpkg.com/react-devtools-core/-/react-devtools-core-4.23.0.tgz#dff9d12202a472ef62632203d6de3877dc6e58be" resolved "https://registry.yarnpkg.com/react-devtools-core/-/react-devtools-core-4.24.0.tgz#7daa196bdc64f3626b3f54f2ff2b96f7c4fdf017"
integrity sha512-KkzneT1LczFtebbTJlvRphIRvzuHLhI9ghfrseVv9ktBs+l2cXy8Svw5U16lzQnwU9okVEcURmGPgH79WWrlaw== integrity sha512-Rw7FzYOOzcfyUPaAm9P3g0tFdGqGq2LLiAI+wjYcp6CsF3DeeMrRS3HZAho4s273C29G/DJhx0e8BpRE/QZNGg==
dependencies: dependencies:
shell-quote "^1.6.1" shell-quote "^1.6.1"
ws "^7" ws "^7"

View File

@@ -30,6 +30,6 @@
"react-native-flipper": "../react-native-flipper" "react-native-flipper": "../react-native-flipper"
}, },
"resolutions": { "resolutions": {
"react-devtools-core": "4.23.0" "react-devtools-core": "4.24.0"
} }
} }