From 2a3ff46a6a34ad95d92edcbbedfe3a7270fad873 Mon Sep 17 00:00:00 2001 From: Alexander Zobnin Date: Thu, 27 Dec 2018 15:49:43 +0300 Subject: [PATCH] add types for classnames --- package.json | 1 + yarn.lock | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/package.json b/package.json index 09d0ea9..5527b29 100644 --- a/package.json +++ b/package.json @@ -24,6 +24,7 @@ "url": "https://github.com/alexanderzobnin/grafana-zabbix/issues" }, "devDependencies": { + "@types/classnames": "^2.2.6", "@types/grafana": "github:CorpGlory/types-grafana", "@types/jest": "^23.1.1", "@types/jquery": "^3.3.0", diff --git a/yarn.lock b/yarn.lock index 9915e04..5ffc9f7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -115,6 +115,11 @@ lodash "^4.17.5" 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": version "4.6.3" resolved "https://codeload.github.com/CorpGlory/types-grafana/tar.gz/2ce6e54491a247b9dbfe6b809e43daf2002e8260"