Skip to content

Commit 8105e22

Browse files
chore(deps-dev): bump @types/react from 16.9.19 to 17.0.3
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 16.9.19 to 17.0.3. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) Signed-off-by: dependabot[bot] <support@github.com>
1 parent 66f26a1 commit 8105e22

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"@commitlint/cli": "^8.3.5",
7777
"@commitlint/config-conventional": "^8.3.4",
7878
"@types/node": "^11.13.6",
79-
"@types/react": "^16.8.6",
79+
"@types/react": "^17.0.3",
8080
"@types/react-dom": "^16.8.4",
8181
"concurrently": "^4.1.0",
8282
"husky": "^4.3.8",

yarn.lock

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1322,6 +1322,15 @@
13221322
"@types/prop-types" "*"
13231323
csstype "^2.2.0"
13241324

1325+
"@types/react@^17.0.3":
1326+
version "17.0.3"
1327+
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.3.tgz#ba6e215368501ac3826951eef2904574c262cc79"
1328+
integrity sha512-wYOUxIgs2HZZ0ACNiIayItyluADNbONl7kt8lkLjVK8IitMH5QMyAh75Fwhmo37r1m7L2JaFj03sIfxBVDvRAg==
1329+
dependencies:
1330+
"@types/prop-types" "*"
1331+
"@types/scheduler" "*"
1332+
csstype "^3.0.2"
1333+
13251334
"@types/recharts-scale@*":
13261335
version "1.0.0"
13271336
resolved "https://registry.yarnpkg.com/@types/recharts-scale/-/recharts-scale-1.0.0.tgz#348c9220d6d9062c44a9d585d686644a97f7e25d"
@@ -1336,6 +1345,11 @@
13361345
"@types/react" "*"
13371346
"@types/recharts-scale" "*"
13381347

1348+
"@types/scheduler@*":
1349+
version "0.16.1"
1350+
resolved "https://registry.yarnpkg.com/@types/scheduler/-/scheduler-0.16.1.tgz#18845205e86ff0038517aab7a18a62a6b9f71275"
1351+
integrity sha512-EaCxbanVeyxDRTQBkdLb3Bvl/HK7PBK6UJjsSixB0iHKoWxE5uu2Q/DgtpOhPIojN0Zl1whvOd7PoHs2P0s5eA==
1352+
13391353
"@types/styled-jsx@^2.2.8":
13401354
version "2.2.8"
13411355
resolved "https://registry.yarnpkg.com/@types/styled-jsx/-/styled-jsx-2.2.8.tgz#b50d13d8a3c34036282d65194554cf186bab7234"
@@ -2853,6 +2867,11 @@ csstype@^2.2.0, csstype@^2.5.2, csstype@^2.6.5, csstype@^2.6.7:
28532867
resolved "https://registry.yarnpkg.com/csstype/-/csstype-2.6.8.tgz#0fb6fc2417ffd2816a418c9336da74d7f07db431"
28542868
integrity sha512-msVS9qTuMT5zwAGCVm4mxfrZ18BNc6Csd0oJAtiFMZ1FAx1CCvy2+5MDmYoix63LM/6NDbNtodCiGYGmFgO0dA==
28552869

2870+
csstype@^3.0.2:
2871+
version "3.0.7"
2872+
resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.0.7.tgz#2a5fb75e1015e84dd15692f71e89a1450290950b"
2873+
integrity sha512-KxnUB0ZMlnUWCsx2Z8MUsr6qV6ja1w9ArPErJaJaF8a5SOWoHLIszeCTKGRGRgtLgYrs1E8CHkNSP1VZTTPc9g==
2874+
28562875
currently-unhandled@^0.4.1:
28572876
version "0.4.1"
28582877
resolved "https://registry.yarnpkg.com/currently-unhandled/-/currently-unhandled-0.4.1.tgz#988df33feab191ef799a61369dd76c17adf957ea"

0 commit comments

Comments
 (0)