Browse Source

chore(deps): update dependency @types/react-dom to v16.9.2

feat/auto-update
Renovate Bot 5 years ago
committed by jamaljsr
parent
commit
b1204b514b
  1. 2
      package.json
  2. 8
      yarn.lock

2
package.json

@ -68,7 +68,7 @@
"@types/node": "12.11.2",
"@types/react": "16.9.9",
"@types/react-copy-to-clipboard": "4.3.0",
"@types/react-dom": "16.9.1",
"@types/react-dom": "16.9.2",
"@types/react-redux": "7.1.4",
"@types/react-router": "5.1.1",
"@types/react-router-dom": "5.1.0",

8
yarn.lock

@ -2200,10 +2200,10 @@
dependencies:
"@types/react" "*"
"@types/react-dom@16.9.1":
version "16.9.1"
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-16.9.1.tgz#79206237cba9532a9f870b1cd5428bef6b66378c"
integrity sha512-1S/akvkKr63qIUWVu5IKYou2P9fHLb/P2VAwyxVV85JGaGZTcUniMiTuIqM3lXFB25ej6h+CYEQ27ERVwi6eGA==
"@types/react-dom@16.9.2":
version "16.9.2"
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-16.9.2.tgz#90f9e6c161850be1feb31d2f448121be2a4f3b47"
integrity sha512-hgPbBoI1aTSTvZwo8HYw35UaTldW6n2ETLvHAcfcg1FaOuBV3olmyCe5eMpx2WybWMBPv0MdU2t5GOcQhP+3zA==
dependencies:
"@types/react" "*"

Loading…
Cancel
Save