Skip to content

Commit

Permalink
Bump react-devtools-core to v4.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jhen0409 committed Jan 13, 2021
1 parent b580049 commit 4a91be2
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.3.5",
"electron-store": "^1.2.0",
"react-devtools-core": "^4.6.0"
"react-devtools-core": "^4.10.1"
}
}
8 changes: 4 additions & 4 deletions dist/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -641,10 +641,10 @@ react-apollo@^2.5.0-rc.3:
ts-invariant "^0.4.2"
tslib "^1.9.3"

react-devtools-core@^4.6.0:
version "4.6.0"
resolved "https://registry.yarnpkg.com/react-devtools-core/-/react-devtools-core-4.6.0.tgz#2443b3c6fac78b801702af188abc6d83d56224e6"
integrity sha512-sjR3KC5VvGV7X6vzR3OTutPT5VeBcSKwoIXUwihpl1Nb4dkmweEbzCTPx2PYMVAqc+NZ5tPGhqBzXV+iGg5CNA==
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==
dependencies:
shell-quote "^1.6.1"
ws "^7"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"prop-types": "^15.6.1",
"react": "^15.6.1",
"react-dev-utils": "^4.2.1",
"react-devtools-core": "^4.6.0",
"react-devtools-core": "^4.10.1",
"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 @@ -8837,10 +8837,10 @@ react-dev-utils@^4.2.1:
strip-ansi "3.0.1"
text-table "0.2.0"

react-devtools-core@^4.6.0:
version "4.6.0"
resolved "https://registry.yarnpkg.com/react-devtools-core/-/react-devtools-core-4.6.0.tgz#2443b3c6fac78b801702af188abc6d83d56224e6"
integrity sha512-sjR3KC5VvGV7X6vzR3OTutPT5VeBcSKwoIXUwihpl1Nb4dkmweEbzCTPx2PYMVAqc+NZ5tPGhqBzXV+iGg5CNA==
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==
dependencies:
shell-quote "^1.6.1"
ws "^7"
Expand Down

0 comments on commit 4a91be2

Please sign in to comment.