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

This commit is contained in:
renovate[bot] 2022-06-19 00:21:13 +00:00 committed by GitHub
parent 53f95a1171
commit 0153b61172
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 16 deletions

View file

@ -17,7 +17,7 @@
"@types/node": "15.6.0", "@types/node": "15.6.0",
"@types/react": "17.0.47", "@types/react": "17.0.47",
"@types/react-dom": "17.0.17", "@types/react-dom": "17.0.17",
"@types/react-router-dom": "5.3.2", "@types/react-router-dom": "5.3.3",
"@types/recharts": "1.8.23", "@types/recharts": "1.8.23",
"autoprefixer": "10.4.0", "autoprefixer": "10.4.0",
"axios": "0.24.0", "axios": "0.24.0",
@ -3334,9 +3334,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=="
}, },
"node_modules/@types/html-minifier-terser": { "node_modules/@types/html-minifier-terser": {
"version": "6.1.0", "version": "6.1.0",
@ -3459,11 +3459,11 @@
} }
}, },
"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==",
"dependencies": { "dependencies": {
"@types/history": "*", "@types/history": "^4.7.11",
"@types/react": "*", "@types/react": "*",
"@types/react-router": "*" "@types/react-router": "*"
} }
@ -18294,9 +18294,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=="
}, },
"@types/html-minifier-terser": { "@types/html-minifier-terser": {
"version": "6.1.0", "version": "6.1.0",
@ -18419,11 +18419,11 @@
} }
}, },
"@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==",
"requires": { "requires": {
"@types/history": "*", "@types/history": "^4.7.11",
"@types/react": "*", "@types/react": "*",
"@types/react-router": "*" "@types/react-router": "*"
} }

View file

@ -16,7 +16,7 @@
"@types/node": "15.6.0", "@types/node": "15.6.0",
"@types/react": "17.0.47", "@types/react": "17.0.47",
"@types/react-dom": "17.0.17", "@types/react-dom": "17.0.17",
"@types/react-router-dom": "5.3.2", "@types/react-router-dom": "5.3.3",
"@types/recharts": "1.8.23", "@types/recharts": "1.8.23",
"autoprefixer": "10.4.0", "autoprefixer": "10.4.0",
"axios": "0.24.0", "axios": "0.24.0",