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]: v5.1.0 (#5575)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #5575

X-link: facebook/react-native#44093

# Changelog: [Internal]

Bump `react-devtools-*` packages to 5.1.0.

allow-large-files

Reviewed By: motiz88

Differential Revision: D56141042

fbshipit-source-id: 33ae0351dd1db21002d6323addd51ad98d86e3c3
  • Loading branch information
hoxyq authored and facebook-github-bot committed Apr 15, 2024
1 parent fa4ceea commit 9d2d325
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.0.2",
"react-devtools-inline": "^5.0.2",
"react-devtools-core": "5.1.0",
"react-devtools-inline": "5.1.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 @@ -1864,18 +1864,18 @@ react-color@^2.19.3:
reactcss "^1.2.0"
tinycolor2 "^1.4.1"

react-devtools-core@^5.0.2:
version "5.0.2"
resolved "https://registry.yarnpkg.com/react-devtools-core/-/react-devtools-core-5.0.2.tgz#c3c11c7b91857131d694457885ef49b7ae590857"
integrity sha512-+fDp3kDfPpF5xbAACJmihPHL0iDKpnKr7MyRvW0nZq71xwHWDW3zRCNpiiAJWd85vAGT+GbV9O87zAIDgvV1gw==
react-devtools-core@5.1.0:
version "5.1.0"
resolved "https://registry.yarnpkg.com/react-devtools-core/-/react-devtools-core-5.1.0.tgz#3396494ac94b21602cac4fd657d600e0b52f4a0b"
integrity sha512-NRtLBqYVLrIY+lOa2oTpFiAhI7Hru0AUXI0tP9neCyaPPAzlZyeH0i+VZ0shIyRTJbpvyqbD/uCsewA2hpfZHw==
dependencies:
shell-quote "^1.6.1"
ws "^7"

react-devtools-inline@^5.0.2:
version "5.0.2"
resolved "https://registry.yarnpkg.com/react-devtools-inline/-/react-devtools-inline-5.0.2.tgz#58b9395325b254470aeda1872ed4c292964b4c99"
integrity sha512-5iD+J8W4eg5JbCGv9XFLADv0UqcP302qcDB8Y/h+EzUYMZ/r7GsZMyFhOW74dB6W+3NRpfnkk5TJNp4vRO5sUA==
react-devtools-inline@5.1.0:
version "5.1.0"
resolved "https://registry.yarnpkg.com/react-devtools-inline/-/react-devtools-inline-5.1.0.tgz#1a32cafd5f73328f809449d1c7add8dbf1fb8325"
integrity sha512-E5NJiIzItjETGFLVem0cN732yfT9Zij8stNPWyztL7pvKeWN0sNVYSMenitjyeYyue54Az21M4oicnm95tm5JQ==
dependencies:
source-map-js "^0.6.2"
sourcemap-codec "^1.4.8"
Expand Down

0 comments on commit 9d2d325

Please sign in to comment.