Skip to content
This repository was archived by the owner on Dec 2, 2020. It is now read-only.

Commit 9b32408

Browse files
Bump react and react-dom
Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) and [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom). These dependencies needed to be updated together. Updates `react` from 16.14.0 to 17.0.0 - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/master/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v17.0.0/packages/react) Updates `react-dom` from 16.14.0 to 17.0.0 - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/master/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v17.0.0/packages/react-dom) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 50c49d9 commit 9b32408

File tree

3 files changed

+35
-72
lines changed

3 files changed

+35
-72
lines changed

package-lock.json

Lines changed: 11 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
"html-webpack-plugin": "^4.3.0",
3030
"lodash": "^4.17.15",
3131
"mini-css-extract-plugin": "^1.0.0",
32-
"react": "^16.x",
33-
"react-dom": "^16.x",
32+
"react": "^17.x",
33+
"react-dom": "^17.x",
3434
"rimraf": "^3.0.2",
3535
"uglifyjs-webpack-plugin": "^2.2.0",
3636
"webpack": "^4.43.0",
@@ -39,7 +39,7 @@
3939
"webpack-merge": "^5.1.4"
4040
},
4141
"peerDependencies": {
42-
"react": "^16.x"
42+
"react": "^17.x"
4343
},
4444
"scripts": {
4545
"dev-server": "webpack-dev-server --config ./example/example.config",

yarn.lock

Lines changed: 21 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@
179179
dependencies:
180180
"@babel/types" "^7.12.1"
181181

182-
"@babel/helper-module-imports@^7.10.4", "@babel/helper-module-imports@^7.12.1":
182+
"@babel/helper-module-imports@^7.12.1":
183183
version "7.12.1"
184184
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.12.1.tgz#1644c01591a15a2f084dd6d092d9430eb1d1216c"
185185
integrity sha512-ZeC1TlMSvikvJNy1v/wPIazCu3NdOwgYZLIkmIyAsGhqkNpiDoQQRmaCK8YP4Pq3GPTLPV9WXaPCJKvx06JxKA==
@@ -946,7 +946,7 @@
946946
globals "^11.1.0"
947947
lodash "^4.17.19"
948948

949-
"@babel/types@^7.10.4", "@babel/types@^7.10.5", "@babel/types@^7.11.0", "@babel/types@^7.11.5", "@babel/types@^7.12.0", "@babel/types@^7.12.1", "@babel/types@^7.4.4":
949+
"@babel/types@^7.10.4", "@babel/types@^7.10.5", "@babel/types@^7.11.0", "@babel/types@^7.12.0", "@babel/types@^7.12.1", "@babel/types@^7.4.4":
950950
version "7.12.1"
951951
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.12.1.tgz#e109d9ab99a8de735be287ee3d6a9947a190c4ae"
952952
integrity sha512-BzSY3NJBKM4kyatSOWh3D/JJ2O3CVzBybHWxtgxnggaxEuaSTTDqeiSb/xk9lrkw2Tbqyivw5ZU4rT+EfznQsA==
@@ -955,14 +955,12 @@
955955
lodash "^4.17.19"
956956
to-fast-properties "^2.0.0"
957957

958-
"@babel/types@^7.12.1":
959-
version "7.12.1"
960-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.12.1.tgz#e109d9ab99a8de735be287ee3d6a9947a190c4ae"
961-
integrity sha512-BzSY3NJBKM4kyatSOWh3D/JJ2O3CVzBybHWxtgxnggaxEuaSTTDqeiSb/xk9lrkw2Tbqyivw5ZU4rT+EfznQsA==
958+
"@nicolo-ribaudo/chokidar-2@^2.1.8":
959+
version "2.1.8"
960+
resolved "https://registry.yarnpkg.com/@nicolo-ribaudo/chokidar-2/-/chokidar-2-2.1.8.tgz#eef8d9b47e8dc589499f14d656e8d2dd978c3d14"
961+
integrity sha512-FohwULwAebCUKi/akMFyGi7jfc7JXTeMHzKxuP3umRd9mK/2Y7/SMBSI2jX+YLopPXi+PF9l307NmpfxTdCegA==
962962
dependencies:
963-
"@babel/helper-validator-identifier" "^7.10.4"
964-
lodash "^4.17.19"
965-
to-fast-properties "^2.0.0"
963+
chokidar "2.1.8"
966964

967965
"@types/anymatch@*":
968966
version "1.3.1"
@@ -3546,7 +3544,7 @@ loglevel@^1.6.8:
35463544
resolved "https://registry.npm.taobao.org/loglevel/download/loglevel-1.7.0.tgz#728166855a740d59d38db01cf46f042caa041bb0"
35473545
integrity sha1-coFmhVp0DVnTjbAc9G8ELKoEG7A=
35483546

3549-
loose-envify@^1.1.0, loose-envify@^1.3.1, loose-envify@^1.4.0:
3547+
loose-envify@^1.1.0, loose-envify@^1.3.1:
35503548
version "1.4.0"
35513549
resolved "https://registry.npm.taobao.org/loose-envify/download/loose-envify-1.4.0.tgz#71ee51fa7be4caec1a63839f7e682d8132d30caf"
35523550
integrity sha1-ce5R+nvkyuwaY4OffmgtgTLTDK8=
@@ -4267,15 +4265,6 @@ promise-polyfill@8.1.3:
42674265
resolved "https://registry.npm.taobao.org/promise-polyfill/download/promise-polyfill-8.1.3.tgz#8c99b3cf53f3a91c68226ffde7bde81d7f904116"
42684266
integrity sha1-jJmzz1PzqRxoIm/9573oHX+QQRY=
42694267

4270-
prop-types@^15.6.2:
4271-
version "15.7.2"
4272-
resolved "https://registry.npm.taobao.org/prop-types/download/prop-types-15.7.2.tgz#52c41e75b8c87e72b9d9360e0206b99dcbffa6c5"
4273-
integrity sha1-UsQedbjIfnK52TYOAga5ncv/psU=
4274-
dependencies:
4275-
loose-envify "^1.4.0"
4276-
object-assign "^4.1.1"
4277-
react-is "^16.8.1"
4278-
42794268
proxy-addr@~2.0.5:
42804269
version "2.0.6"
42814270
resolved "https://registry.npm.taobao.org/proxy-addr/download/proxy-addr-2.0.6.tgz#fdc2336505447d3f2f2c638ed272caf614bbb2bf"
@@ -4391,29 +4380,22 @@ raw-body@2.4.0:
43914380
iconv-lite "0.4.24"
43924381
unpipe "1.0.0"
43934382

4394-
react-dom@^16.x:
4395-
version "16.14.0"
4396-
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.14.0.tgz#7ad838ec29a777fb3c75c3a190f661cf92ab8b89"
4397-
integrity sha512-1gCeQXDLoIqMgqD3IO2Ah9bnf0w9kzhwN5q4FGnHZ67hBm9yePzB5JJAIQCc8x3pFnNlwFq4RidZggNAAkzWWw==
4383+
react-dom@^17.x:
4384+
version "17.0.0"
4385+
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-17.0.0.tgz#f8266e4d9861584553ccbd186d596a1c7dd8dcb4"
4386+
integrity sha512-OGnFbxCjI2TMAZYMVxi4hqheJiN8rCEVVrL7XIGzCB6beNc4Am8M47HtkvxODZw9QgjmAPKpLba9FTu4fC1byA==
43984387
dependencies:
43994388
loose-envify "^1.1.0"
44004389
object-assign "^4.1.1"
4401-
prop-types "^15.6.2"
4402-
scheduler "^0.19.1"
4403-
4404-
react-is@^16.8.1:
4405-
version "16.13.1"
4406-
resolved "https://registry.npm.taobao.org/react-is/download/react-is-16.13.1.tgz?cache=0&sync_timestamp=1600732084620&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Freact-is%2Fdownload%2Freact-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4"
4407-
integrity sha1-eJcppNw23imZ3BVt1sHZwYzqVqQ=
4390+
scheduler "^0.20.0"
44084391

4409-
react@^16.x:
4410-
version "16.14.0"
4411-
resolved "https://registry.yarnpkg.com/react/-/react-16.14.0.tgz#94d776ddd0aaa37da3eda8fc5b6b18a4c9a3114d"
4412-
integrity sha512-0X2CImDkJGApiAlcf0ODKIneSwBPhqJawOa5wCtKbu7ZECrmS26NvtSILynQ66cgkT/RJ4LidJOc3bUESwmU8g==
4392+
react@^17.x:
4393+
version "17.0.0"
4394+
resolved "https://registry.yarnpkg.com/react/-/react-17.0.0.tgz#ad96d5fa1a33bb9b06d0cc52672f7992d84aa662"
4395+
integrity sha512-rG9bqS3LMuetoSUKHN8G3fMNuQOePKDThK6+2yXFWtoeTDLVNh/QCaxT+Jr+rNf4lwNXpx+atdn3Aa0oi8/6eQ==
44134396
dependencies:
44144397
loose-envify "^1.1.0"
44154398
object-assign "^4.1.1"
4416-
prop-types "^15.6.2"
44174399

44184400
"readable-stream@1 || 2", readable-stream@^2.0.0, readable-stream@^2.0.1, readable-stream@^2.0.2, readable-stream@^2.1.5, readable-stream@^2.2.2, readable-stream@^2.3.3, readable-stream@^2.3.6, readable-stream@~2.3.6:
44194401
version "2.3.7"
@@ -4679,10 +4661,10 @@ safe-regex@^1.1.0:
46794661
resolved "https://registry.npm.taobao.org/safer-buffer/download/safer-buffer-2.1.2.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fsafer-buffer%2Fdownload%2Fsafer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a"
46804662
integrity sha1-RPoWGwGHuVSd2Eu5GAL5vYOFzWo=
46814663

4682-
scheduler@^0.19.1:
4683-
version "0.19.1"
4684-
resolved "https://registry.npm.taobao.org/scheduler/download/scheduler-0.19.1.tgz#4f3e2ed2c1a7d65681f4c854fa8c5a1ccb40f196"
4685-
integrity sha1-Tz4u0sGn1laB9MhU+oxaHMtA8ZY=
4664+
scheduler@^0.20.0:
4665+
version "0.20.0"
4666+
resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.20.0.tgz#3ff543696b169613afadb09d3fb3fe998d234dd2"
4667+
integrity sha512-XegIgta1bIaz2LdaL6eg1GEcE42g0BY9qFXCqlZ/+s2MuEKfigFCW6DEGBlZzeVFlwDmVusrWEyFtBo4sbkkdA==
46864668
dependencies:
46874669
loose-envify "^1.1.0"
46884670
object-assign "^4.1.1"

0 commit comments

Comments
 (0)