Skip to content

Commit

Permalink
Remove globally installed serverless framework and update lock files
Browse files Browse the repository at this point in the history
  • Loading branch information
Rocco Zanni committed Nov 27, 2023
1 parent d8a467d commit 0b2cc42
Show file tree
Hide file tree
Showing 7 changed files with 12,048 additions and 40,279 deletions.
3 changes: 0 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ RUN mkdir -p /workspace/poduptime \
/workspace/poduptime/website
WORKDIR /workspace/poduptime

# Install the serverless framework
RUN npm install -g serverless@^3.38.0

# Install deps
COPY analytics/package*.json analytics
RUN cd analytics && npm install --production=false --loglevel=error
Expand Down
16,362 changes: 3,223 additions & 13,139 deletions analytics/package-lock.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions analytics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"@aws-sdk/client-sqs": "^3.458.0",
"@aws-sdk/rds-signer": "^3.458.0",
"aws-sdk-client-mock": "^3.0.0",
"serverless": "^3.38.0",
"serverless-prune-plugin": "^2.0.2"
},
"dependencies": {
Expand Down
13,418 changes: 2,878 additions & 10,540 deletions monitor/package-lock.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions monitor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"@aws-sdk/client-eventbridge": "^3.458.0",
"@aws-sdk/client-sqs": "^3.458.0",
"aws-sdk-client-mock": "^3.0.0",
"serverless": "^3.38.0",
"serverless-prune-plugin": "^2.0.2"
},
"dependencies": {
Expand Down
22,539 changes: 5,943 additions & 16,596 deletions website/package-lock.json

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
"prettier": "^3.0.3",
"prettier-plugin-astro": "^0.12.0",
"prettier-plugin-tailwindcss": "^0.5.5",
"serverless": "^3.38.0",
"serverless-s3-sync": "^3.2.0",
"tailwindcss": "^3.3.3"
}
}
}

0 comments on commit 0b2cc42

Please sign in to comment.