Skip to content

Commit

Permalink
upgrade react-devtools to v4.27.7 in fbsource (facebook#37146)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: facebook#37146

X-link: facebook/flipper#4706

Changelog: [Internal]

Updating react-devtools-* packages to v4.27.7

Reviewed By: jacdebug

Differential Revision: D45317588

fbshipit-source-id: 67b18a82f644b909ff26f1b2c86e9c9e4400c8c9
  • Loading branch information
hoxyq authored and facebook-github-bot committed May 9, 2023
1 parent 6d83889 commit 6bb2b4e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 6 deletions.
13 changes: 11 additions & 2 deletions packages/react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 6bb2b4e

Please sign in to comment.