mirror of
https://github.com/facebook/react-native.git
synced 2024-11-22 06:29:46 +00:00
upgrade react-devtools to v4.27.7 in fbsource (#37146)
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/37146 X-link: 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:
parent
cceef57be1
commit
d3e8b646a7
@ -9,7 +9,16 @@
|
||||
"directory": "packages/react-native"
|
||||
},
|
||||
"homepage": "https://reactnative.dev/",
|
||||
"keywords": ["react", "react-native", "android", "ios", "mobile", "cross-platform", "app-framework", "mobile-development"],
|
||||
"keywords": [
|
||||
"react",
|
||||
"react-native",
|
||||
"android",
|
||||
"ios",
|
||||
"mobile",
|
||||
"cross-platform",
|
||||
"app-framework",
|
||||
"mobile-development"
|
||||
],
|
||||
"bugs": "https://github.com/facebook/react-native/issues",
|
||||
"engines": {
|
||||
"node": ">=16"
|
||||
@ -111,7 +120,7 @@
|
||||
"nullthrows": "^1.1.1",
|
||||
"pretty-format": "^26.5.2",
|
||||
"promise": "^8.3.0",
|
||||
"react-devtools-core": "^4.27.2",
|
||||
"react-devtools-core": "^4.27.7",
|
||||
"react-refresh": "^0.4.0",
|
||||
"react-shallow-renderer": "^16.15.0",
|
||||
"regenerator-runtime": "^0.13.2",
|
||||
|
@ -9004,10 +9004,10 @@ range-parser@~1.2.0:
|
||||
resolved "https://registry.yarnpkg.com/range-parser/-/range-parser-1.2.0.tgz#f49be6b487894ddc40dcc94a322f611092e00d5e"
|
||||
integrity sha1-9JvmtIeJTdxA3MlKMi9hEJLgDV4=
|
||||
|
||||
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"
|
||||
|
Loading…
Reference in New Issue
Block a user