Skip to content

Commit

Permalink
Merge pull request #1776 from jrjohnson/serverless-is-prod
Browse files Browse the repository at this point in the history
Make Serverless a Production Dependency
  • Loading branch information
stopfstedt authored Jul 11, 2024
2 parents 5872d4c + 7ce379e commit 421f03c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@
"eslint-plugin-n": "^17.2.1",
"globals": "^15.8.0",
"mocha": "^10.6.0",
"moment": "^2.30.1",
"serverless": "^3.39.0",
"serverless-plugin-additional-stacks": "^1.4.0"
"moment": "^2.30.1"
},
"engines": {
"node": ">= 20",
Expand All @@ -33,6 +31,8 @@
"aws-sdk": "^2.1657.0",
"jsonwebtoken": "^9.0.2",
"meow": "^11.0.0",
"node-fetch": "^3.3.2"
"node-fetch": "^3.3.2",
"serverless": "^3.39.0",
"serverless-plugin-additional-stacks": "^1.4.0"
}
}
12 changes: 6 additions & 6 deletions pnpm-lock.yaml

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

0 comments on commit 421f03c

Please sign in to comment.