add types for classnames

This commit is contained in:
Alexander Zobnin
2018-12-27 15:49:43 +03:00
parent 0f91b04ed7
commit 2a3ff46a6a
2 changed files with 6 additions and 0 deletions

View File

@@ -24,6 +24,7 @@
"url": "https://github.com/alexanderzobnin/grafana-zabbix/issues" "url": "https://github.com/alexanderzobnin/grafana-zabbix/issues"
}, },
"devDependencies": { "devDependencies": {
"@types/classnames": "^2.2.6",
"@types/grafana": "github:CorpGlory/types-grafana", "@types/grafana": "github:CorpGlory/types-grafana",
"@types/jest": "^23.1.1", "@types/jest": "^23.1.1",
"@types/jquery": "^3.3.0", "@types/jquery": "^3.3.0",

View File

@@ -115,6 +115,11 @@
lodash "^4.17.5" lodash "^4.17.5"
to-fast-properties "^2.0.0" to-fast-properties "^2.0.0"
"@types/classnames@^2.2.6":
version "2.2.6"
resolved "https://registry.yarnpkg.com/@types/classnames/-/classnames-2.2.6.tgz#dbe8a666156d556ed018e15a4c65f08937c3f628"
integrity sha512-XHcYvVdbtAxVstjKxuULYqYaWIzHR15yr1pZj4fnGChuBVJlIAp9StJna0ZJNSgxPh4Nac2FL4JM3M11Tm6fqQ==
"@types/grafana@github:CorpGlory/types-grafana": "@types/grafana@github:CorpGlory/types-grafana":
version "4.6.3" version "4.6.3"
resolved "https://codeload.github.com/CorpGlory/types-grafana/tar.gz/2ce6e54491a247b9dbfe6b809e43daf2002e8260" resolved "https://codeload.github.com/CorpGlory/types-grafana/tar.gz/2ce6e54491a247b9dbfe6b809e43daf2002e8260"