Skip to content

Commit

Permalink
Update react-devtools-core from ^4.10.1 to ~4.10.2 (#2243)
Browse files Browse the repository at this point in the history
Summary:
Bumps [react-devtools-core](https://github.com/facebook/react/tree/master/packages/react-devtools-core) from 4.10.1 to 4.10.2.

This update has only one change: facebook/react#21344

For more background information on this upgrade: facebook/react#21326

cc mweststrate

Pull Request resolved: #2243

Reviewed By: bvaughn

Differential Revision: D28040682

Pulled By: mweststrate

fbshipit-source-id: 82b1212f839719ff69b3b7735a8a24042b382085
  • Loading branch information
Brian Vaughn authored and facebook-github-bot committed Apr 27, 2021
1 parent 00e4d24 commit e423bc7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion desktop/plugins/public/reactdevtools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"dependencies": {
"address": "^1.1.2",
"get-port": "^5.0.0",
"react-devtools-core": "^4.10.1"
"react-devtools-core": "~4.10.2"
},
"title": "React DevTools",
"icon": "app-react",
Expand Down
8 changes: 4 additions & 4 deletions desktop/plugins/public/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1270,10 +1270,10 @@ raf@^3.4.0:
dependencies:
performance-now "^2.1.0"

react-devtools-core@^4.10.1:
version "4.10.1"
resolved "https://registry.yarnpkg.com/react-devtools-core/-/react-devtools-core-4.10.1.tgz#6d57db291aeac9cc45ef9fb4636dd2ab97490daf"
integrity sha512-sXbBjGAWcf9HAblTP/zMtFhGHqxAfIR+GPxONZsSGN9FHnF4635dx1s2LdQWG9rJ+Ehr3nWg+BUAB6P78my5PA==
react-devtools-core@~4.10.2:
version "4.10.2"
resolved "https://registry.yarnpkg.com/react-devtools-core/-/react-devtools-core-4.10.2.tgz#3baf6e80bc6fb2ddf8bc08dc6d6c20486952710e"
integrity sha512-I+E/ZmcDXBo019oBk6DOKhnEFmBu4pSc5PCe/+ZFQeQaAVgv0oOd+gCIp98akcrSX8KG/15teCzkVUvI6sR6Yw==
dependencies:
shell-quote "^1.6.1"
ws "^7"
Expand Down

0 comments on commit e423bc7

Please sign in to comment.