Skip to content

Commit 9e48d7e

Browse files
committed
chore(deps): update dependency @types/react to v17
1 parent cd60239 commit 9e48d7e

File tree

2 files changed

+18
-12
lines changed

2 files changed

+18
-12
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"devDependencies": {
1616
"@types/jest": "24.0.15",
1717
"@types/node": "14.14.31",
18-
"@types/react": "16.9.41",
18+
"@types/react": "17.0.3",
1919
"@types/request-promise": "4.1.45",
2020
"@typescript-eslint/eslint-plugin": "2.21.0",
2121
"@typescript-eslint/eslint-plugin-tslint": "2.21.0",
@@ -40,7 +40,7 @@
4040
"typescript": "3.8.2"
4141
},
4242
"resolutions": {
43-
"@types/react": "16.9.41"
43+
"@types/react": "17.0.3"
4444
},
4545
"workspaces": [
4646
"packages/*"

yarn.lock

+16-10
Original file line numberDiff line numberDiff line change
@@ -5411,13 +5411,14 @@
54115411
dependencies:
54125412
"@types/react" "*"
54135413

5414-
"@types/react@*", "@types/react@16.9.41":
5415-
version "16.9.41"
5416-
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.41.tgz#925137ee4d2ff406a0ecf29e8e9237390844002e"
5417-
integrity sha512-6cFei7F7L4wwuM+IND/Q2cV1koQUvJ8iSV+Gwn0c3kvABZ691g7sp3hfEQHOUBJtccl1gPi+EyNjMIl9nGA0ug==
5414+
"@types/react@*", "@types/react@17.0.3":
5415+
version "17.0.3"
5416+
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.3.tgz#ba6e215368501ac3826951eef2904574c262cc79"
5417+
integrity sha512-wYOUxIgs2HZZ0ACNiIayItyluADNbONl7kt8lkLjVK8IitMH5QMyAh75Fwhmo37r1m7L2JaFj03sIfxBVDvRAg==
54185418
dependencies:
54195419
"@types/prop-types" "*"
5420-
csstype "^2.2.0"
5420+
"@types/scheduler" "*"
5421+
csstype "^3.0.2"
54215422

54225423
"@types/reactcss@*":
54235424
version "1.2.3"
@@ -5444,6 +5445,11 @@
54445445
"@types/node" "*"
54455446
"@types/tough-cookie" "*"
54465447

5448+
"@types/scheduler@*":
5449+
version "0.16.1"
5450+
resolved "https://registry.yarnpkg.com/@types/scheduler/-/scheduler-0.16.1.tgz#18845205e86ff0038517aab7a18a62a6b9f71275"
5451+
integrity sha512-EaCxbanVeyxDRTQBkdLb3Bvl/HK7PBK6UJjsSixB0iHKoWxE5uu2Q/DgtpOhPIojN0Zl1whvOd7PoHs2P0s5eA==
5452+
54475453
"@types/serve-static@*":
54485454
version "1.13.3"
54495455
resolved "https://registry.yarnpkg.com/@types/serve-static/-/serve-static-1.13.3.tgz#eb7e1c41c4468272557e897e9171ded5e2ded9d1"
@@ -8442,16 +8448,16 @@ cssstyle@^2.2.0:
84428448
dependencies:
84438449
cssom "~0.3.6"
84448450

8445-
csstype@^2.2.0:
8446-
version "2.6.10"
8447-
resolved "https://registry.yarnpkg.com/csstype/-/csstype-2.6.10.tgz#e63af50e66d7c266edb6b32909cfd0aabe03928b"
8448-
integrity sha512-D34BqZU4cIlMCY93rZHbrq9pjTAQJ3U8S8rfBqjwHxkGPThWFjzZDQpgMJY0QViLxth6ZKYiwFBo14RdN44U/w==
8449-
84508451
csstype@^2.5.7:
84518452
version "2.6.15"
84528453
resolved "https://registry.yarnpkg.com/csstype/-/csstype-2.6.15.tgz#655901663db1d652f10cb57ac6af5a05972aea1f"
84538454
integrity sha512-FNeiVKudquehtR3t9TRRnsHL+lJhuHF5Zn9dt01jpojlurLEPDhhEtUkWmAUJ7/fOLaLG4dCDEnUsR0N1rZSsg==
84548455

8456+
csstype@^3.0.2:
8457+
version "3.0.7"
8458+
resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.0.7.tgz#2a5fb75e1015e84dd15692f71e89a1450290950b"
8459+
integrity sha512-KxnUB0ZMlnUWCsx2Z8MUsr6qV6ja1w9ArPErJaJaF8a5SOWoHLIszeCTKGRGRgtLgYrs1E8CHkNSP1VZTTPc9g==
8460+
84558461
currently-unhandled@^0.4.1:
84568462
version "0.4.1"
84578463
resolved "https://registry.yarnpkg.com/currently-unhandled/-/currently-unhandled-0.4.1.tgz#988df33feab191ef799a61369dd76c17adf957ea"

0 commit comments

Comments
 (0)