Skip to content
This repository has been archived by the owner on Nov 22, 2024. It is now read-only.

Commit

Permalink
upgrade[react-devtools-*]: v.5.3.1
Browse files Browse the repository at this point in the history
Summary:
X-link: facebook/react-native#45291

Changelog: [Internal]

Same as D59001348, via `js1 upgrade react-devtools -v ^5.3.1`
allow-large-files

Reviewed By: vzaidman

Differential Revision: D59374023

fbshipit-source-id: 7493000bff24a5e21cb77a9a5992c501ed282a92
  • Loading branch information
hoxyq authored and facebook-github-bot committed Jul 4, 2024
1 parent 8c1cbe1 commit 0dc81e3
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.0",
"react-devtools-inline": "^5.3.0",
"react-devtools-core": "^5.3.1",
"react-devtools-inline": "^5.3.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@^5.3.0:
version "5.3.0"
resolved "https://registry.yarnpkg.com/react-devtools-core/-/react-devtools-core-5.3.0.tgz#8062c25a4707c3216333270210bfe06871f7eed4"
integrity sha512-IG3T+azv48Oc5VLdHR4XdBNKNZIUOKRtx0sJMRvb++Zom/uqtx73j6u37JCsIBNIaq6vA7RPH5Bbcf/Wj53KXA==
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==
dependencies:
shell-quote "^1.6.1"
ws "^7"

react-devtools-inline@^5.3.0:
version "5.3.0"
resolved "https://registry.yarnpkg.com/react-devtools-inline/-/react-devtools-inline-5.3.0.tgz#b11049f90ef29849d9f1c344d0b8fc89b01f4234"
integrity sha512-FwSPcqXXaWee++LtH5UsO+r3CgNP7kin6B0fsuTeUFO9TQieWIDX8GiF6D5MNn4UsX6A36j+KPVZNDFlyQBGjw==
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==
dependencies:
source-map-js "^0.6.2"
sourcemap-codec "^1.4.8"
Expand Down

0 comments on commit 0dc81e3

Please sign in to comment.