Skip to content

Commit 93f907f

Browse files
committed
fix(deps): update react monorepo to v16.8.1
1 parent 991de52 commit 93f907f

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.1",
1212
"react-apollo": "2.4.1",
13-
"react-dom": "16.8.0-alpha.1",
13+
"react-dom": "16.8.1",
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-
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.8.1:
8164+
version "16.8.1"
8165+
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.8.1.tgz#ec860f98853d09d39bafd3a6f1e12389d283dbb4"
8166+
integrity sha512-N74IZUrPt6UiDjXaO7UbDDFXeUXnVhZzeRLy/6iqqN1ipfjrhR60Bp5NuBK+rv3GMdqdIuwIl22u1SYwf330bg==
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.1"
81728172

81738173
react-error-overlay@^5.1.2:
81748174
version "5.1.2"
@@ -8235,15 +8235,15 @@ 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.8.1:
8239+
version "16.8.1"
8240+
resolved "https://registry.yarnpkg.com/react/-/react-16.8.1.tgz#ae11831f6cb2a05d58603a976afc8a558e852c4a"
8241+
integrity sha512-wLw5CFGPdo7p/AgteFz7GblI2JPOos0+biSoxf1FPsGxWQZdN/pj6oToJs1crn61DL3Ln7mN86uZ4j74p31ELQ==
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.1"
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.1:
8719+
version "0.13.1"
8720+
resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.13.1.tgz#1a217df1bfaabaf4f1b92a9127d5d732d85a9591"
8721+
integrity sha512-VJKOkiKIN2/6NOoexuypwSrybx13MY7NSy9RNt8wPvZDMRT1CW6qlpF5jXRToXNHz3uWzbm2elNpZfXfGPqP9A==
87228722
dependencies:
87238723
loose-envify "^1.1.0"
87248724
object-assign "^4.1.1"

0 commit comments

Comments
 (0)