Skip to content

Commit 3a1a4b8

Browse files
committed
fix(deps): update react monorepo to v16.14.0
1 parent 991de52 commit 3a1a4b8

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.14.0",
1212
"react-apollo": "2.4.1",
13-
"react-dom": "16.8.0-alpha.1",
13+
"react-dom": "16.14.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.14.0:
8164+
version "16.14.0"
8165+
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.14.0.tgz#7ad838ec29a777fb3c75c3a190f661cf92ab8b89"
8166+
integrity sha512-1gCeQXDLoIqMgqD3IO2Ah9bnf0w9kzhwN5q4FGnHZ67hBm9yePzB5JJAIQCc8x3pFnNlwFq4RidZggNAAkzWWw==
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.19.1"
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.14.0:
8239+
version "16.14.0"
8240+
resolved "https://registry.yarnpkg.com/react/-/react-16.14.0.tgz#94d776ddd0aaa37da3eda8fc5b6b18a4c9a3114d"
8241+
integrity sha512-0X2CImDkJGApiAlcf0ODKIneSwBPhqJawOa5wCtKbu7ZECrmS26NvtSILynQ66cgkT/RJ4LidJOc3bUESwmU8g==
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.19.1:
8718+
version "0.19.1"
8719+
resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.19.1.tgz#4f3e2ed2c1a7d65681f4c854fa8c5a1ccb40f196"
8720+
integrity sha512-n/zwRWRYSUj0/3g/otKDRPMh6qv2SYMWNq85IEa8iZyAv8od9zDYpGSnpBEjNgcMNq6Scbu5KfIPxNF72R/2EA==
87228721
dependencies:
87238722
loose-envify "^1.1.0"
87248723
object-assign "^4.1.1"

0 commit comments

Comments
 (0)