Skip to content

Commit afaddc2

Browse files
renovate-botrenovate[bot]
authored andcommitted
chore(deps): update typescript types packages
1 parent 280b0f5 commit afaddc2

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
"@storybook/react": "6.4.20",
2222
"@testing-library/react-hooks": "7.0.2",
2323
"@types/jest": "27.4.1",
24-
"@types/react": "17.0.43",
25-
"@types/react-dom": "17.0.14",
24+
"@types/react": "17.0.44",
25+
"@types/react-dom": "17.0.15",
2626
"@typescript-eslint/eslint-plugin": "4.33.0",
2727
"@typescript-eslint/parser": "4.33.0",
2828
"babel-loader": "8.2.4",

yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -3273,12 +3273,12 @@
32733273
dependencies:
32743274
"@types/react" "*"
32753275

3276-
"@types/[email protected].14", "@types/react-dom@>=16.9.0":
3277-
version "17.0.14"
3278-
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-17.0.14.tgz#c8f917156b652ddf807711f5becbd2ab018dea9f"
3279-
integrity sha512-H03xwEP1oXmSfl3iobtmQ/2dHF5aBHr8aUMwyGZya6OW45G+xtdzmq6HkncefiBt5JU8DVyaWl/nWZbjZCnzAQ==
3276+
"@types/[email protected].15", "@types/react-dom@>=16.9.0":
3277+
version "17.0.15"
3278+
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-17.0.15.tgz#f2c8efde11521a4b7991e076cb9c70ba3bb0d156"
3279+
integrity sha512-Tr9VU9DvNoHDWlmecmcsE5ZZiUkYx+nKBzum4Oxe1K0yJVyBlfbq7H3eXjxXqJczBKqPGq3EgfTru4MgKb9+Yw==
32803280
dependencies:
3281-
"@types/react" "*"
3281+
"@types/react" "^17"
32823282

32833283
32843284
version "11.0.4"
@@ -3308,10 +3308,10 @@
33083308
dependencies:
33093309
"@types/react" "*"
33103310

3311-
"@types/react@*", "@types/[email protected].43", "@types/react@>=16.9.0":
3312-
version "17.0.43"
3313-
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.43.tgz#4adc142887dd4a2601ce730bc56c3436fdb07a55"
3314-
integrity sha512-8Q+LNpdxf057brvPu1lMtC5Vn7J119xrP1aq4qiaefNioQUYANF/CYeK4NsKorSZyUGJ66g0IM+4bbjwx45o2A==
3311+
"@types/react@*", "@types/[email protected].44", "@types/react@>=16.9.0", "@types/react@^17":
3312+
version "17.0.44"
3313+
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.44.tgz#c3714bd34dd551ab20b8015d9d0dbec812a51ec7"
3314+
integrity sha512-Ye0nlw09GeMp2Suh8qoOv0odfgCoowfM/9MG6WeRD60Gq9wS90bdkdRtYbRkNhXOpG4H+YXGvj4wOWhAC0LJ1g==
33153315
dependencies:
33163316
"@types/prop-types" "*"
33173317
"@types/scheduler" "*"

0 commit comments

Comments
 (0)