Skip to content

Commit 05c14f5

Browse files
committed
fix(deps): update dependency react to v17
1 parent 7677e6b commit 05c14f5

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@types/react": "16.9.53",
1414
"@types/react-dom": "16.9.8",
1515
"@types/react-router-dom": "5.1.6",
16-
"react": "16.14.0",
16+
"react": "17.0.0",
1717
"react-dom": "16.14.0",
1818
"react-router-dom": "5.2.0",
1919
"react-scripts": "3.4.3",

yarn.lock

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8709,14 +8709,13 @@ react-scripts@3.4.3:
87098709
optionalDependencies:
87108710
fsevents "2.1.2"
87118711

8712-
react@16.14.0:
8713-
version "16.14.0"
8714-
resolved "https://registry.yarnpkg.com/react/-/react-16.14.0.tgz#94d776ddd0aaa37da3eda8fc5b6b18a4c9a3114d"
8715-
integrity sha512-0X2CImDkJGApiAlcf0ODKIneSwBPhqJawOa5wCtKbu7ZECrmS26NvtSILynQ66cgkT/RJ4LidJOc3bUESwmU8g==
8712+
react@17.0.0:
8713+
version "17.0.0"
8714+
resolved "https://registry.yarnpkg.com/react/-/react-17.0.0.tgz#ad96d5fa1a33bb9b06d0cc52672f7992d84aa662"
8715+
integrity sha512-rG9bqS3LMuetoSUKHN8G3fMNuQOePKDThK6+2yXFWtoeTDLVNh/QCaxT+Jr+rNf4lwNXpx+atdn3Aa0oi8/6eQ==
87168716
dependencies:
87178717
loose-envify "^1.1.0"
87188718
object-assign "^4.1.1"
8719-
prop-types "^15.6.2"
87208719

87218720
read-pkg-up@^2.0.0:
87228721
version "2.0.0"

0 commit comments

Comments
 (0)