Skip to content

Commit

Permalink
Move @types/aws-lambda from devDependencies to dependencies (#6608)
Browse files Browse the repository at this point in the history
  • Loading branch information
lpsinger authored Jun 15, 2023
1 parent ad9adee commit d6e9295
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/remix-architect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
"typings": "dist/index.d.ts",
"dependencies": {
"@architect/functions": "^5.2.0",
"@remix-run/node": "1.17.0"
"@remix-run/node": "1.17.0",
"@types/aws-lambda": "^8.10.82"
},
"devDependencies": {
"@types/aws-lambda": "^8.10.82",
"@types/lambda-tester": "^3.6.1",
"lambda-tester": "^4.0.1"
},
Expand Down

0 comments on commit d6e9295

Please sign in to comment.