Skip to content

Commit 4d254ff

Browse files
chore: bump react from 16.14.0 to 17.0.1
Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) from 16.14.0 to 17.0.1. - [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.1/packages/react) Signed-off-by: dependabot[bot] <support@github.com>
1 parent cb6e548 commit 4d254ff

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@
4646
"eslint-plugin-standard": "^4.0.1",
4747
"microbundle-crl": "^0.13.10",
4848
"prettier": "^2.0.4",
49-
"react": "^16.13.1"
49+
"react": "^17.0.1"
5050
}
5151
}

yarn.lock

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3877,7 +3877,7 @@ promise.series@^0.2.0:
38773877
resolved "https://registry.yarnpkg.com/promise.series/-/promise.series-0.2.0.tgz#2cc7ebe959fc3a6619c04ab4dbdc9e452d864bbd"
38783878
integrity sha1-LMfr6Vn8OmYZwEq029yeRS2GS70=
38793879

3880-
prop-types@^15.6.2, prop-types@^15.7.2:
3880+
prop-types@^15.7.2:
38813881
version "15.7.2"
38823882
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.7.2.tgz#52c41e75b8c87e72b9d9360e0206b99dcbffa6c5"
38833883
integrity sha512-8QQikdH7//R2vurIJSutZ1smHYTcLpRWEOlHnzcWHmBYrOGUysKwSsrC89BCiFj3CbrfJ/nXFdJepOVrY1GCHQ==
@@ -3901,14 +3901,13 @@ react-is@^16.8.1:
39013901
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4"
39023902
integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==
39033903

3904-
react@^16.13.1:
3905-
version "16.14.0"
3906-
resolved "https://registry.yarnpkg.com/react/-/react-16.14.0.tgz#94d776ddd0aaa37da3eda8fc5b6b18a4c9a3114d"
3907-
integrity sha512-0X2CImDkJGApiAlcf0ODKIneSwBPhqJawOa5wCtKbu7ZECrmS26NvtSILynQ66cgkT/RJ4LidJOc3bUESwmU8g==
3904+
react@^17.0.1:
3905+
version "17.0.1"
3906+
resolved "https://registry.yarnpkg.com/react/-/react-17.0.1.tgz#6e0600416bd57574e3f86d92edba3d9008726127"
3907+
integrity sha512-lG9c9UuMHdcAexXtigOZLX8exLWkW0Ku29qPRU8uhF2R9BN96dLCt0psvzPLlHc5OWkgymP3qwTRgbnw5BKx3w==
39083908
dependencies:
39093909
loose-envify "^1.1.0"
39103910
object-assign "^4.1.1"
3911-
prop-types "^15.6.2"
39123911

39133912
read-pkg-up@^2.0.0:
39143913
version "2.0.0"

0 commit comments

Comments
 (0)