Skip to content

Commit

Permalink
upgrade[react-devtools-core]: 6.0.0
Browse files Browse the repository at this point in the history
Summary:
X-link: facebook/react-native#46670

# Changelog:
[General] [Changed] - upgrade React DevTools to 6.0.0.

allow-large-files

Reviewed By: huntie

Differential Revision: D63460308

fbshipit-source-id: 159b0a0a074aae52c3710730a4fc2cbccb04970d
  • Loading branch information
hoxyq authored and facebook-github-bot committed Sep 27, 2024
1 parent 2b3184f commit caf8afa
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": "^5.3.1",
"react-devtools-inline": "^5.3.1",
"react-devtools-core": "^6.0.0",
"react-devtools-inline": "^6.0.0",
"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@^5.3.1:
version "5.3.1"
resolved "https://registry.yarnpkg.com/react-devtools-core/-/react-devtools-core-5.3.1.tgz#d57f5b8f74f16e622bd6a7bc270161e4ba162666"
integrity sha512-7FSb9meX0btdBQLwdFOwt6bGqvRPabmVMMslv8fgoSPqXyuGpgQe36kx8gR86XPw7aV1yVouTp6fyZ0EH+NfUw==
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==
dependencies:
shell-quote "^1.6.1"
ws "^7"

react-devtools-inline@^5.3.1:
version "5.3.1"
resolved "https://registry.yarnpkg.com/react-devtools-inline/-/react-devtools-inline-5.3.1.tgz#91aba25796804cc0993320f93805ed291ced0ee7"
integrity sha512-f5DJJg4p+3SvUQt/Yw5KiZinOBOGwF1yumWla875lO5qch1m/IFNkZqRRcmboPQKp2L4aqtVd/hyyEJVu642Xw==
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==
dependencies:
source-map-js "^0.6.2"
sourcemap-codec "^1.4.8"
Expand Down

0 comments on commit caf8afa

Please sign in to comment.