Skip to content

Commit 1f7cd1a

Browse files
renovate-botrenovate[bot]
authored andcommitted
fix(deps): update dependency @types/react to v17.0.3
1 parent 8952eb7 commit 1f7cd1a

2 files changed

Lines changed: 16 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@testing-library/user-event": "12.8.1",
1414
"@types/jest": "26.0.20",
1515
"@types/node": "12.20.4",
16-
"@types/react": "17.0.2",
16+
"@types/react": "17.0.3",
1717
"@types/react-dom": "17.0.1",
1818
"@types/react-router": "5.1.12",
1919
"@types/react-router-dom": "5.1.7",

yarn.lock

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2062,21 +2062,35 @@
20622062
"@types/history" "*"
20632063
"@types/react" "*"
20642064

2065-
"@types/react@*", "@types/react@17.0.2":
2065+
"@types/react@*":
20662066
version "17.0.2"
20672067
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.2.tgz#3de24c4efef902dd9795a49c75f760cbe4f7a5a8"
20682068
integrity sha512-Xt40xQsrkdvjn1EyWe1Bc0dJLcil/9x2vAuW7ya+PuQip4UYUaXyhzWmAbwRsdMgwOFHpfp7/FFZebDU6Y8VHA==
20692069
dependencies:
20702070
"@types/prop-types" "*"
20712071
csstype "^3.0.2"
20722072

2073+
"@types/react@17.0.3":
2074+
version "17.0.3"
2075+
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.3.tgz#ba6e215368501ac3826951eef2904574c262cc79"
2076+
integrity sha512-wYOUxIgs2HZZ0ACNiIayItyluADNbONl7kt8lkLjVK8IitMH5QMyAh75Fwhmo37r1m7L2JaFj03sIfxBVDvRAg==
2077+
dependencies:
2078+
"@types/prop-types" "*"
2079+
"@types/scheduler" "*"
2080+
csstype "^3.0.2"
2081+
20732082
"@types/resolve@0.0.8":
20742083
version "0.0.8"
20752084
resolved "https://registry.yarnpkg.com/@types/resolve/-/resolve-0.0.8.tgz#f26074d238e02659e323ce1a13d041eee280e194"
20762085
integrity sha512-auApPaJf3NPfe18hSoJkp8EbZzer2ISk7o8mCC3M9he/a04+gbMF97NkpD2S8riMGvm4BMRI59/SZQSaLTKpsQ==
20772086
dependencies:
20782087
"@types/node" "*"
20792088

2089+
"@types/scheduler@*":
2090+
version "0.16.1"
2091+
resolved "https://registry.yarnpkg.com/@types/scheduler/-/scheduler-0.16.1.tgz#18845205e86ff0038517aab7a18a62a6b9f71275"
2092+
integrity sha512-EaCxbanVeyxDRTQBkdLb3Bvl/HK7PBK6UJjsSixB0iHKoWxE5uu2Q/DgtpOhPIojN0Zl1whvOd7PoHs2P0s5eA==
2093+
20802094
"@types/source-list-map@*":
20812095
version "0.1.2"
20822096
resolved "https://registry.yarnpkg.com/@types/source-list-map/-/source-list-map-0.1.2.tgz#0078836063ffaf17412349bba364087e0ac02ec9"

0 commit comments

Comments
 (0)