Skip to content

Commit

Permalink
chore(deps): update typescript types packages
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Apr 15, 2022
1 parent 1e5b7bf commit d575ac2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"@storybook/react": "6.4.22",
"@testing-library/react-hooks": "7.0.2",
"@types/jest": "27.4.1",
"@types/react": "17.0.44",
"@types/react-dom": "17.0.15",
"@types/react": "18.0.5",
"@types/react-dom": "18.0.1",
"@typescript-eslint/eslint-plugin": "4.33.0",
"@typescript-eslint/parser": "4.33.0",
"babel-loader": "8.2.4",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3273,12 +3273,12 @@
dependencies:
"@types/react" "*"

"@types/react-dom@17.0.15", "@types/react-dom@>=16.9.0":
version "17.0.15"
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-17.0.15.tgz#f2c8efde11521a4b7991e076cb9c70ba3bb0d156"
integrity sha512-Tr9VU9DvNoHDWlmecmcsE5ZZiUkYx+nKBzum4Oxe1K0yJVyBlfbq7H3eXjxXqJczBKqPGq3EgfTru4MgKb9+Yw==
"@types/react-dom@18.0.1", "@types/react-dom@>=16.9.0":
version "18.0.1"
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.0.1.tgz#cb3cc10ea91141b12c71001fede1017acfbce4db"
integrity sha512-jCwTXvHtRLiyVvKm9aEdHXs8rflVOGd5Sl913JZrPshfXjn8NYsTNZOz70bCsA31IR0TOqwi3ad+X4tSCBoMTw==
dependencies:
"@types/react" "^17"
"@types/react" "*"

"@types/react-syntax-highlighter@11.0.4":
version "11.0.4"
Expand Down Expand Up @@ -3308,10 +3308,10 @@
dependencies:
"@types/react" "*"

"@types/react@*", "@types/react@17.0.44", "@types/react@>=16.9.0", "@types/react@^17":
version "17.0.44"
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.44.tgz#c3714bd34dd551ab20b8015d9d0dbec812a51ec7"
integrity sha512-Ye0nlw09GeMp2Suh8qoOv0odfgCoowfM/9MG6WeRD60Gq9wS90bdkdRtYbRkNhXOpG4H+YXGvj4wOWhAC0LJ1g==
"@types/react@*", "@types/react@18.0.5", "@types/react@>=16.9.0":
version "18.0.5"
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.5.tgz#1a4d4b705ae6af5aed369dec22800b20f89f5301"
integrity sha512-UPxNGInDCIKlfqBrm8LDXYWNfLHwIdisWcsH5GpMyGjhEDLFgTtlRBaoWuCua9HcyuE0rMkmAeZ3FXV1pYLIYQ==
dependencies:
"@types/prop-types" "*"
"@types/scheduler" "*"
Expand Down

0 comments on commit d575ac2

Please sign in to comment.