Skip to content

Commit

Permalink
Update react-devtools-core to v4.25 (#706)
Browse files Browse the repository at this point in the history
* updated react-devtools-core

* Bump react-devtools-core to v4.25

Co-authored-by: Jhen <developer@jhen.me>
  • Loading branch information
ArmenKesablyan and jhen0409 committed Aug 9, 2022
1 parent 4ac6012 commit 9696bb1
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 @@ -18,6 +18,6 @@
"apollo-client-devtools": "^2.3.5",
"electron-store": "^1.2.0",
"patch-package": "^6.2.2",
"react-devtools-core": "~4.14.0"
"react-devtools-core": "~4.25.0"
}
}
8 changes: 4 additions & 4 deletions dist/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -880,10 +880,10 @@ react-apollo@^2.5.0-rc.3:
ts-invariant "^0.4.2"
tslib "^1.9.3"

react-devtools-core@~4.14.0:
version "4.14.0"
resolved "https://registry.yarnpkg.com/react-devtools-core/-/react-devtools-core-4.14.0.tgz#4b9dc50937ed4cf4c04fa293430cac62d829fa8b"
integrity sha512-cE7tkSUkGCDxTA79pntDGJCBgzNN/XxA3kgPdXujdfSfEfVhzrItQIEsN0kCN/hJJACDvH2Q8p5+tJb/K4B3qA==
react-devtools-core@~4.25.0:
version "4.25.0"
resolved "https://registry.yarnpkg.com/react-devtools-core/-/react-devtools-core-4.25.0.tgz#78b11a2c9f81dd9ebff3745ab4ee2147cc96c12a"
integrity sha512-iewRrnu0ZnmfL+jJayKphXj04CFh6i3ezVnpCtcnZbTPSQgN09XqHAzXbKbqNDl7aTg9QLNkQRP6M3DvdrinWA==
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 @@ -90,7 +90,7 @@
"prop-types": "^15.6.1",
"react": "^15.6.1",
"react-dev-utils": "^4.2.1",
"react-devtools-core": "~4.14.0",
"react-devtools-core": "^4.25.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 @@ -9355,10 +9355,10 @@ react-dev-utils@^4.2.1:
strip-ansi "3.0.1"
text-table "0.2.0"

react-devtools-core@~4.14.0:
version "4.14.0"
resolved "https://registry.yarnpkg.com/react-devtools-core/-/react-devtools-core-4.14.0.tgz#4b9dc50937ed4cf4c04fa293430cac62d829fa8b"
integrity sha512-cE7tkSUkGCDxTA79pntDGJCBgzNN/XxA3kgPdXujdfSfEfVhzrItQIEsN0kCN/hJJACDvH2Q8p5+tJb/K4B3qA==
react-devtools-core@^4.25.0:
version "4.25.0"
resolved "https://registry.yarnpkg.com/react-devtools-core/-/react-devtools-core-4.25.0.tgz#78b11a2c9f81dd9ebff3745ab4ee2147cc96c12a"
integrity sha512-iewRrnu0ZnmfL+jJayKphXj04CFh6i3ezVnpCtcnZbTPSQgN09XqHAzXbKbqNDl7aTg9QLNkQRP6M3DvdrinWA==
dependencies:
shell-quote "^1.6.1"
ws "^7"
Expand Down

0 comments on commit 9696bb1

Please sign in to comment.