Skip to content
This repository has been archived by the owner on May 27, 2021. It is now read-only.

Commit

Permalink
Merge #1058
Browse files Browse the repository at this point in the history
1058: Update dependency react-dev-utils to v9.1.0 r=tiftran a=renovate[bot]

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [react-dev-utils](https://togithub.com/facebook/create-react-app) | dependencies | minor | [`9.0.4` -> `9.1.0`](https://renovatebot.com/diffs/npm/react-dev-utils/9.0.4/9.1.0) |


Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
bors[bot] and renovate-bot committed Oct 21, 2019
2 parents 1a471a5 + 4e54445 commit 5eb6bdb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"raven-js": "3.27.2",
"react": "16.10.1",
"react-copy-to-clipboard": "5.0.1",
"react-dev-utils": "9.0.4",
"react-dev-utils": "9.1.0",
"react-dom": "16.10.1",
"react-redux": "7.1.1",
"react-router": "5.1.2",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9216,10 +9216,10 @@ react-copy-to-clipboard@5.0.1:
copy-to-clipboard "^3"
prop-types "^15.5.8"

react-dev-utils@9.0.4:
version "9.0.4"
resolved "https://registry.yarnpkg.com/react-dev-utils/-/react-dev-utils-9.0.4.tgz#5c71a8e8afdec0232c44d4e049d21baa437a92af"
integrity sha512-VwR+mBUXPLdYk/rOz6s6qpasIFGd7GW0KXd/3bih+/qGcMQvPG19XxtjDMtiAg0zWiFwp1ugCzAjLThbzFjVqw==
react-dev-utils@9.1.0:
version "9.1.0"
resolved "https://registry.yarnpkg.com/react-dev-utils/-/react-dev-utils-9.1.0.tgz#3ad2bb8848a32319d760d0a84c56c14bdaae5e81"
integrity sha512-X2KYF/lIGyGwP/F/oXgGDF24nxDA2KC4b7AFto+eqzc/t838gpSGiaU8trTqHXOohuLxxc5qi1eDzsl9ucPDpg==
dependencies:
"@babel/code-frame" "7.5.5"
address "1.1.2"
Expand All @@ -9240,7 +9240,7 @@ react-dev-utils@9.0.4:
loader-utils "1.2.3"
open "^6.3.0"
pkg-up "2.0.0"
react-error-overlay "^6.0.2"
react-error-overlay "^6.0.3"
recursive-readdir "2.2.2"
shell-quote "1.7.2"
sockjs-client "1.4.0"
Expand All @@ -9257,10 +9257,10 @@ react-dom@16.10.1:
prop-types "^15.6.2"
scheduler "^0.16.1"

react-error-overlay@^6.0.2:
version "6.0.2"
resolved "https://registry.yarnpkg.com/react-error-overlay/-/react-error-overlay-6.0.2.tgz#642bd6157c6a4b6e9ca4a816f7ed30b868c47f81"
integrity sha512-DHRuRk3K4Lg9obI6J4Y+nKvtwjasYRU9CFL3ud42x9YJG1HbQjSNublapC/WBJOA726gNUbqbj0U2df9+uzspQ==
react-error-overlay@^6.0.3:
version "6.0.3"
resolved "https://registry.yarnpkg.com/react-error-overlay/-/react-error-overlay-6.0.3.tgz#c378c4b0a21e88b2e159a3e62b2f531fd63bf60d"
integrity sha512-bOUvMWFQVk5oz8Ded9Xb7WVdEi3QGLC8tH7HmYP0Fdp4Bn3qw0tRFmr5TW6mvahzvmrK4a6bqWGfCevBflP+Xw==

react-is@^16.6.0, react-is@^16.7.0, react-is@^16.8.1, react-is@^16.8.4, react-is@^16.8.6, react-is@^16.9.0:
version "16.9.0"
Expand Down

0 comments on commit 5eb6bdb

Please sign in to comment.