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

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2021-09-21 23:19:20 +00:00 committed by GitHub
parent 79e6c40138
commit ffefa04d22
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.24", "@types/react": "17.0.24",
"@types/react-helmet": "6.1.2", "@types/react-helmet": "6.1.2",
"@types/react-router-dom": "5.1.9", "@types/react-router-dom": "5.3.0",
"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.9", "version": "5.3.0",
"resolved": "https://registry.npmjs.org/@types/react-router-dom/-/react-router-dom-5.1.9.tgz", "resolved": "https://registry.npmjs.org/@types/react-router-dom/-/react-router-dom-5.3.0.tgz",
"integrity": "sha512-Go0vxZSigXTyXx8xPkGiBrrc3YbBs82KE14WENMLS6TSUKcRFSmYVbL19zFOnNFqJhqrPqEs2h5eUpJhSRrwZw==", "integrity": "sha512-svUzpEpKDwK8nmfV2vpZNSsiijFNKY8+gUqGqvGGOVrXvX58k1JIJubZa5igkwacbq/0umphO5SsQn/BQsnKpw==",
"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.9", "version": "5.3.0",
"resolved": "https://registry.npmjs.org/@types/react-router-dom/-/react-router-dom-5.1.9.tgz", "resolved": "https://registry.npmjs.org/@types/react-router-dom/-/react-router-dom-5.3.0.tgz",
"integrity": "sha512-Go0vxZSigXTyXx8xPkGiBrrc3YbBs82KE14WENMLS6TSUKcRFSmYVbL19zFOnNFqJhqrPqEs2h5eUpJhSRrwZw==", "integrity": "sha512-svUzpEpKDwK8nmfV2vpZNSsiijFNKY8+gUqGqvGGOVrXvX58k1JIJubZa5igkwacbq/0umphO5SsQn/BQsnKpw==",
"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.24", "@types/react": "17.0.24",
"@types/react-helmet": "6.1.2", "@types/react-helmet": "6.1.2",
"@types/react-router-dom": "5.1.9", "@types/react-router-dom": "5.3.0",
"typescript": "4.4.3" "typescript": "4.4.3"
} }
} }