Skip to content

Commit b9b3250

Browse files
committed
chore(deps): update typescript types packages to v18
1 parent 280b0f5 commit b9b3250

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
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": "18.0.0",
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.4",

yarn.lock

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

3276-
"@types/react-dom@17.0.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/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:
32813281
"@types/react" "*"
32823282

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

3311-
"@types/react@*", "@types/react@17.0.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/react@18.0.0", "@types/react@>=16.9.0":
3312+
version "18.0.0"
3313+
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.0.tgz#4be8aa3a2d04afc3ac2cc1ca43d39b0bd412890c"
3314+
integrity sha512-7+K7zEQYu7NzOwQGLR91KwWXXDzmTFODRVizJyIALf6RfLv2GDpqpknX64pvRVILXCpXi7O/pua8NGk44dLvJw==
33153315
dependencies:
33163316
"@types/prop-types" "*"
33173317
"@types/scheduler" "*"

0 commit comments

Comments
 (0)