Update deps 2019 09 (#439)

* update minor deps

* update minor deps

* update major deps

* fix eslint warnings
This commit is contained in:
Misha Vyrtsev
2019-09-29 14:09:00 -05:00
committed by Umputun
parent ea2a15ea8e
commit 9fbdff106d
14 changed files with 3427 additions and 1926 deletions
+1
View File
@@ -5,6 +5,7 @@ export const mockHeaders = {
mock: () => {
// eslint-disable-next-line @typescript-eslint/no-explicit-any
(window as any).Headers = class {
// eslint-disable-next-line @typescript-eslint/no-empty-function
append() {}
has() {
return false;