Skip to content

Commit

Permalink
chore: some dependency management
Browse files Browse the repository at this point in the history
  • Loading branch information
albanm committed May 6, 2024
1 parent 3406556 commit af4804d
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
4 changes: 2 additions & 2 deletions api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ COPY --from=builder /app/api /app/api
COPY --from=installer /app/node_modules /app/node_modules
COPY --from=installer /app/api/node_modules /app/api/node_modules

ADD upgrade .
ADD contract .
ADD upgrade upgrade
ADD contract contract
ADD README.md .
ADD package.json .
ADD LICENSE .
Expand Down
2 changes: 2 additions & 0 deletions api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@
"dependencies": {
"@data-fair/lib": "^0.32.1",
"@types/crypto-random-string": "^2.0.0",
"agentkeepalive": "^4.5.0",
"axios": "^1.6.8",
"cacheable-lookup": "^6.1.0",
"config": "^3.3.11",
"cookie": "0.5",
"cron": "^3.1.7",
Expand Down
4 changes: 3 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion worker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ COPY --from=builder /app/shared /app/shared
COPY --from=builder /app/worker /app/worker
COPY --from=installer /app/node_modules /app/node_modules

ADD contract .
ADD contract contract
ADD README.md .
ADD package.json .
ADD LICENSE .
Expand Down
2 changes: 1 addition & 1 deletion worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@data-fair/lib": "^0.32.1",
"agentkeepalive": "^4.5.0",
"axios": "^1.6.8",
"cacheable-lookup": "^6.0.4",
"cacheable-lookup": "^6.1.0",
"child-process-promise": "^2.2.1",
"config": "^3.3.11",
"cron": "^3.1.7",
Expand Down

0 comments on commit af4804d

Please sign in to comment.