Skip to content
This repository was archived by the owner on Dec 22, 2024. It is now read-only.

Commit a078ed9

Browse files
authored
Merge pull request #10 from openscript-ch/renovate/react-dom-17.x
chore(deps): update dependency @types/react-dom to v17.0.15
2 parents 385f973 + b50004e commit a078ed9

File tree

3 files changed

+16
-16
lines changed

3 files changed

+16
-16
lines changed

package-lock.json

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"@storybook/builder-vite": "^0.1.30",
7575
"@storybook/react": "6.4.22",
7676
"@types/react": "17.0.44",
77-
"@types/react-dom": "17.0.14",
77+
"@types/react-dom": "17.0.15",
7878
"@typescript-eslint/eslint-plugin": "^5.20.0",
7979
"@typescript-eslint/parser": "^5.20.0",
8080
"@vitejs/plugin-react": "^1.3.1",

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2716,12 +2716,12 @@
27162716
resolved "https://registry.npmjs.org/@types/qs/-/qs-6.9.7.tgz"
27172717
integrity sha512-FGa1F62FT09qcrueBA6qYTrJPVDzah9a+493+o2PCXsesWHIn27G98TsSMs3WPNbZIEj4+VJf6saSFpvD+3Zsw==
27182718

2719-
"@types/react-dom@17.0.14":
2720-
version "17.0.14"
2721-
resolved "https://registry.npmjs.org/@types/react-dom/-/react-dom-17.0.14.tgz"
2722-
integrity sha512-H03xwEP1oXmSfl3iobtmQ/2dHF5aBHr8aUMwyGZya6OW45G+xtdzmq6HkncefiBt5JU8DVyaWl/nWZbjZCnzAQ==
2719+
"@types/react-dom@17.0.15":
2720+
version "17.0.15"
2721+
resolved "https://registry.npmjs.org/@types/react-dom/-/react-dom-17.0.15.tgz"
2722+
integrity sha512-Tr9VU9DvNoHDWlmecmcsE5ZZiUkYx+nKBzum4Oxe1K0yJVyBlfbq7H3eXjxXqJczBKqPGq3EgfTru4MgKb9+Yw==
27232723
dependencies:
2724-
"@types/react" "*"
2724+
"@types/react" "^17"
27252725

27262726
"@types/react-syntax-highlighter@11.0.5":
27272727
version "11.0.5"
@@ -2730,7 +2730,7 @@
27302730
dependencies:
27312731
"@types/react" "*"
27322732

2733-
"@types/react@*", "@types/react@17.0.44":
2733+
"@types/react@*", "@types/react@17.0.44", "@types/react@^17":
27342734
version "17.0.44"
27352735
resolved "https://registry.npmjs.org/@types/react/-/react-17.0.44.tgz"
27362736
integrity sha512-Ye0nlw09GeMp2Suh8qoOv0odfgCoowfM/9MG6WeRD60Gq9wS90bdkdRtYbRkNhXOpG4H+YXGvj4wOWhAC0LJ1g==

0 commit comments

Comments
 (0)