Fix Docker build

This commit is contained in:
Charlie Laabs
2020-10-19 18:13:41 -05:00
parent b1cbae8618
commit 355b5f0963
2 changed files with 12 additions and 2 deletions

11
package-lock.json generated
View File

@@ -66,6 +66,15 @@
"@types/node": "*"
}
},
"@types/ws": {
"version": "7.2.7",
"resolved": "https://registry.npmjs.org/@types/ws/-/ws-7.2.7.tgz",
"integrity": "sha512-UUFC/xxqFLP17hTva8/lVT0SybLUrfSD9c+iapKb0fEiC8uoDbA+xuZ3pAN603eW+bY8ebSMLm9jXdIPnD0ZgA==",
"dev": true,
"requires": {
"@types/node": "*"
}
},
"@typescript-eslint/eslint-plugin": {
"version": "2.13.0",
"resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.13.0.tgz",
@@ -2094,4 +2103,4 @@
}
}
}
}
}

View File

@@ -39,6 +39,7 @@
"devDependencies": {
"@types/node": "^12.12.21",
"@types/node-schedule": "^1.3.0",
"@types/ws": "^7.2.7",
"@typescript-eslint/eslint-plugin": "^2.13.0",
"@typescript-eslint/parser": "^2.13.0",
"eslint": "^6.8.0",
@@ -53,4 +54,4 @@
"eslintIgnore": [
"**/*.js"
]
}
}