Browse Source

chore(ts): Add types for js-cookie (#14531)

Evan Purkhiser 5 years ago
parent
commit
331ac11d41
2 changed files with 6 additions and 0 deletions
  1. 1 0
      package.json
  2. 5 0
      yarn.lock

+ 1 - 0
package.json

@@ -24,6 +24,7 @@
     "@types/echarts": "^4.1.10",
     "@types/jest": "^24.0.17",
     "@types/jquery": "^2.0.53",
+    "@types/js-cookie": "^2.2.2",
     "@types/lodash": "^4.14.134",
     "@types/moment-timezone": "^0.5.12",
     "@types/papaparse": "^4.5.11",

+ 5 - 0
yarn.lock

@@ -2109,6 +2109,11 @@
   resolved "https://registry.yarnpkg.com/@types/jquery/-/jquery-2.0.53.tgz#89c53bc83d820e50c3b667ae2fdf4276df8b3aba"
   integrity sha512-MZKPWUhp5TKkoJ/58NSq6io+CSUCOHm2b3Z6U4+r9v70kktB0JM+eRjdp6YmDHtw0kK2XB7L2K7/FMIoziHjUA==
 
+"@types/js-cookie@^2.2.2":
+  version "2.2.2"
+  resolved "https://registry.yarnpkg.com/@types/js-cookie/-/js-cookie-2.2.2.tgz#84e8848e14d44418726ceb52dd887c7bfe45d678"
+  integrity sha512-vkuGzldF9mNsWS9cmmMFfW1rufa7IdPUorS150gKoU/2fzLJ/0LXiMMtRqIBWz0sZ/VF2VxwB25WXEOo6akU6w==
+
 "@types/json5@^0.0.29":
   version "0.0.29"
   resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"