Skip to content

Commit

Permalink
fix: move aws-sdk to dev dependency for node crud template, bump vers…
Browse files Browse the repository at this point in the history
…ions (#9774)
  • Loading branch information
jhockett committed Feb 25, 2022
1 parent 9968452 commit 2d6209d
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
"main": "index.js",
"license": "Apache-2.0",
"dependencies": {
"aws-sdk": "^2.845.0",
"aws-serverless-express": "^3.3.5",
"body-parser": "^1.17.1",
"express": "^4.15.2"
"body-parser": "^1.19.1",
"express": "^4.17.2"
},
"devDependencies": {
"@types/aws-lambda": "^8.10.92"
"@types/aws-lambda": "^8.10.92",
"aws-sdk": "^2.1074.0"
}
}

0 comments on commit 2d6209d

Please sign in to comment.