Skip to content

Commit 21759c1

Browse files
Bump @types/react from 16.9.35 to 17.0.2
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 16.9.35 to 17.0.2. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 85f3674 commit 21759c1

File tree

2 files changed

+12
-15
lines changed

2 files changed

+12
-15
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
},
3131
"devDependencies": {
3232
"@types/jest": "^25.2.3",
33-
"@types/react": "^16.9.35",
33+
"@types/react": "^17.0.2",
3434
"@typescript-eslint/eslint-plugin": "^3.0.2",
3535
"@typescript-eslint/parser": "^3.0.2",
3636
"concurrently": "^5.2.0",

yarn.lock

Lines changed: 11 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2298,21 +2298,13 @@
22982298
"@types/history" "*"
22992299
"@types/react" "*"
23002300

2301-
"@types/react@*":
2302-
version "16.9.36"
2303-
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.36.tgz#ade589ff51e2a903e34ee4669e05dbfa0c1ce849"
2304-
integrity sha512-mGgUb/Rk/vGx4NCvquRuSH0GHBQKb1OqpGS9cT9lFxlTLHZgkksgI60TuIxubmn7JuCb+sENHhQciqa0npm0AQ==
2301+
"@types/react@*", "@types/react@^17.0.2":
2302+
version "17.0.2"
2303+
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.2.tgz#3de24c4efef902dd9795a49c75f760cbe4f7a5a8"
2304+
integrity sha512-Xt40xQsrkdvjn1EyWe1Bc0dJLcil/9x2vAuW7ya+PuQip4UYUaXyhzWmAbwRsdMgwOFHpfp7/FFZebDU6Y8VHA==
23052305
dependencies:
23062306
"@types/prop-types" "*"
2307-
csstype "^2.2.0"
2308-
2309-
"@types/react@^16.9.35":
2310-
version "16.9.35"
2311-
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.35.tgz#a0830d172e8aadd9bd41709ba2281a3124bbd368"
2312-
integrity sha512-q0n0SsWcGc8nDqH2GJfWQWUOmZSJhXV64CjVN5SvcNti3TdEaA3AH0D8DwNmMdzjMAC/78tB8nAZIlV8yTz+zQ==
2313-
dependencies:
2314-
"@types/prop-types" "*"
2315-
csstype "^2.2.0"
2307+
csstype "^3.0.2"
23162308

23172309
"@types/reflexbox@^4.0.0":
23182310
version "4.0.1"
@@ -5153,11 +5145,16 @@ cssstyle@^2.2.0:
51535145
dependencies:
51545146
cssom "~0.3.6"
51555147

5156-
csstype@^2.2.0, csstype@^2.5.7, csstype@^2.6.10, csstype@^2.6.6, csstype@^2.6.9:
5148+
csstype@^2.5.7, csstype@^2.6.10, csstype@^2.6.6, csstype@^2.6.9:
51575149
version "2.6.10"
51585150
resolved "https://registry.yarnpkg.com/csstype/-/csstype-2.6.10.tgz#e63af50e66d7c266edb6b32909cfd0aabe03928b"
51595151
integrity sha512-D34BqZU4cIlMCY93rZHbrq9pjTAQJ3U8S8rfBqjwHxkGPThWFjzZDQpgMJY0QViLxth6ZKYiwFBo14RdN44U/w==
51605152

5153+
csstype@^3.0.2:
5154+
version "3.0.7"
5155+
resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.0.7.tgz#2a5fb75e1015e84dd15692f71e89a1450290950b"
5156+
integrity sha512-KxnUB0ZMlnUWCsx2Z8MUsr6qV6ja1w9ArPErJaJaF8a5SOWoHLIszeCTKGRGRgtLgYrs1E8CHkNSP1VZTTPc9g==
5157+
51615158
currently-unhandled@^0.4.1:
51625159
version "0.4.1"
51635160
resolved "https://registry.yarnpkg.com/currently-unhandled/-/currently-unhandled-0.4.1.tgz#988df33feab191ef799a61369dd76c17adf957ea"

0 commit comments

Comments
 (0)