Skip to content

Commit fb9362a

Browse files
chore(deps-dev): bump @types/react from 16.9.54 to 17.0.3
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 16.9.54 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-preview[bot] <[email protected]>
1 parent 4172770 commit fb9362a

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"@types/jest": "^24.0.16",
6767
"@types/lodash": "^4.14.136",
6868
"@types/node": "^12.6.9",
69-
"@types/react": "^16.8.24",
69+
"@types/react": "^17.0.3",
7070
"@types/react-dom": "^16.8.5",
7171
"@types/react-test-renderer": "^16.8.3",
7272
"@types/shallowequal": "^1.1.1",

yarn.lock

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1162,14 +1162,20 @@
11621162
dependencies:
11631163
"@types/react" "*"
11641164

1165-
"@types/react@*", "@types/react@^16.8.24":
1166-
version "16.9.54"
1167-
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.54.tgz#140280c31825287ee74e9da95285b91c5a2e471d"
1168-
integrity sha512-GhawhYraQZpGFO2hVMArjPrYbnA/6+DS8SubK8IPhhVClmKqANihsRenOm5E0mvqK0m/BKoqVktA1O1+Xvlz9w==
1165+
"@types/react@*", "@types/react@^17.0.3":
1166+
version "17.0.3"
1167+
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.3.tgz#ba6e215368501ac3826951eef2904574c262cc79"
1168+
integrity sha512-wYOUxIgs2HZZ0ACNiIayItyluADNbONl7kt8lkLjVK8IitMH5QMyAh75Fwhmo37r1m7L2JaFj03sIfxBVDvRAg==
11691169
dependencies:
11701170
"@types/prop-types" "*"
1171+
"@types/scheduler" "*"
11711172
csstype "^3.0.2"
11721173

1174+
"@types/scheduler@*":
1175+
version "0.16.1"
1176+
resolved "https://registry.yarnpkg.com/@types/scheduler/-/scheduler-0.16.1.tgz#18845205e86ff0038517aab7a18a62a6b9f71275"
1177+
integrity sha512-EaCxbanVeyxDRTQBkdLb3Bvl/HK7PBK6UJjsSixB0iHKoWxE5uu2Q/DgtpOhPIojN0Zl1whvOd7PoHs2P0s5eA==
1178+
11731179
"@types/serve-static@*":
11741180
version "1.13.2"
11751181
resolved "https://registry.yarnpkg.com/@types/serve-static/-/serve-static-1.13.2.tgz#f5ac4d7a6420a99a6a45af4719f4dcd8cd907a48"

0 commit comments

Comments
 (0)