Skip to content

Commit 4a91be2

Browse files
committed
Bump react-devtools-core to v4.10.1
1 parent b580049 commit 4a91be2

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

dist/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
"adbkit": "^2.11.0",
1515
"apollo-client-devtools": "^2.3.5",
1616
"electron-store": "^1.2.0",
17-
"react-devtools-core": "^4.6.0"
17+
"react-devtools-core": "^4.10.1"
1818
}
1919
}

dist/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -641,10 +641,10 @@ react-apollo@^2.5.0-rc.3:
641641
ts-invariant "^0.4.2"
642642
tslib "^1.9.3"
643643

644-
react-devtools-core@^4.6.0:
645-
version "4.6.0"
646-
resolved "https://registry.yarnpkg.com/react-devtools-core/-/react-devtools-core-4.6.0.tgz#2443b3c6fac78b801702af188abc6d83d56224e6"
647-
integrity sha512-sjR3KC5VvGV7X6vzR3OTutPT5VeBcSKwoIXUwihpl1Nb4dkmweEbzCTPx2PYMVAqc+NZ5tPGhqBzXV+iGg5CNA==
644+
react-devtools-core@^4.10.1:
645+
version "4.10.1"
646+
resolved "https://registry.yarnpkg.com/react-devtools-core/-/react-devtools-core-4.10.1.tgz#6d57db291aeac9cc45ef9fb4636dd2ab97490daf"
647+
integrity sha512-sXbBjGAWcf9HAblTP/zMtFhGHqxAfIR+GPxONZsSGN9FHnF4635dx1s2LdQWG9rJ+Ehr3nWg+BUAB6P78my5PA==
648648
dependencies:
649649
shell-quote "^1.6.1"
650650
ws "^7"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
"prop-types": "^15.6.1",
8888
"react": "^15.6.1",
8989
"react-dev-utils": "^4.2.1",
90-
"react-devtools-core": "^4.6.0",
90+
"react-devtools-core": "^4.10.1",
9191
"react-dom": "^15.6.1",
9292
"react-redux": "^5.0.7",
9393
"redux": "^3.7.2",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8837,10 +8837,10 @@ react-dev-utils@^4.2.1:
88378837
strip-ansi "3.0.1"
88388838
text-table "0.2.0"
88398839

8840-
react-devtools-core@^4.6.0:
8841-
version "4.6.0"
8842-
resolved "https://registry.yarnpkg.com/react-devtools-core/-/react-devtools-core-4.6.0.tgz#2443b3c6fac78b801702af188abc6d83d56224e6"
8843-
integrity sha512-sjR3KC5VvGV7X6vzR3OTutPT5VeBcSKwoIXUwihpl1Nb4dkmweEbzCTPx2PYMVAqc+NZ5tPGhqBzXV+iGg5CNA==
8840+
react-devtools-core@^4.10.1:
8841+
version "4.10.1"
8842+
resolved "https://registry.yarnpkg.com/react-devtools-core/-/react-devtools-core-4.10.1.tgz#6d57db291aeac9cc45ef9fb4636dd2ab97490daf"
8843+
integrity sha512-sXbBjGAWcf9HAblTP/zMtFhGHqxAfIR+GPxONZsSGN9FHnF4635dx1s2LdQWG9rJ+Ehr3nWg+BUAB6P78my5PA==
88448844
dependencies:
88458845
shell-quote "^1.6.1"
88468846
ws "^7"

0 commit comments

Comments
 (0)