Skip to content

Commit

Permalink
Upgrade react-devtools-core to v4.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jhen0409 committed Jul 20, 2023
1 parent 1b04eeb commit 6d2c9e8
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.25.0"
"react-devtools-core": "^4.28.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.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==
react-devtools-core@^4.28.0:
version "4.28.0"
resolved "https://registry.yarnpkg.com/react-devtools-core/-/react-devtools-core-4.28.0.tgz#3fa18709b24414adddadac33b6b9cea96db60f2f"
integrity sha512-E3C3X1skWBdBzwpOUbmXG8SgH6BtsluSMe+s6rRcujNKG1DGi8uIfhdhszkgDpAsMoE55hwqRUzeXCmETDBpTg==
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 @@ -88,7 +88,7 @@
"prop-types": "^15.6.1",
"react": "^15.6.1",
"react-dev-utils": "^4.2.1",
"react-devtools-core": "^4.25.0",
"react-devtools-core": "^4.28.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 @@ -8735,10 +8735,10 @@ react-dev-utils@^4.2.1:
strip-ansi "3.0.1"
text-table "0.2.0"

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==
react-devtools-core@^4.28.0:
version "4.28.0"
resolved "https://registry.yarnpkg.com/react-devtools-core/-/react-devtools-core-4.28.0.tgz#3fa18709b24414adddadac33b6b9cea96db60f2f"
integrity sha512-E3C3X1skWBdBzwpOUbmXG8SgH6BtsluSMe+s6rRcujNKG1DGi8uIfhdhszkgDpAsMoE55hwqRUzeXCmETDBpTg==
dependencies:
shell-quote "^1.6.1"
ws "^7"
Expand Down

0 comments on commit 6d2c9e8

Please sign in to comment.