Skip to content
This repository was archived by the owner on Aug 10, 2022. It is now read-only.

Commit 864c1cb

Browse files
committed
Update react monorepo to v16.10.2
1 parent a4a5b7f commit 864c1cb

File tree

2 files changed

+15
-16
lines changed

2 files changed

+15
-16
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@
5454
"node-sass": "4.12.0",
5555
"nothing": "0.1.0",
5656
"prismjs": "1.17.1",
57-
"react": "16.8.6",
58-
"react-dom": "16.8.6",
57+
"react": "16.10.2",
58+
"react-dom": "16.10.2",
5959
"react-helmet": "5.2.1",
6060
"wowjs": "1.1.3"
6161
},

yarn.lock

+13-14
Original file line numberDiff line numberDiff line change
@@ -9511,15 +9511,15 @@ react-dev-utils@^4.2.1:
95119511
strip-ansi "3.0.1"
95129512
text-table "0.2.0"
95139513

9514-
react-dom@16.8.6:
9515-
version "16.8.6"
9516-
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.8.6.tgz#71d6303f631e8b0097f56165ef608f051ff6e10f"
9517-
integrity sha512-1nL7PIq9LTL3fthPqwkvr2zY7phIPjYrT0jp4HjyEQrEROnw4dG41VVwi/wfoCneoleqrNX7iAD+pXebJZwrwA==
9514+
react-dom@16.10.2:
9515+
version "16.10.2"
9516+
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.10.2.tgz#4840bce5409176bc3a1f2bd8cb10b92db452fda6"
9517+
integrity sha512-kWGDcH3ItJK4+6Pl9DZB16BXYAZyrYQItU4OMy0jAkv5aNqc+mAKb4TpFtAteI6TJZu+9ZlNhaeNQSVQDHJzkw==
95189518
dependencies:
95199519
loose-envify "^1.1.0"
95209520
object-assign "^4.1.1"
95219521
prop-types "^15.6.2"
9522-
scheduler "^0.13.6"
9522+
scheduler "^0.16.2"
95239523

95249524
react-dom@~15.4.1:
95259525
version "15.4.2"
@@ -9583,15 +9583,14 @@ react-side-effect@^1.1.0:
95839583
exenv "^1.2.1"
95849584
shallowequal "^1.0.1"
95859585

9586-
react@16.8.6:
9587-
version "16.8.6"
9588-
resolved "https://registry.yarnpkg.com/react/-/react-16.8.6.tgz#ad6c3a9614fd3a4e9ef51117f54d888da01f2bbe"
9589-
integrity sha512-pC0uMkhLaHm11ZSJULfOBqV4tIZkx87ZLvbbQYunNixAAvjnC+snJCg0XQXn9VIsttVsbZP/H/ewzgsd5fxKXw==
9586+
react@16.10.2:
9587+
version "16.10.2"
9588+
resolved "https://registry.yarnpkg.com/react/-/react-16.10.2.tgz#a5ede5cdd5c536f745173c8da47bda64797a4cf0"
9589+
integrity sha512-MFVIq0DpIhrHFyqLU0S3+4dIcBhhOvBE8bJ/5kHPVOVaGdo0KuiQzpcjCPsf585WvhypqtrMILyoE2th6dT+Lw==
95909590
dependencies:
95919591
loose-envify "^1.1.0"
95929592
object-assign "^4.1.1"
95939593
prop-types "^15.6.2"
9594-
scheduler "^0.13.6"
95959594

95969595
react@~15.4.1:
95979596
version "15.4.2"
@@ -10212,10 +10211,10 @@ sax@^1.2.4, sax@~1.2.4:
1021210211
resolved "https://registry.yarnpkg.com/sax/-/sax-1.2.4.tgz#2816234e2378bddc4e5354fab5caa895df7100d9"
1021310212
integrity sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==
1021410213

10215-
scheduler@^0.13.6:
10216-
version "0.13.6"
10217-
resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.13.6.tgz#466a4ec332467b31a91b9bf74e5347072e4cd889"
10218-
integrity sha512-IWnObHt413ucAYKsD9J1QShUKkbKLQQHdxRyw73sw4FN26iWr3DY/H34xGPe4nmL1DwXyWmSWmMrA9TfQbE/XQ==
10214+
scheduler@^0.16.2:
10215+
version "0.16.2"
10216+
resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.16.2.tgz#f74cd9d33eff6fc554edfb79864868e4819132c1"
10217+
integrity sha512-BqYVWqwz6s1wZMhjFvLfVR5WXP7ZY32M/wYPo04CcuPM7XZEbV2TBNW7Z0UkguPTl0dWMA59VbNXxK6q+pHItg==
1021910218
dependencies:
1022010219
loose-envify "^1.1.0"
1022110220
object-assign "^4.1.1"

0 commit comments

Comments
 (0)