chore(deps): update dependency @types/react-router-dom to v5.1.7 (#185)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2020-12-30 20:06:42 +03:00 committed by GitHub
parent 6428902455
commit b55c33c7b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

View File

@ -2090,9 +2090,9 @@
}
},
"@types/react-router": {
"version": "5.1.8",
"resolved": "https://registry.npmjs.org/@types/react-router/-/react-router-5.1.8.tgz",
"integrity": "sha512-HzOyJb+wFmyEhyfp4D4NYrumi+LQgQL/68HvJO+q6XtuHSDvw6Aqov7sCAhjbNq3bUPgPqbdvjXC5HeB2oEAPg==",
"version": "5.1.9",
"resolved": "https://registry.npmjs.org/@types/react-router/-/react-router-5.1.9.tgz",
"integrity": "sha512-US6C0rq2Wt/7uje1roqO0R++Sr0jqplKaBChDY5sNg5k7GC/79YFK0ZsLEdemqUjW05wq1Y/9YYEUgfNZ8TlvA==",
"dev": true,
"requires": {
"@types/history": "*",
@ -2100,9 +2100,9 @@
}
},
"@types/react-router-dom": {
"version": "5.1.6",
"resolved": "https://registry.npmjs.org/@types/react-router-dom/-/react-router-dom-5.1.6.tgz",
"integrity": "sha512-gjrxYqxz37zWEdMVvQtWPFMFj1dRDb4TGOcgyOfSXTrEXdF92L00WE3C471O3TV/RF1oskcStkXsOU0Ete4s/g==",
"version": "5.1.7",
"resolved": "https://registry.npmjs.org/@types/react-router-dom/-/react-router-dom-5.1.7.tgz",
"integrity": "sha512-D5mHD6TbdV/DNHYsnwBTv+y73ei+mMjrkGrla86HthE4/PVvL1J94Bu3qABU+COXzpL23T1EZapVVpwHuBXiUg==",
"dev": true,
"requires": {
"@types/history": "*",

View File

@ -35,7 +35,7 @@
"@tsconfig/docusaurus": "1.0.2",
"@types/react": "17.0.0",
"@types/react-helmet": "6.1.0",
"@types/react-router-dom": "5.1.6",
"@types/react-router-dom": "5.1.7",
"typescript": "4.1.3"
}
}