Migrated first charts to TS

This commit is contained in:
Alejandro Celaya
2020-09-03 20:34:22 +02:00
parent 4083592212
commit 8a146021dd
7 changed files with 102 additions and 89 deletions

9
package-lock.json generated
View File

@@ -3047,6 +3047,15 @@
"@babel/types": "^7.3.0"
}
},
"@types/chart.js": {
"version": "2.9.24",
"resolved": "https://registry.npmjs.org/@types/chart.js/-/chart.js-2.9.24.tgz",
"integrity": "sha512-AQI7X+ow3SaONl44JrHoL/5B+lCsJyG31UHZ5RP98Uh15hI/zjEkDsAb4EIm4P9TGfNhZLXw/nMc5w0u10+/fQ==",
"dev": true,
"requires": {
"moment": "^2.10.2"
}
},
"@types/cheerio": {
"version": "0.22.21",
"resolved": "https://registry.npmjs.org/@types/cheerio/-/cheerio-0.22.21.tgz",