Add Express as a dep and regenerate lockfile

The Express types were throwing errors but regenerating the lockfile
resolved them.
This commit is contained in:
Asher 2020-10-15 17:05:55 -05:00
parent 2928d362fa
commit 6000e389bc
No known key found for this signature in database
GPG Key ID: D63C1EF81242354A
2 changed files with 675 additions and 361 deletions

View File

@ -30,6 +30,7 @@
},
"main": "out/node/entry.js",
"devDependencies": {
"@types/express": "^4.17.8",
"@types/fs-extra": "^8.0.1",
"@types/http-proxy": "^1.17.4",
"@types/js-yaml": "^3.12.3",
@ -67,6 +68,7 @@
"dependencies": {
"@coder/logger": "1.1.16",
"env-paths": "^2.2.0",
"express": "^4.17.1",
"fs-extra": "^9.0.1",
"http-proxy": "^1.18.0",
"httpolyglot": "^0.1.2",

1034
yarn.lock

File diff suppressed because it is too large Load Diff