Skip to content

Commit 1a32538

Browse files
phil-flyclopsjhen0409
authored andcommitted
Upgrade React Devtools Dependency (#295)
To resolve Issue #291 Using an older verison of react-native-debugger with the newest version of react-native causes a warning bubble to appear with the content: Warning: unknown call: "relay:check" This patch updates to the newest react-devtools-core to resolve this.
1 parent 7d32a6e commit 1a32538

File tree

4 files changed

+10
-8
lines changed

4 files changed

+10
-8
lines changed

dist/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"dependencies": {
1414
"adbkit": "^2.11.0",
1515
"electron-store": "^1.2.0",
16-
"react-devtools-core": "^3.4.0"
16+
"react-devtools-core": "^3.4.3"
1717
},
1818
"optionalDependencies": {
1919
"electron-named-image": "^1.0.4"

dist/yarn.lock

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -166,9 +166,10 @@ pkg-up@^2.0.0:
166166
dependencies:
167167
find-up "^2.1.0"
168168

169-
react-devtools-core@^3.4.0:
170-
version "3.4.0"
171-
resolved "https://registry.yarnpkg.com/react-devtools-core/-/react-devtools-core-3.4.0.tgz#6b61594dce01b129a9e0b44b5bc4952f8f59ceec"
169+
react-devtools-core@^3.4.3:
170+
version "3.4.3"
171+
resolved "https://registry.yarnpkg.com/react-devtools-core/-/react-devtools-core-3.4.3.tgz#1a06b7dc546d41ecf8dc4fbabea2d79d339353cf"
172+
integrity sha512-t3f6cRH5YSKv8qjRl1Z+1e0OwBZwJSdOAhJ9QAJdVKML7SmqAKKv3DxF+Ue03pE1N2UipPsLmaNcPzzMjIdZQg==
172173
dependencies:
173174
shell-quote "^1.6.1"
174175
ws "^3.3.1"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"prop-types": "^15.6.1",
8383
"react": "^15.6.1",
8484
"react-dev-utils": "^4.2.1",
85-
"react-devtools-core": "^3.4.0",
85+
"react-devtools-core": "^3.4.3",
8686
"react-dom": "^15.6.1",
8787
"react-redux": "^5.0.7",
8888
"redux": "^3.7.2",

yarn.lock

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6890,9 +6890,10 @@ react-dev-utils@^4.2.1:
68906890
strip-ansi "3.0.1"
68916891
text-table "0.2.0"
68926892

6893-
react-devtools-core@^3.4.0:
6894-
version "3.4.0"
6895-
resolved "https://registry.yarnpkg.com/react-devtools-core/-/react-devtools-core-3.4.0.tgz#6b61594dce01b129a9e0b44b5bc4952f8f59ceec"
6893+
react-devtools-core@^3.4.3:
6894+
version "3.4.3"
6895+
resolved "https://registry.yarnpkg.com/react-devtools-core/-/react-devtools-core-3.4.3.tgz#1a06b7dc546d41ecf8dc4fbabea2d79d339353cf"
6896+
integrity sha512-t3f6cRH5YSKv8qjRl1Z+1e0OwBZwJSdOAhJ9QAJdVKML7SmqAKKv3DxF+Ue03pE1N2UipPsLmaNcPzzMjIdZQg==
68966897
dependencies:
68976898
shell-quote "^1.6.1"
68986899
ws "^3.3.1"

0 commit comments

Comments
 (0)