Skip to content

Commit

Permalink
fix(deps): update react monorepo to v16.13.1 (#124)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot authored May 17, 2020
1 parent 7c6ce32 commit fbe1da7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
},
"dependencies": {
"connected-react-router": "4.5.0",
"react": "16.12.0",
"react-dom": "16.12.0",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-redux": "5.1.2",
"react-router": "4.4.0-beta.8",
"react-router-dom": "4.4.0-beta.8",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7475,14 +7475,14 @@ react-dev-utils@^8.0.0:
strip-ansi "5.0.0"
text-table "0.2.0"

react-dom@16.12.0:
version "16.12.0"
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.12.0.tgz#0da4b714b8d13c2038c9396b54a92baea633fe11"
react-dom@16.13.1:
version "16.13.1"
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.13.1.tgz#c1bd37331a0486c078ee54c4740720993b2e0e7f"
dependencies:
loose-envify "^1.1.0"
object-assign "^4.1.1"
prop-types "^15.6.2"
scheduler "^0.18.0"
scheduler "^0.19.1"

react-error-overlay@^5.1.4:
version "5.1.4"
Expand Down Expand Up @@ -7596,9 +7596,9 @@ react-scripts@2.1.8:
optionalDependencies:
fsevents "1.2.4"

react@16.12.0:
version "16.12.0"
resolved "https://registry.yarnpkg.com/react/-/react-16.12.0.tgz#0c0a9c6a142429e3614834d5a778e18aa78a0b83"
react@16.13.1:
version "16.13.1"
resolved "https://registry.yarnpkg.com/react/-/react-16.13.1.tgz#2e818822f1a9743122c063d6410d85c1e3afe48e"
dependencies:
loose-envify "^1.1.0"
object-assign "^4.1.1"
Expand Down Expand Up @@ -8059,9 +8059,9 @@ sax@^1.2.4, sax@~1.2.4:
version "1.2.4"
resolved "https://registry.yarnpkg.com/sax/-/sax-1.2.4.tgz#2816234e2378bddc4e5354fab5caa895df7100d9"

scheduler@^0.18.0:
version "0.18.0"
resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.18.0.tgz#5901ad6659bc1d8f3fdaf36eb7a67b0d6746b1c4"
scheduler@^0.19.1:
version "0.19.1"
resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.19.1.tgz#4f3e2ed2c1a7d65681f4c854fa8c5a1ccb40f196"
dependencies:
loose-envify "^1.1.0"
object-assign "^4.1.1"
Expand Down

1 comment on commit fbe1da7

@vercel
Copy link

@vercel vercel bot commented on fbe1da7 May 17, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Failed to assign a domain to your deployment due to the following error:

The chosen alias "create-react-app-redux.now.sh" is already in use.

(Learn more or visit the non-aliased deployment)

Please sign in to comment.