Skip to content

Commit 622654c

Browse files
committed
chore(deps): update typescript types packages
1 parent c96e483 commit 622654c

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.22",
2222
"@testing-library/react-hooks": "7.0.2",
2323
"@types/jest": "27.4.1",
24-
"@types/react": "17.0.44",
25-
"@types/react-dom": "17.0.16",
24+
"@types/react": "18.0.8",
25+
"@types/react-dom": "18.0.0",
2626
"@typescript-eslint/eslint-plugin": "4.33.0",
2727
"@typescript-eslint/parser": "4.33.0",
2828
"babel-loader": "8.2.5",

yarn.lock

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

3276-
"@types/react-dom@17.0.16", "@types/react-dom@>=16.9.0":
3277-
version "17.0.16"
3278-
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-17.0.16.tgz#7caba93cf2806c51e64d620d8dff4bae57e06cc4"
3279-
integrity sha512-DWcXf8EbMrO/gWnQU7Z88Ws/p16qxGpPyjTKTpmBSFKeE+HveVubqGO1CVK7FrwlWD5MuOcvh8gtd0/XO38NdQ==
3276+
"@types/react-dom@18.0.0", "@types/react-dom@>=16.9.0":
3277+
version "18.0.0"
3278+
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.0.0.tgz#b13f8d098e4b0c45df4f1ed123833143b0c71141"
3279+
integrity sha512-49897Y0UiCGmxZqpC8Blrf6meL8QUla6eb+BBhn69dTXlmuOlzkfr7HHY/O8J25e1lTUMs+YYxSlVDAaGHCOLg==
32803280
dependencies:
3281-
"@types/react" "^17"
3281+
"@types/react" "*"
32823282

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

3311-
"@types/react@*", "@types/react@17.0.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==
3311+
"@types/react@*", "@types/react@18.0.8", "@types/react@>=16.9.0":
3312+
version "18.0.8"
3313+
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.8.tgz#a051eb380a9fbcaa404550543c58e1cf5ce4ab87"
3314+
integrity sha512-+j2hk9BzCOrrOSJASi5XiOyBbERk9jG5O73Ya4M0env5Ixi6vUNli4qy994AINcEF+1IEHISYFfIT4zwr++LKw==
33153315
dependencies:
33163316
"@types/prop-types" "*"
33173317
"@types/scheduler" "*"

0 commit comments

Comments
 (0)