Skip to content

Commit 8889e60

Browse files
committed
fix(deps): update dependency @types/react-dom to v18.0.8
1 parent ad02f31 commit 8889e60

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@types/jest": "28.1.8",
1515
"@types/node": "16.11.68",
1616
"@types/react": "18.0.24",
17-
"@types/react-dom": "18.0.6",
17+
"@types/react-dom": "18.0.8",
1818
"@types/react-router": "5.1.19",
1919
"@types/react-router-dom": "5.3.3",
2020
"ionicons": "6.0.3",

yarn.lock

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2091,7 +2091,14 @@
20912091
resolved "https://registry.yarnpkg.com/@types/q/-/q-1.5.5.tgz#75a2a8e7d8ab4b230414505d92335d1dcb53a6df"
20922092
integrity sha512-L28j2FcJfSZOnL1WBjDYp2vUHCeIFlyYI/53EwD/rKUBQ7MtUUfbQWiyKJGpcnv4/WgrhWsFKrcPstcAt/J0tQ==
20932093

2094-
"@types/react-dom@18.0.6", "@types/react-dom@^18.0.0":
2094+
"@types/react-dom@18.0.8":
2095+
version "18.0.8"
2096+
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.0.8.tgz#d2606d855186cd42cc1b11e63a71c39525441685"
2097+
integrity sha512-C3GYO0HLaOkk9dDAz3Dl4sbe4AKUGTCfFIZsz3n/82dPNN8Du533HzKatDxeUYWu24wJgMP1xICqkWk1YOLOIw==
2098+
dependencies:
2099+
"@types/react" "*"
2100+
2101+
"@types/react-dom@^18.0.0":
20952102
version "18.0.6"
20962103
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.0.6.tgz#36652900024842b74607a17786b6662dd1e103a1"
20972104
integrity sha512-/5OFZgfIPSwy+YuIBP/FgJnQnsxhZhjjrnxudMddeblOouIodEQ75X14Rr4wGSG/bknL+Omy9iWlLo1u/9GzAA==

0 commit comments

Comments
 (0)