Skip to content

Commit

Permalink
fix(deps): update dependency @types/node to v14 (#2442)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot authored May 24, 2021
1 parent 5d0dde8 commit 3791e53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/functions-templates/unused_ts/hello-world/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"license": "MIT",
"dependencies": {
"node-fetch": "^2.6.1",
"@types/node": "^10.17.40",
"@types/node": "^14.0.0",
"typescript": "^4.0.0",
"@types/aws-lambda": "^8.10.64"
}
Expand Down
2 changes: 1 addition & 1 deletion src/functions-templates/unused_ts/node-fetch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"dependencies": {
"node-fetch": "^2.6.1",
"@types/node-fetch": "^2.5.7",
"@types/node": "^10.17.40",
"@types/node": "^14.0.0",
"typescript": "^4.0.0",
"@types/aws-lambda": "^8.10.64"
}
Expand Down

1 comment on commit 3791e53

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📊 Benchmark results

  • Package size: 389 MB

Please sign in to comment.