Browse Source

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

feat/auto-update
Renovate Bot 5 years ago
parent
commit
8d120ccf1b
No known key found for this signature in database GPG Key ID: 30DC19D6846E13FA
  1. 2
      package.json
  2. 8
      yarn.lock

2
package.json

@ -69,7 +69,7 @@
"@types/node": "12.12.6",
"@types/react": "16.9.11",
"@types/react-copy-to-clipboard": "4.3.0",
"@types/react-dom": "16.9.3",
"@types/react-dom": "16.9.4",
"@types/react-redux": "7.1.5",
"@types/react-router": "5.1.2",
"@types/react-router-dom": "5.1.2",

8
yarn.lock

@ -2201,10 +2201,10 @@
dependencies:
"@types/react" "*"
"@types/react-dom@16.9.3":
version "16.9.3"
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-16.9.3.tgz#4006ff0e13958af91313869077c04cb20d9b9d04"
integrity sha512-FUuZKXPr9qlzUT9lhuzrZgLjH63TvNn28Ch3MvKG4B+F52zQtO8DtE0Opbncy3xaucNZM2WIPfuNTgkbKx5Brg==
"@types/react-dom@16.9.4":
version "16.9.4"
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-16.9.4.tgz#0b58df09a60961dcb77f62d4f1832427513420df"
integrity sha512-fya9xteU/n90tda0s+FtN5Ym4tbgxpq/hb/Af24dvs6uYnYn+fspaxw5USlw0R8apDNwxsqumdRoCoKitckQqw==
dependencies:
"@types/react" "*"

Loading…
Cancel
Save