Skip to content

Commit 1fd8404

Browse files
committed
Move @types/aws-lambda to dependencies.
It's not enough to include it only in `devDependencies` because without it TypeScript users are getting type errors.
1 parent cbb6dca commit 1fd8404

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/serverless/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"@sentry/node": "5.27.3",
2121
"@sentry/types": "5.27.3",
2222
"@sentry/utils": "5.27.3",
23+
"@types/aws-lambda": "^8.10.62",
2324
"@types/express": "^4.17.2",
2425
"tslib": "^1.9.3"
2526
},
@@ -29,7 +30,6 @@
2930
"@google-cloud/functions-framework": "^1.7.1",
3031
"@google-cloud/pubsub": "^2.5.0",
3132
"@sentry-internal/eslint-config-sdk": "5.27.3",
32-
"@types/aws-lambda": "^8.10.62",
3333
"@types/node": "^14.6.4",
3434
"aws-sdk": "^2.765.0",
3535
"eslint": "7.6.0",

0 commit comments

Comments
 (0)