build(deps): update dependency @types/react-router-dom to v5.3.1 (#2461)
Co-authored-by: Renovate Bot <bot@renovateapp.com>pull/2451/head^2
parent
982e1c2638
commit
e070a499e1
|
@ -61,7 +61,7 @@
|
|||
"@types/react": "17.0.27",
|
||||
"@types/react-dom": "17.0.9",
|
||||
"@types/react-ga": "2.3.0",
|
||||
"@types/react-router-dom": "5.3.0",
|
||||
"@types/react-router-dom": "5.3.1",
|
||||
"babel-preset-react-app": "10.0.0",
|
||||
"craco-alias": "3.0.1",
|
||||
"craco-esbuild": "0.4.1",
|
||||
|
|
|
@ -19,7 +19,7 @@ specifiers:
|
|||
'@types/react': 17.0.27
|
||||
'@types/react-dom': 17.0.9
|
||||
'@types/react-ga': 2.3.0
|
||||
'@types/react-router-dom': 5.3.0
|
||||
'@types/react-router-dom': 5.3.1
|
||||
axios: 0.22.0
|
||||
babel-preset-react-app: 10.0.0
|
||||
classnames: 2.3.1
|
||||
|
@ -76,7 +76,7 @@ devDependencies:
|
|||
'@types/react': 17.0.27
|
||||
'@types/react-dom': 17.0.9
|
||||
'@types/react-ga': 2.3.0_react@17.0.2
|
||||
'@types/react-router-dom': 5.3.0
|
||||
'@types/react-router-dom': 5.3.1
|
||||
babel-preset-react-app: 10.0.0
|
||||
craco-alias: 3.0.1
|
||||
craco-esbuild: 0.4.1_76a0993b5ef9ff0ccab4f0085b270300
|
||||
|
@ -2828,11 +2828,11 @@ packages:
|
|||
- react
|
||||
dev: true
|
||||
|
||||
/@types/react-router-dom/5.3.0:
|
||||
resolution: {integrity: sha512-svUzpEpKDwK8nmfV2vpZNSsiijFNKY8+gUqGqvGGOVrXvX58k1JIJubZa5igkwacbq/0umphO5SsQn/BQsnKpw==}
|
||||
/@types/react-router-dom/5.3.1:
|
||||
resolution: {integrity: sha512-UvyRy73318QI83haXlaMwmklHHzV9hjl3u71MmM6wYNu0hOVk9NLTa0vGukf8zXUqnwz4O06ig876YSPpeK28A==}
|
||||
dependencies:
|
||||
'@types/history': 4.7.9
|
||||
'@types/react': 17.0.24
|
||||
'@types/react': 17.0.27
|
||||
'@types/react-router': 5.1.16
|
||||
dev: true
|
||||
|
||||
|
@ -2840,7 +2840,7 @@ packages:
|
|||
resolution: {integrity: sha512-8d7nR/fNSqlTFGHti0R3F9WwIertOaaA1UEB8/jr5l5mDMOs4CidEgvvYMw4ivqrBK+vtVLxyTj2P+Pr/dtgzg==}
|
||||
dependencies:
|
||||
'@types/history': 4.7.9
|
||||
'@types/react': 17.0.24
|
||||
'@types/react': 17.0.27
|
||||
dev: true
|
||||
|
||||
/@types/react-transition-group/4.4.3:
|
||||
|
|
Loading…
Reference in New Issue