Skip to content

Commit 3b50ee0

Browse files
renovate-botrenovate[bot]
authored andcommitted
Update dependency react to v17
1 parent 4beed1d commit 3b50ee0

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
@@ -67,7 +67,7 @@
6767
"jest-junit": "^12.0.0",
6868
"npm-run-all": "^4.1.5",
6969
"prettier": "^2.1.2",
70-
"react": "^16.13.1",
70+
"react": "^17.0.1",
7171
"ts-jest": "^26.4.4",
7272
"typescript": "^4.0.5"
7373
},

yarn.lock

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4525,7 +4525,7 @@ prompts@^2.0.1:
45254525
kleur "^3.0.3"
45264526
sisteransi "^1.0.4"
45274527

4528-
prop-types@^15.6.2, prop-types@^15.7.2:
4528+
prop-types@^15.7.2:
45294529
version "15.7.2"
45304530
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.7.2.tgz#52c41e75b8c87e72b9d9360e0206b99dcbffa6c5"
45314531
integrity sha512-8QQikdH7//R2vurIJSutZ1smHYTcLpRWEOlHnzcWHmBYrOGUysKwSsrC89BCiFj3CbrfJ/nXFdJepOVrY1GCHQ==
@@ -4567,14 +4567,13 @@ react-is@^17.0.1:
45674567
resolved "https://registry.yarnpkg.com/react-is/-/react-is-17.0.1.tgz#5b3531bd76a645a4c9fb6e693ed36419e3301339"
45684568
integrity sha512-NAnt2iGDXohE5LI7uBnLnqvLQMtzhkiAOLXTmv+qnF9Ky7xAPcX8Up/xWIhxvLVGJvuLiNc4xQLtuqDRzb4fSA==
45694569

4570-
react@^16.13.1:
4571-
version "16.13.1"
4572-
resolved "https://registry.yarnpkg.com/react/-/react-16.13.1.tgz#2e818822f1a9743122c063d6410d85c1e3afe48e"
4573-
integrity sha512-YMZQQq32xHLX0bz5Mnibv1/LHb3Sqzngu7xstSM+vrkE5Kzr9xE0yMByK5kMoTK30YVJE61WfbxIFFvfeDKT1w==
4570+
react@^17.0.1:
4571+
version "17.0.1"
4572+
resolved "https://registry.yarnpkg.com/react/-/react-17.0.1.tgz#6e0600416bd57574e3f86d92edba3d9008726127"
4573+
integrity sha512-lG9c9UuMHdcAexXtigOZLX8exLWkW0Ku29qPRU8uhF2R9BN96dLCt0psvzPLlHc5OWkgymP3qwTRgbnw5BKx3w==
45744574
dependencies:
45754575
loose-envify "^1.1.0"
45764576
object-assign "^4.1.1"
4577-
prop-types "^15.6.2"
45784577

45794578
read-pkg-up@^2.0.0:
45804579
version "2.0.0"

0 commit comments

Comments
 (0)