Skip to content

Commit cdcc3ff

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

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-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.8.2",
1212
"react-apollo": "2.4.1",
13-
"react-dom": "16.8.0-alpha.1",
13+
"react-dom": "16.8.2",
1414
"react-scripts": "2.1.3"
1515
},
1616
"scripts": {

yarn.lock

Lines changed: 14 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-
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+
8164+
version "16.8.2"
8165+
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.8.2.tgz#7c8a69545dd554d45d66442230ba04a6a0a3c3d3"
8166+
integrity sha512-cPGfgFfwi+VCZjk73buu14pYkYBR1b/SRMSYqkLDdhSEHnSwcuYTPu6/Bh6ZphJFIk80XLvbSe2azfcRzNF+Xg==
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.13.2"
81728172

81738173
react-error-overlay@^5.1.2:
81748174
version "5.1.2"
@@ -8235,15 +8235,15 @@ [email protected]:
82358235
optionalDependencies:
82368236
fsevents "1.2.4"
82378237

8238-
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+
8239+
version "16.8.2"
8240+
resolved "https://registry.yarnpkg.com/react/-/react-16.8.2.tgz#83064596feaa98d9c2857c4deae1848b542c9c0c"
8241+
integrity sha512-aB2ctx9uQ9vo09HVknqv3DGRpI7OIGJhCx3Bt0QqoRluEjHSaObJl+nG12GDdYH6sTgE7YiPJ6ZUyMx9kICdXw==
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"
8246+
scheduler "^0.13.2"
82478247

82488248
read-pkg-up@^1.0.1:
82498249
version "1.0.1"
@@ -8715,10 +8715,10 @@ saxes@^3.1.4:
87158715
dependencies:
87168716
xmlchars "^1.3.1"
87178717

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==
8718+
scheduler@^0.13.2:
8719+
version "0.13.2"
8720+
resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.13.2.tgz#969eaee2764a51d2e97b20a60963b2546beff8fa"
8721+
integrity sha512-qK5P8tHS7vdEMCW5IPyt8v9MJOHqTrOUgPXib7tqm9vh834ibBX5BNhwkplX/0iOzHW5sXyluehYfS9yrkz9+w==
87228722
dependencies:
87238723
loose-envify "^1.1.0"
87248724
object-assign "^4.1.1"

0 commit comments

Comments
 (0)