Skip to content

Commit e4d3ab4

Browse files
Bump react from 16.14.0 to 17.0.0
Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/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) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent dccc711 commit e4d3ab4

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"jest-diff": "^25.1.0",
4646
"lint-staged": "^10.0.8",
4747
"prettier": "1.19.1",
48-
"react": "^16.12.0",
48+
"react": "^17.0.0",
4949
"rimraf": "^3.0.1",
5050
"rollup": "^1.30.1",
5151
"rollup-plugin-babel": "^4.3.3",

Diff for: yarn.lock

+5-6
Original file line numberDiff line numberDiff line change
@@ -4488,7 +4488,7 @@ prompts@^2.0.1:
44884488
kleur "^3.0.3"
44894489
sisteransi "^1.0.4"
44904490

4491-
prop-types@^15.6.2, prop-types@^15.7.2:
4491+
prop-types@^15.7.2:
44924492
version "15.7.2"
44934493
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.7.2.tgz#52c41e75b8c87e72b9d9360e0206b99dcbffa6c5"
44944494
integrity sha512-8QQikdH7//R2vurIJSutZ1smHYTcLpRWEOlHnzcWHmBYrOGUysKwSsrC89BCiFj3CbrfJ/nXFdJepOVrY1GCHQ==
@@ -4530,14 +4530,13 @@ react-is@^16.12.0, react-is@^16.8.1:
45304530
resolved "https://registry.yarnpkg.com/react-is/-/react-is-17.0.0.tgz#7d6ec2a5c3de3ae2c0bfa7586305115ec1192110"
45314531
integrity sha512-6IY5dc12jn4xU1kM25NVb86Zn472Kq70jcS7qpdQiSVPyng+7dnFH7BxHLX/Fwm2PZF6OJNEoHx6Zgivt/dZ+A==
45324532

4533-
react@^16.12.0:
4534-
version "16.14.0"
4535-
resolved "https://registry.yarnpkg.com/react/-/react-16.14.0.tgz#94d776ddd0aaa37da3eda8fc5b6b18a4c9a3114d"
4536-
integrity sha512-0X2CImDkJGApiAlcf0ODKIneSwBPhqJawOa5wCtKbu7ZECrmS26NvtSILynQ66cgkT/RJ4LidJOc3bUESwmU8g==
4533+
react@^17.0.0:
4534+
version "17.0.0"
4535+
resolved "https://registry.yarnpkg.com/react/-/react-17.0.0.tgz#ad96d5fa1a33bb9b06d0cc52672f7992d84aa662"
4536+
integrity sha512-rG9bqS3LMuetoSUKHN8G3fMNuQOePKDThK6+2yXFWtoeTDLVNh/QCaxT+Jr+rNf4lwNXpx+atdn3Aa0oi8/6eQ==
45374537
dependencies:
45384538
loose-envify "^1.1.0"
45394539
object-assign "^4.1.1"
4540-
prop-types "^15.6.2"
45414540

45424541
read-pkg-up@^7.0.1:
45434542
version "7.0.1"

0 commit comments

Comments
 (0)