Skip to content

Commit

Permalink
upgrade react-devtools to v4.27.6 in fbsource (#37146)
Browse files Browse the repository at this point in the history
Summary:
X-link: facebook/react-native#37146

Pull Request resolved: facebook#4706

Changelog: [Internal]

Updating react-devtools-* packages to v4.27.6

Reviewed By: jacdebug

Differential Revision: D45317588

fbshipit-source-id: 0ffd7122e874cf47e57bc602abd85f2b0e129f6e
  • Loading branch information
hoxyq authored and facebook-github-bot committed May 2, 2023
1 parent 78b650d commit 9f1f618
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions desktop/plugins/public/reactdevtools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"dependencies": {
"@rollup/plugin-commonjs": "^21.0.3",
"@rollup/plugin-node-resolve": "^13.1.3",
"react-devtools-core": "^4.27.2",
"react-devtools-inline": "^4.27.2",
"react-devtools-core": "^4.27.6",
"react-devtools-inline": "^4.27.6",
"rollup": "^2.70.1",
"ws": "^8.5.0"
},
Expand Down
16 changes: 8 additions & 8 deletions desktop/plugins/public/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1742,18 +1742,18 @@ react-color@^2.19.3:
reactcss "^1.2.0"
tinycolor2 "^1.4.1"

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.6:
version "4.27.6"
resolved "https://registry.yarnpkg.com/react-devtools-core/-/react-devtools-core-4.27.6.tgz#e5a613014f7506801ed6c1a97bd0e6316cc9c48a"
integrity sha512-jeFNhEzcSwpiqmw+zix5IFibNEPmUodICN7ClrlRKGktzO/3FMteMb52l1NRUiz/ABSYt9hOZ9IPgVDrg5pyUw==
dependencies:
shell-quote "^1.6.1"
ws "^7"

react-devtools-inline@^4.27.2:
version "4.27.2"
resolved "https://registry.yarnpkg.com/react-devtools-inline/-/react-devtools-inline-4.27.2.tgz#db17b523ca341e613200cf5f7e770227b943d132"
integrity sha512-Q0E0wNvnrG3aqVZ5yFnWbuv1txCksRkn2W1c1hDafiTF77BL0w9nto++SJrk3N/mKV3PWO1SZZIyvsEARog8WA==
react-devtools-inline@^4.27.6:
version "4.27.6"
resolved "https://registry.yarnpkg.com/react-devtools-inline/-/react-devtools-inline-4.27.6.tgz#82e9ba3f32372108709f5704fa2710b23801bb32"
integrity sha512-p8WbOuDxE7AACIesRnGyFitXw8eJj0DEGkpW4Dubqziy7GYe9c93onFPMG+2TfQFmCdY7yyIAAWMHpWS93a9AQ==
dependencies:
source-map-js "^0.6.2"
sourcemap-codec "^1.4.8"
Expand Down

0 comments on commit 9f1f618

Please sign in to comment.