Bump @types/react-router-dom from 5.1.7 to 5.1.8 (#31)

This commit is contained in:
dependabot[bot] 2021-07-08 03:19:47 +00:00 committed by GitHub
parent ad09c2bb1e
commit c377f6dd29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -26,7 +26,7 @@
"@types/react": "^17.0.14",
"@types/react-blockies": "^1.4.0",
"@types/react-dom": "^17.0.9",
"@types/react-router-dom": "^5.1.7",
"@types/react-router-dom": "^5.1.8",
"ethers": "^5.4.1",
"query-string": "^7.0.1",
"react": "^17.0.2",
@ -3085,9 +3085,9 @@
}
},
"node_modules/@types/react-router-dom": {
"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==",
"version": "5.1.8",
"resolved": "https://registry.npmjs.org/@types/react-router-dom/-/react-router-dom-5.1.8.tgz",
"integrity": "sha512-03xHyncBzG0PmDmf8pf3rehtjY0NpUj7TIN46FrT5n1ZWHPZvXz32gUyNboJ+xsL8cpg8bQVLcllptcQHvocrw==",
"dependencies": {
"@types/history": "*",
"@types/react": "*",
@ -21084,9 +21084,9 @@
}
},
"@types/react-router-dom": {
"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==",
"version": "5.1.8",
"resolved": "https://registry.npmjs.org/@types/react-router-dom/-/react-router-dom-5.1.8.tgz",
"integrity": "sha512-03xHyncBzG0PmDmf8pf3rehtjY0NpUj7TIN46FrT5n1ZWHPZvXz32gUyNboJ+xsL8cpg8bQVLcllptcQHvocrw==",
"requires": {
"@types/history": "*",
"@types/react": "*",

View File

@ -22,7 +22,7 @@
"@types/react": "^17.0.14",
"@types/react-blockies": "^1.4.0",
"@types/react-dom": "^17.0.9",
"@types/react-router-dom": "^5.1.7",
"@types/react-router-dom": "^5.1.8",
"ethers": "^5.4.1",
"query-string": "^7.0.1",
"react": "^17.0.2",