fix(deps): update dependency @types/recharts to v1.8.15

This commit is contained in:
Renovate Bot 2020-09-04 20:01:47 +00:00
parent 6f8601f483
commit f5f9decf95
No known key found for this signature in database
GPG key ID: 81C63AE1C224182B
2 changed files with 5 additions and 11 deletions

View file

@ -2206,20 +2206,14 @@
} }
}, },
"@types/recharts": { "@types/recharts": {
"version": "1.8.10", "version": "1.8.15",
"resolved": "https://registry.npmjs.org/@types/recharts/-/recharts-1.8.10.tgz", "resolved": "https://registry.npmjs.org/@types/recharts/-/recharts-1.8.15.tgz",
"integrity": "sha512-XHVagR/eJFTTeYGygNuZIiMhNpwGjjf5+8clc6ST27sReecEZN7YTRWlZVvMyN0sJRIhABTLnhoIU+5Gts9+yQ==", "integrity": "sha512-ApCfDT/R8RCbZTcl0iqLiKsxVdzE3GzoawTgJUHuQOz6ZXhsPVfp7CNSKI2s3zFwrRRsgmpv2AEcbcZceNHg4w==",
"requires": { "requires": {
"@types/d3-shape": "*", "@types/d3-shape": "*",
"@types/react": "*", "@types/react": "*"
"@types/recharts-scale": "*"
} }
}, },
"@types/recharts-scale": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/@types/recharts-scale/-/recharts-scale-1.0.0.tgz",
"integrity": "sha512-HR/PrCcxYb2YHviTqH7CMdL1TUhUZLTUKzfrkMhxm1HTa5mg/QtP8XMiuSPz6dZ6wecazAOu8aYZ5DqkNlgHHQ=="
},
"@types/stack-utils": { "@types/stack-utils": {
"version": "1.0.1", "version": "1.0.1",
"resolved": "https://registry.npmjs.org/@types/stack-utils/-/stack-utils-1.0.1.tgz", "resolved": "https://registry.npmjs.org/@types/stack-utils/-/stack-utils-1.0.1.tgz",

View file

@ -17,7 +17,7 @@
"@types/react": "16.9.41", "@types/react": "16.9.41",
"@types/react-dom": "16.9.8", "@types/react-dom": "16.9.8",
"@types/react-router-dom": "5.1.5", "@types/react-router-dom": "5.1.5",
"@types/recharts": "1.8.10", "@types/recharts": "1.8.15",
"autoprefixer": "9.7.6", "autoprefixer": "9.7.6",
"date-fns": "2.13.0", "date-fns": "2.13.0",
"npm-run-all": "4.1.5", "npm-run-all": "4.1.5",