Skip to content

Commit b8b5670

Browse files
committed
Update dependency @types/react-dom to v17.0.18
1 parent c1839cb commit b8b5670

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@testing-library/cypress": "8.0.7",
1919
"@types/jest": "27.5.2",
2020
"@types/react": "17.0.47",
21-
"@types/react-dom": "17.0.17",
21+
"@types/react-dom": "17.0.18",
2222
"@typescript-eslint/eslint-plugin": "5.31.0",
2323
"@typescript-eslint/parser": "5.31.0",
2424
"cypress": "9.7.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1036,10 +1036,10 @@
10361036
resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.4.tgz#fcf7205c25dff795ee79af1e30da2c9790808f11"
10371037
integrity sha512-rZ5drC/jWjrArrS8BR6SIr4cWpW09RNTYt9AMZo3Jwwif+iacXAqgVjm0B0Bv/S1jhDXKHqRVNCbACkJ89RAnQ==
10381038

1039-
"@types/react-dom@17.0.17":
1040-
version "17.0.17"
1041-
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-17.0.17.tgz#2e3743277a793a96a99f1bf87614598289da68a1"
1042-
integrity sha512-VjnqEmqGnasQKV0CWLevqMTXBYG9GbwuE6x3VetERLh0cq2LTptFE73MrQi2S7GkKXCf2GgwItB/melLnxfnsg==
1039+
"@types/react-dom@17.0.18":
1040+
version "17.0.18"
1041+
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-17.0.18.tgz#8f7af38f5d9b42f79162eea7492e5a1caff70dc2"
1042+
integrity sha512-rLVtIfbwyur2iFKykP2w0pl/1unw26b5td16d5xMgp7/yjTHomkyxPYChFoCr/FtEX1lN9wY6lFj1qvKdS5kDw==
10431043
dependencies:
10441044
"@types/react" "^17"
10451045

0 commit comments

Comments
 (0)