Skip to content

Commit 9fbcf70

Browse files
CopilotneSpeccgithub-actions[bot]
authored
Fix Docker build failure after Morgan logger was added (#537)
* Initial plan * Fix Docker build by installing devDependencies in builder stage Co-authored-by: neSpecc <3684889+neSpecc@users.noreply.github.com> * Bump version up to 1.1.41 * Move @types/morgan to production dependencies instead of Dockerfile changes Co-authored-by: neSpecc <3684889+neSpecc@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: neSpecc <3684889+neSpecc@users.noreply.github.com> Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a4bc2d2 commit 9fbcf70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hawk.api",
3-
"version": "1.1.40",
3+
"version": "1.1.41",
44
"main": "index.ts",
55
"license": "BUSL-1.1",
66
"scripts": {
@@ -21,7 +21,6 @@
2121
"devDependencies": {
2222
"@shelf/jest-mongodb": "^1.2.2",
2323
"@types/jest": "^26.0.8",
24-
"@types/morgan": "^1.9.10",
2524
"eslint": "^6.7.2",
2625
"eslint-config-codex": "1.2.4",
2726
"eslint-plugin-import": "^2.19.1",
@@ -50,6 +49,7 @@
5049
"@types/lodash.mergewith": "^4.6.9",
5150
"@types/mime-types": "^2.1.0",
5251
"@types/mongodb": "^3.6.20",
52+
"@types/morgan": "^1.9.10",
5353
"@types/node": "^16.11.46",
5454
"@types/node-fetch": "^2.5.4",
5555
"@types/safe-regex": "^1.1.6",

0 commit comments

Comments
 (0)