Skip to content

Commit 042eb3d

Browse files
Update dependency @types/react-dom to v17.0.15 (#852)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent 6018146 commit 042eb3d

File tree

2 files changed

+15
-6
lines changed

2 files changed

+15
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"@types/enzyme-adapter-react-16": "1.0.6",
5959
"@types/node": "16.11.26",
6060
"@types/react": "17.0.43",
61-
"@types/react-dom": "17.0.11",
61+
"@types/react-dom": "17.0.15",
6262
"@types/sinon": "10.0.11",
6363
"@types/storybook__addon-actions": "5.2.1",
6464
"@types/storybook__react": "5.2.1",

yarn.lock

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3801,12 +3801,12 @@
38013801
dependencies:
38023802
"@types/react" "*"
38033803

3804-
"@types/react-dom@17.0.11":
3805-
version "17.0.11"
3806-
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-17.0.11.tgz#e1eadc3c5e86bdb5f7684e00274ae228e7bcc466"
3807-
integrity sha512-f96K3k+24RaLGVu/Y2Ng3e1EbZ8/cVJvypZWd7cy0ofCBaf2lcM46xNhycMZ2xGwbBjRql7hOlZ+e2WlJ5MH3Q==
3804+
"@types/react-dom@17.0.15":
3805+
version "17.0.15"
3806+
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-17.0.15.tgz#f2c8efde11521a4b7991e076cb9c70ba3bb0d156"
3807+
integrity sha512-Tr9VU9DvNoHDWlmecmcsE5ZZiUkYx+nKBzum4Oxe1K0yJVyBlfbq7H3eXjxXqJczBKqPGq3EgfTru4MgKb9+Yw==
38083808
dependencies:
3809-
"@types/react" "*"
3809+
"@types/react" "^17"
38103810

38113811
"@types/react-syntax-highlighter@11.0.4":
38123812
version "11.0.4"
@@ -3844,6 +3844,15 @@
38443844
"@types/scheduler" "*"
38453845
csstype "^3.0.2"
38463846

3847+
"@types/react@^17":
3848+
version "17.0.44"
3849+
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.44.tgz#c3714bd34dd551ab20b8015d9d0dbec812a51ec7"
3850+
integrity sha512-Ye0nlw09GeMp2Suh8qoOv0odfgCoowfM/9MG6WeRD60Gq9wS90bdkdRtYbRkNhXOpG4H+YXGvj4wOWhAC0LJ1g==
3851+
dependencies:
3852+
"@types/prop-types" "*"
3853+
"@types/scheduler" "*"
3854+
csstype "^3.0.2"
3855+
38473856
"@types/resolve@0.0.8":
38483857
version "0.0.8"
38493858
resolved "https://registry.yarnpkg.com/@types/resolve/-/resolve-0.0.8.tgz#f26074d238e02659e323ce1a13d041eee280e194"

0 commit comments

Comments
 (0)