Skip to content

Commit

Permalink
Bump react-devtools-core to ^3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jhen0409 committed Feb 1, 2019
1 parent bb30840 commit 6f53342
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,7 +14,7 @@
"adbkit": "^2.11.0",
"apollo-client-devtools": "2.1.7-alpha.2",
"electron-store": "^1.2.0",
"react-devtools-core": "^3.4.3"
"react-devtools-core": "^3.6.0"
},
"optionalDependencies": {
"electron-named-image": "^1.0.4"
Expand Down
8 changes: 4 additions & 4 deletions dist/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -720,10 +720,10 @@ react-apollo@^2.1.0-beta.0:
lodash.isequal "^4.5.0"
prop-types "^15.6.0"

react-devtools-core@^3.4.3:
version "3.4.3"
resolved "https://registry.yarnpkg.com/react-devtools-core/-/react-devtools-core-3.4.3.tgz#1a06b7dc546d41ecf8dc4fbabea2d79d339353cf"
integrity sha512-t3f6cRH5YSKv8qjRl1Z+1e0OwBZwJSdOAhJ9QAJdVKML7SmqAKKv3DxF+Ue03pE1N2UipPsLmaNcPzzMjIdZQg==
react-devtools-core@^3.6.0:
version "3.6.0"
resolved "https://registry.yarnpkg.com/react-devtools-core/-/react-devtools-core-3.6.0.tgz#77009517d72594fe6e2794f5ae160646d77fc467"
integrity sha512-picLP5RMESANerl2Ieo2rcMmVBqTG5QgIkSGcoJqvT5V4+HpLRjz5QW8xC85i+bXLdJmjoi3ZE9qDpNa5m7S4A==
dependencies:
shell-quote "^1.6.1"
ws "^3.3.1"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"prop-types": "^15.6.1",
"react": "^15.6.1",
"react-dev-utils": "^4.2.1",
"react-devtools-core": "^3.4.3",
"react-devtools-core": "^3.6.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 @@ -8397,10 +8397,10 @@ react-dev-utils@^4.2.1:
strip-ansi "3.0.1"
text-table "0.2.0"

react-devtools-core@^3.4.3:
version "3.4.3"
resolved "https://registry.yarnpkg.com/react-devtools-core/-/react-devtools-core-3.4.3.tgz#1a06b7dc546d41ecf8dc4fbabea2d79d339353cf"
integrity sha512-t3f6cRH5YSKv8qjRl1Z+1e0OwBZwJSdOAhJ9QAJdVKML7SmqAKKv3DxF+Ue03pE1N2UipPsLmaNcPzzMjIdZQg==
react-devtools-core@^3.6.0:
version "3.6.0"
resolved "https://registry.yarnpkg.com/react-devtools-core/-/react-devtools-core-3.6.0.tgz#77009517d72594fe6e2794f5ae160646d77fc467"
integrity sha512-picLP5RMESANerl2Ieo2rcMmVBqTG5QgIkSGcoJqvT5V4+HpLRjz5QW8xC85i+bXLdJmjoi3ZE9qDpNa5m7S4A==
dependencies:
shell-quote "^1.6.1"
ws "^3.3.1"
Expand Down

0 comments on commit 6f53342

Please sign in to comment.