Skip to content

Commit b3165ab

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 5ab9bc3 commit b3165ab

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
@@ -1332,6 +1332,15 @@
13321332
"@types/prop-types" "*"
13331333
csstype "^2.2.0"
13341334

1335+
"@types/react@^17.0.3":
1336+
version "17.0.3"
1337+
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.3.tgz#ba6e215368501ac3826951eef2904574c262cc79"
1338+
integrity sha512-wYOUxIgs2HZZ0ACNiIayItyluADNbONl7kt8lkLjVK8IitMH5QMyAh75Fwhmo37r1m7L2JaFj03sIfxBVDvRAg==
1339+
dependencies:
1340+
"@types/prop-types" "*"
1341+
"@types/scheduler" "*"
1342+
csstype "^3.0.2"
1343+
13351344
"@types/recharts-scale@*":
13361345
version "1.0.0"
13371346
resolved "https://registry.yarnpkg.com/@types/recharts-scale/-/recharts-scale-1.0.0.tgz#348c9220d6d9062c44a9d585d686644a97f7e25d"
@@ -1346,6 +1355,11 @@
13461355
"@types/react" "*"
13471356
"@types/recharts-scale" "*"
13481357

1358+
"@types/scheduler@*":
1359+
version "0.16.1"
1360+
resolved "https://registry.yarnpkg.com/@types/scheduler/-/scheduler-0.16.1.tgz#18845205e86ff0038517aab7a18a62a6b9f71275"
1361+
integrity sha512-EaCxbanVeyxDRTQBkdLb3Bvl/HK7PBK6UJjsSixB0iHKoWxE5uu2Q/DgtpOhPIojN0Zl1whvOd7PoHs2P0s5eA==
1362+
13491363
"@types/styled-jsx@^2.2.8":
13501364
version "2.2.8"
13511365
resolved "https://registry.yarnpkg.com/@types/styled-jsx/-/styled-jsx-2.2.8.tgz#b50d13d8a3c34036282d65194554cf186bab7234"
@@ -2903,6 +2917,11 @@ csstype@^2.2.0, csstype@^2.5.2, csstype@^2.6.5, csstype@^2.6.7:
29032917
resolved "https://registry.yarnpkg.com/csstype/-/csstype-2.6.8.tgz#0fb6fc2417ffd2816a418c9336da74d7f07db431"
29042918
integrity sha512-msVS9qTuMT5zwAGCVm4mxfrZ18BNc6Csd0oJAtiFMZ1FAx1CCvy2+5MDmYoix63LM/6NDbNtodCiGYGmFgO0dA==
29052919

2920+
csstype@^3.0.2:
2921+
version "3.0.7"
2922+
resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.0.7.tgz#2a5fb75e1015e84dd15692f71e89a1450290950b"
2923+
integrity sha512-KxnUB0ZMlnUWCsx2Z8MUsr6qV6ja1w9ArPErJaJaF8a5SOWoHLIszeCTKGRGRgtLgYrs1E8CHkNSP1VZTTPc9g==
2924+
29062925
currently-unhandled@^0.4.1:
29072926
version "0.4.1"
29082927
resolved "https://registry.yarnpkg.com/currently-unhandled/-/currently-unhandled-0.4.1.tgz#988df33feab191ef799a61369dd76c17adf957ea"

0 commit comments

Comments
 (0)