Skip to content

Commit a41859e

Browse files
committed
fix(deps): update react monorepo to v16.9.0
1 parent 991de52 commit a41859e

File tree

2 files changed

+15
-16
lines changed

2 files changed

+15
-16
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
"apollo-link-http": "1.5.9",
99
"graphql": "14.1.1",
1010
"graphql.macro": "1.3.3",
11-
"react": "16.8.0-alpha.1",
11+
"react": "16.9.0",
1212
"react-apollo": "2.4.1",
13-
"react-dom": "16.8.0-alpha.1",
13+
"react-dom": "16.9.0",
1414
"react-scripts": "2.1.3"
1515
},
1616
"scripts": {

yarn.lock

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -8160,15 +8160,15 @@ react-dev-utils@^7.0.1:
81608160
strip-ansi "4.0.0"
81618161
text-table "0.2.0"
81628162

8163-
react-dom@16.8.0-alpha.1:
8164-
version "16.8.0-alpha.1"
8165-
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.8.0-alpha.1.tgz#dab73b8354ba2e498e3127d18e29d4546cea889e"
8166-
integrity sha512-tZCUM8BpnwUHJmLnUWP9c3vVZxnCqYotj7s4tx7umojG6BKv745KIBtuPTzt0EI0q50GMLEpmT/CPQ8iA61TwQ==
8163+
react-dom@16.9.0:
8164+
version "16.9.0"
8165+
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.9.0.tgz#5e65527a5e26f22ae3701131bcccaee9fb0d3962"
8166+
integrity sha512-YFT2rxO9hM70ewk9jq0y6sQk8cL02xm4+IzYBz75CQGlClQQ1Bxq0nhHF6OtSbit+AIahujJgb/CPRibFkMNJQ==
81678167
dependencies:
81688168
loose-envify "^1.1.0"
81698169
object-assign "^4.1.1"
81708170
prop-types "^15.6.2"
8171-
scheduler "^0.13.0-alpha.1"
8171+
scheduler "^0.15.0"
81728172

81738173
react-error-overlay@^5.1.2:
81748174
version "5.1.2"
@@ -8235,15 +8235,14 @@ react-scripts@2.1.3:
82358235
optionalDependencies:
82368236
fsevents "1.2.4"
82378237

8238-
react@16.8.0-alpha.1:
8239-
version "16.8.0-alpha.1"
8240-
resolved "https://registry.yarnpkg.com/react/-/react-16.8.0-alpha.1.tgz#c2b32689f3b466d3ce85a634dd9035f789d2cd97"
8241-
integrity sha512-vLwwnhM2dXrCsiQmcSxF2UdZVV5xsiXjK5Yetmy8dVqngJhQ3aw3YJhZN/YmyonxwdimH40wVqFQfsl4gSu2RA==
8238+
react@16.9.0:
8239+
version "16.9.0"
8240+
resolved "https://registry.yarnpkg.com/react/-/react-16.9.0.tgz#40ba2f9af13bc1a38d75dbf2f4359a5185c4f7aa"
8241+
integrity sha512-+7LQnFBwkiw+BobzOF6N//BdoNw0ouwmSJTEm9cglOOmsg/TMiFHZLe2sEoN5M7LgJTj9oHH0gxklfnQe66S1w==
82428242
dependencies:
82438243
loose-envify "^1.1.0"
82448244
object-assign "^4.1.1"
82458245
prop-types "^15.6.2"
8246-
scheduler "^0.13.0-alpha.1"
82478246

82488247
read-pkg-up@^1.0.1:
82498248
version "1.0.1"
@@ -8715,10 +8714,10 @@ saxes@^3.1.4:
87158714
dependencies:
87168715
xmlchars "^1.3.1"
87178716

8718-
scheduler@^0.13.0-alpha.1:
8719-
version "0.13.0-alpha.1"
8720-
resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.13.0-alpha.1.tgz#753977fb4fb35d8cdd559868a11e46b640955556"
8721-
integrity sha512-W0sH0848sVuPKg+I18vTYQyzVtA4X1lrVgSeXK6KnOPUltFdJcY5nkbTkjGUeS/E0x+eBsNYfSdhJtGjT95njw==
8717+
scheduler@^0.15.0:
8718+
version "0.15.0"
8719+
resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.15.0.tgz#6bfcf80ff850b280fed4aeecc6513bc0b4f17f8e"
8720+
integrity sha512-xAefmSfN6jqAa7Kuq7LIJY0bwAPG3xlCj0HMEBQk1lxYiDKZscY2xJ5U/61ZTrYbmNQbXa+gc7czPkVo11tnCg==
87228721
dependencies:
87238722
loose-envify "^1.1.0"
87248723
object-assign "^4.1.1"

0 commit comments

Comments
 (0)