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

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2022-01-19 02:35:09 +00:00 committed by GitHub
parent 0155fd0a2a
commit 880b6417b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 16 deletions

View File

@ -20,7 +20,7 @@
"@tsconfig/docusaurus": "1.0.4", "@tsconfig/docusaurus": "1.0.4",
"@types/react": "17.0.38", "@types/react": "17.0.38",
"@types/react-helmet": "6.1.5", "@types/react-helmet": "6.1.5",
"@types/react-router-dom": "5.3.2", "@types/react-router-dom": "5.3.3",
"typescript": "4.4.4" "typescript": "4.4.4"
} }
}, },
@ -2607,9 +2607,9 @@
} }
}, },
"node_modules/@types/history": { "node_modules/@types/history": {
"version": "4.7.8", "version": "4.7.11",
"resolved": "https://registry.npmjs.org/@types/history/-/history-4.7.8.tgz", "resolved": "https://registry.npmjs.org/@types/history/-/history-4.7.11.tgz",
"integrity": "sha512-S78QIYirQcUoo6UJZx9CSP0O2ix9IaeAXwQi26Rhr/+mg7qqPy8TzaxHSUut7eGjL8WmLccT7/MXf304WjqHcA==", "integrity": "sha512-qjDJRrmvBMiTx+jyLxvLfJU7UznFuokDv4f3WRuriHKERccVpFU+8XMQUAbDzoiJCsmexxRExQeMwwCdamSKDA==",
"dev": true "dev": true
}, },
"node_modules/@types/html-minifier-terser": { "node_modules/@types/html-minifier-terser": {
@ -2690,12 +2690,12 @@
} }
}, },
"node_modules/@types/react-router-dom": { "node_modules/@types/react-router-dom": {
"version": "5.3.2", "version": "5.3.3",
"resolved": "https://registry.npmjs.org/@types/react-router-dom/-/react-router-dom-5.3.2.tgz", "resolved": "https://registry.npmjs.org/@types/react-router-dom/-/react-router-dom-5.3.3.tgz",
"integrity": "sha512-ELEYRUie2czuJzaZ5+ziIp9Hhw+juEw8b7C11YNA4QdLCVbQ3qLi2l4aq8XnlqM7V31LZX8dxUuFUCrzHm6sqQ==", "integrity": "sha512-kpqnYK4wcdm5UaWI3fLcELopqLrHgLqNsdpHauzlQktfkHL3npOSwtj1Uz9oKBAzs7lFtVkV8j83voAz2D8fhw==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@types/history": "*", "@types/history": "^4.7.11",
"@types/react": "*", "@types/react": "*",
"@types/react-router": "*" "@types/react-router": "*"
} }
@ -16760,9 +16760,9 @@
} }
}, },
"@types/history": { "@types/history": {
"version": "4.7.8", "version": "4.7.11",
"resolved": "https://registry.npmjs.org/@types/history/-/history-4.7.8.tgz", "resolved": "https://registry.npmjs.org/@types/history/-/history-4.7.11.tgz",
"integrity": "sha512-S78QIYirQcUoo6UJZx9CSP0O2ix9IaeAXwQi26Rhr/+mg7qqPy8TzaxHSUut7eGjL8WmLccT7/MXf304WjqHcA==", "integrity": "sha512-qjDJRrmvBMiTx+jyLxvLfJU7UznFuokDv4f3WRuriHKERccVpFU+8XMQUAbDzoiJCsmexxRExQeMwwCdamSKDA==",
"dev": true "dev": true
}, },
"@types/html-minifier-terser": { "@types/html-minifier-terser": {
@ -16843,12 +16843,12 @@
} }
}, },
"@types/react-router-dom": { "@types/react-router-dom": {
"version": "5.3.2", "version": "5.3.3",
"resolved": "https://registry.npmjs.org/@types/react-router-dom/-/react-router-dom-5.3.2.tgz", "resolved": "https://registry.npmjs.org/@types/react-router-dom/-/react-router-dom-5.3.3.tgz",
"integrity": "sha512-ELEYRUie2czuJzaZ5+ziIp9Hhw+juEw8b7C11YNA4QdLCVbQ3qLi2l4aq8XnlqM7V31LZX8dxUuFUCrzHm6sqQ==", "integrity": "sha512-kpqnYK4wcdm5UaWI3fLcELopqLrHgLqNsdpHauzlQktfkHL3npOSwtj1Uz9oKBAzs7lFtVkV8j83voAz2D8fhw==",
"dev": true, "dev": true,
"requires": { "requires": {
"@types/history": "*", "@types/history": "^4.7.11",
"@types/react": "*", "@types/react": "*",
"@types/react-router": "*" "@types/react-router": "*"
} }

View File

@ -35,7 +35,7 @@
"@tsconfig/docusaurus": "1.0.4", "@tsconfig/docusaurus": "1.0.4",
"@types/react": "17.0.38", "@types/react": "17.0.38",
"@types/react-helmet": "6.1.5", "@types/react-helmet": "6.1.5",
"@types/react-router-dom": "5.3.2", "@types/react-router-dom": "5.3.3",
"typescript": "4.4.4" "typescript": "4.4.4"
} }
} }