Skip to content

Commit

Permalink
Update react-devtools-core to v4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jhen0409 committed Mar 14, 2020
1 parent e599e92 commit 12a92e3
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion dist/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"adbkit": "^2.11.0",
"apollo-client-devtools": "^2.2.5",
"electron-store": "^1.2.0",
"react-devtools-core": "^4.4.0"
"react-devtools-core": "^4.5.0"
}
}
8 changes: 4 additions & 4 deletions dist/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -680,10 +680,10 @@ react-apollo@^2.5.0-rc.3:
ts-invariant "^0.4.2"
tslib "^1.9.3"

react-devtools-core@^4.4.0:
version "4.4.0"
resolved "https://registry.yarnpkg.com/react-devtools-core/-/react-devtools-core-4.4.0.tgz#614cabe5f3d6fb69730dc76da10f8fa4eb033695"
integrity sha512-ayyz+clbjekj5rqTjieI/eE0xGZkgotklVnxfa4Pyk9se5+AHUAhUwMhLvK5N2+mR2PGOZkv159RDTmvgs+wZQ==
react-devtools-core@^4.5.0:
version "4.5.0"
resolved "https://registry.yarnpkg.com/react-devtools-core/-/react-devtools-core-4.5.0.tgz#077a931f84f79a0669517ea9bc36c34ca426c24d"
integrity sha512-nO+lcvGsWiIRKSs0s0uyT19IgJYd27kCB48In/5CiSoLpnWsA3nCv3J8R/J0UDIGt6hliq7R6IHJTQ06/4Fbzg==
dependencies:
es6-symbol "^3"
shell-quote "^1.6.1"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"prop-types": "^15.6.1",
"react": "^15.6.1",
"react-dev-utils": "^4.2.1",
"react-devtools-core": "^4.4.0",
"react-devtools-core": "^4.5.0",
"react-dom": "^15.6.1",
"react-redux": "^5.0.7",
"redux": "^3.7.2",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8756,10 +8756,10 @@ react-dev-utils@^4.2.1:
strip-ansi "3.0.1"
text-table "0.2.0"

react-devtools-core@^4.4.0:
version "4.4.0"
resolved "https://registry.yarnpkg.com/react-devtools-core/-/react-devtools-core-4.4.0.tgz#614cabe5f3d6fb69730dc76da10f8fa4eb033695"
integrity sha512-ayyz+clbjekj5rqTjieI/eE0xGZkgotklVnxfa4Pyk9se5+AHUAhUwMhLvK5N2+mR2PGOZkv159RDTmvgs+wZQ==
react-devtools-core@^4.5.0:
version "4.5.0"
resolved "https://registry.yarnpkg.com/react-devtools-core/-/react-devtools-core-4.5.0.tgz#077a931f84f79a0669517ea9bc36c34ca426c24d"
integrity sha512-nO+lcvGsWiIRKSs0s0uyT19IgJYd27kCB48In/5CiSoLpnWsA3nCv3J8R/J0UDIGt6hliq7R6IHJTQ06/4Fbzg==
dependencies:
es6-symbol "^3"
shell-quote "^1.6.1"
Expand Down

0 comments on commit 12a92e3

Please sign in to comment.