Skip to content

Commit 0156ccd

Browse files
Update dependency @types/react to v17.0.90
1 parent 0e0b4a1 commit 0156ccd

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@testing-library/user-event": "13.5.0",
3838
"@types/jest": "27.5.2",
3939
"@types/node": "16.18.124",
40-
"@types/react": "17.0.83",
40+
"@types/react": "17.0.90",
4141
"@types/testing-library__cypress": "5.0.13",
4242
"@typescript-eslint/eslint-plugin": "5.62.0",
4343
"@typescript-eslint/parser": "5.62.0",

yarn.lock

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1351,14 +1351,14 @@
13511351
dependencies:
13521352
"@types/react" "^17"
13531353

1354-
"@types/react@17.0.83":
1355-
version "17.0.83"
1356-
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.83.tgz#b477c56387b74279281149dcf5ba2a1e2216d131"
1357-
integrity sha512-l0m4ArKJvmFtR4e8UmKrj1pB4tUgOhJITf+mADyF/p69Ts1YAR/E+G9XEM0mHXKVRa1dQNHseyyDNzeuAXfXQw==
1354+
"@types/react@17.0.90":
1355+
version "17.0.90"
1356+
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.90.tgz#38b72ea265c7ea369cf2998b406f850f6f665825"
1357+
integrity sha512-P9beVR/x06U9rCJzSxtENnOr4BrbJ6VrsrDTc+73TtHv9XHhryXKbjGRB+6oooB2r0G/pQkD/S4dHo/7jUfwFw==
13581358
dependencies:
13591359
"@types/prop-types" "*"
13601360
"@types/scheduler" "^0.16"
1361-
csstype "^3.0.2"
1361+
csstype "^3.2.2"
13621362

13631363
"@types/react@^17":
13641364
version "17.0.44"
@@ -2285,6 +2285,11 @@ csstype@^3.0.2:
22852285
resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.0.6.tgz#865d0b5833d7d8d40f4e5b8a6d76aea3de4725ef"
22862286
integrity sha512-+ZAmfyWMT7TiIlzdqJgjMb7S4f1beorDbWbsocyK4RaiqA5RTX3K14bnBWmmA9QEM0gRdsjyyrEmcyga8Zsxmw==
22872287

2288+
csstype@^3.2.2:
2289+
version "3.2.3"
2290+
resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.2.3.tgz#ec48c0f3e993e50648c86da559e2610995cf989a"
2291+
integrity sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==
2292+
22882293
cypress@*:
22892294
version "8.7.0"
22902295
resolved "https://registry.yarnpkg.com/cypress/-/cypress-8.7.0.tgz#2ee371f383d8f233d3425b6cc26ddeec2668b6da"

0 commit comments

Comments
 (0)