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:
committed by
Facebook GitHub Bot
parent
f85def32fb
commit
a916bf4c58
@@ -19,7 +19,7 @@
|
||||
"dependencies": {
|
||||
"address": "^1.1.2",
|
||||
"get-port": "^5.0.0",
|
||||
"react-devtools-core": "^4.23.0"
|
||||
"react-devtools-core": "4.24.0"
|
||||
},
|
||||
"title": "React DevTools",
|
||||
"icon": "app-react",
|
||||
|
||||
@@ -1483,10 +1483,10 @@ raf@^3.1.0, raf@^3.4.0:
|
||||
dependencies:
|
||||
performance-now "^2.1.0"
|
||||
|
||||
react-devtools-core@^4.23.0:
|
||||
version "4.23.0"
|
||||
resolved "https://registry.yarnpkg.com/react-devtools-core/-/react-devtools-core-4.23.0.tgz#dff9d12202a472ef62632203d6de3877dc6e58be"
|
||||
integrity sha512-KkzneT1LczFtebbTJlvRphIRvzuHLhI9ghfrseVv9ktBs+l2cXy8Svw5U16lzQnwU9okVEcURmGPgH79WWrlaw==
|
||||
react-devtools-core@4.24.0:
|
||||
version "4.24.0"
|
||||
resolved "https://registry.yarnpkg.com/react-devtools-core/-/react-devtools-core-4.24.0.tgz#7daa196bdc64f3626b3f54f2ff2b96f7c4fdf017"
|
||||
integrity sha512-Rw7FzYOOzcfyUPaAm9P3g0tFdGqGq2LLiAI+wjYcp6CsF3DeeMrRS3HZAho4s273C29G/DJhx0e8BpRE/QZNGg==
|
||||
dependencies:
|
||||
shell-quote "^1.6.1"
|
||||
ws "^7"
|
||||
|
||||
@@ -30,6 +30,6 @@
|
||||
"react-native-flipper": "../react-native-flipper"
|
||||
},
|
||||
"resolutions": {
|
||||
"react-devtools-core": "4.23.0"
|
||||
"react-devtools-core": "4.24.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user