Skip to content

Commit 2d97999

Browse files
committed
fix(deps): update react monorepo to v16.8.3
1 parent 991de52 commit 2d97999

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.3",
1212
"react-apollo": "2.4.1",
13-
"react-dom": "16.8.0-alpha.1",
13+
"react-dom": "16.8.3",
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.3"
8165+
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.8.3.tgz#ae236029e66210783ac81999d3015dfc475b9c32"
8166+
integrity sha512-ttMem9yJL4/lpItZAQ2NTFAbV7frotHk5DZEHXUOws2rMmrsvh1Na7ThGT0dTzUIl6pqTOi5tYREfL8AEna3lA==
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.3"
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.3"
8240+
resolved "https://registry.yarnpkg.com/react/-/react-16.8.3.tgz#c6f988a2ce895375de216edcfaedd6b9a76451d9"
8241+
integrity sha512-3UoSIsEq8yTJuSu0luO1QQWYbgGEILm+eJl2QN/VLDi7hL+EN18M3q3oVZwmVzzBJ3DkM7RMdRwBmZZ+b4IzSA==
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.3"
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.3:
8719+
version "0.13.3"
8720+
resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.13.3.tgz#bed3c5850f62ea9c716a4d781f9daeb9b2a58896"
8721+
integrity sha512-UxN5QRYWtpR1egNWzJcVLk8jlegxAugswQc984lD3kU7NuobsO37/sRfbpTdBjtnD5TBNFA2Q2oLV5+UmPSmEQ==
87228722
dependencies:
87238723
loose-envify "^1.1.0"
87248724
object-assign "^4.1.1"

0 commit comments

Comments
 (0)