Skip to content
This repository was archived by the owner on Aug 14, 2020. It is now read-only.

Commit 00cdd95

Browse files
committed
fix(deps): update dependency @types/react-dom to v16.9.6
1 parent df85417 commit 00cdd95

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
@@ -17,7 +17,7 @@
1717
"@types/lodash": "4.14.149",
1818
"@types/node": "13.9.1",
1919
"@types/react": "16.9.23",
20-
"@types/react-dom": "16.9.5",
20+
"@types/react-dom": "16.9.6",
2121
"axios": "0.19.2",
2222
"history": "4.10.1",
2323
"lodash": "4.17.15",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2395,10 +2395,10 @@
23952395
dependencies:
23962396
"@types/react" "*"
23972397

2398-
"@types/react-dom@16.9.5":
2399-
version "16.9.5"
2400-
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-16.9.5.tgz#5de610b04a35d07ffd8f44edad93a71032d9aaa7"
2401-
integrity sha512-BX6RQ8s9D+2/gDhxrj8OW+YD4R+8hj7FEM/OJHGNR0KipE1h1mSsf39YeyC81qafkq+N3rU3h3RFbLSwE5VqUg==
2398+
"@types/react-dom@16.9.6":
2399+
version "16.9.6"
2400+
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-16.9.6.tgz#9e7f83d90566521cc2083be2277c6712dcaf754c"
2401+
integrity sha512-S6ihtlPMDotrlCJE9ST1fRmYrQNNwfgL61UB4I1W7M6kPulUKx9fXAleW5zpdIjUQ4fTaaog8uERezjsGUj9HQ==
24022402
dependencies:
24032403
"@types/react" "*"
24042404

0 commit comments

Comments
 (0)