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

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2021-09-14 17:19:20 +00:00 committed by GitHub
parent a06a2a656d
commit 9d3e95b963
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

View File

@ -20,7 +20,7 @@
"@tsconfig/docusaurus": "1.0.4", "@tsconfig/docusaurus": "1.0.4",
"@types/react": "17.0.20", "@types/react": "17.0.20",
"@types/react-helmet": "6.1.2", "@types/react-helmet": "6.1.2",
"@types/react-router-dom": "5.1.8", "@types/react-router-dom": "5.1.9",
"typescript": "4.4.3" "typescript": "4.4.3"
} }
}, },
@ -2690,9 +2690,9 @@
} }
}, },
"node_modules/@types/react-router-dom": { "node_modules/@types/react-router-dom": {
"version": "5.1.8", "version": "5.1.9",
"resolved": "https://registry.npmjs.org/@types/react-router-dom/-/react-router-dom-5.1.8.tgz", "resolved": "https://registry.npmjs.org/@types/react-router-dom/-/react-router-dom-5.1.9.tgz",
"integrity": "sha512-03xHyncBzG0PmDmf8pf3rehtjY0NpUj7TIN46FrT5n1ZWHPZvXz32gUyNboJ+xsL8cpg8bQVLcllptcQHvocrw==", "integrity": "sha512-Go0vxZSigXTyXx8xPkGiBrrc3YbBs82KE14WENMLS6TSUKcRFSmYVbL19zFOnNFqJhqrPqEs2h5eUpJhSRrwZw==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@types/history": "*", "@types/history": "*",
@ -16843,9 +16843,9 @@
} }
}, },
"@types/react-router-dom": { "@types/react-router-dom": {
"version": "5.1.8", "version": "5.1.9",
"resolved": "https://registry.npmjs.org/@types/react-router-dom/-/react-router-dom-5.1.8.tgz", "resolved": "https://registry.npmjs.org/@types/react-router-dom/-/react-router-dom-5.1.9.tgz",
"integrity": "sha512-03xHyncBzG0PmDmf8pf3rehtjY0NpUj7TIN46FrT5n1ZWHPZvXz32gUyNboJ+xsL8cpg8bQVLcllptcQHvocrw==", "integrity": "sha512-Go0vxZSigXTyXx8xPkGiBrrc3YbBs82KE14WENMLS6TSUKcRFSmYVbL19zFOnNFqJhqrPqEs2h5eUpJhSRrwZw==",
"dev": true, "dev": true,
"requires": { "requires": {
"@types/history": "*", "@types/history": "*",

View File

@ -35,7 +35,7 @@
"@tsconfig/docusaurus": "1.0.4", "@tsconfig/docusaurus": "1.0.4",
"@types/react": "17.0.20", "@types/react": "17.0.20",
"@types/react-helmet": "6.1.2", "@types/react-helmet": "6.1.2",
"@types/react-router-dom": "5.1.8", "@types/react-router-dom": "5.1.9",
"typescript": "4.4.3" "typescript": "4.4.3"
} }
} }