Skip to content

Commit

Permalink
upgrade[react-devtools-*]: ^6.0.1
Browse files Browse the repository at this point in the history
Summary:
X-link: facebook/react-native#47034

allow-large-files

# Changelog: [Internal]

Upgrades React DevTools npm packages to 6.0.1 for whole xplat.

Reviewed By: EdmondChuiHW

Differential Revision: D64403912

fbshipit-source-id: 39310fcb300a2a2e48d38faacef97ef65c49bbe8
  • Loading branch information
hoxyq authored and facebook-github-bot committed Oct 15, 2024
1 parent 45ea3c5 commit f6f9e73
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": "^6.0.0",
"react-devtools-inline": "^6.0.0",
"react-devtools-core": "^6.0.1",
"react-devtools-inline": "^6.0.1",
"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 @@ -1889,18 +1889,18 @@ react-color@^2.19.3:
reactcss "^1.2.0"
tinycolor2 "^1.4.1"

react-devtools-core@^6.0.0:
version "6.0.0"
resolved "https://registry.yarnpkg.com/react-devtools-core/-/react-devtools-core-6.0.0.tgz#a1e3964677fb0c81ca391ed66e5b5d22621d9304"
integrity sha512-VmW+VhR9mR2difSed80BNpYLkYyWYzsZgdLPlakoFPYGiD7fwC36tp4HLw45N4sRqY+Te6ZWD9MVSex8d4gFxg==
react-devtools-core@^6.0.1:
version "6.0.1"
resolved "https://registry.yarnpkg.com/react-devtools-core/-/react-devtools-core-6.0.1.tgz#ffa1ba4bb176e6fd66040d98008d8ab74b258784"
integrity sha512-II3iSJhnR5nAscYDa9FCgPLq8mO5aEx/EKKtdXYTDnvdFEa3K7gs3jn1SKRXwQf9maOmIilmjnnx7Qy+3annPA==
dependencies:
shell-quote "^1.6.1"
ws "^7"

react-devtools-inline@^6.0.0:
version "6.0.0"
resolved "https://registry.yarnpkg.com/react-devtools-inline/-/react-devtools-inline-6.0.0.tgz#60d0a2ca7e0a4926ed19cf48a06c9a3979cb37cc"
integrity sha512-21nnjYtihp7FoIks0Q9YOWzTHAQlIgApL81MbRwOQHzhTVR4uUprSMCRxSyloyZaWworlQl1WobqeW/+sYSfDw==
react-devtools-inline@^6.0.1:
version "6.0.1"
resolved "https://registry.yarnpkg.com/react-devtools-inline/-/react-devtools-inline-6.0.1.tgz#057467d4a7ee11796ebfa64b3fc11880ae2844f9"
integrity sha512-AT79dsZmU8YLSb8Bax52KZHzqKIl7eC6jW0x1gO1KUmtzOvwJM1mBDyCame3N6gLsg2ScuTL7DyOG39qTik94g==
dependencies:
source-map-js "^0.6.2"
sourcemap-codec "^1.4.8"
Expand Down

0 comments on commit f6f9e73

Please sign in to comment.