Skip to content

Commit

Permalink
fix(deps): update dependency @netlify/functions to v1 (#4305)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Feb 16, 2022
1 parent ac55ed3 commit 78ca40b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"author": "Netlify",
"license": "MIT",
"dependencies": {
"@netlify/functions": "^0.11.1"
"@netlify/functions": "^1.0.0"
}
}
14 changes: 7 additions & 7 deletions src/functions-templates/typescript/hello-world/package-lock.json

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

Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"author": "Netlify",
"license": "MIT",
"dependencies": {
"@netlify/functions": "^0.11.1",
"@netlify/functions": "^1.0.0",
"@types/node": "^14.0.0",
"typescript": "^4.0.0"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"author": "Netlify",
"license": "MIT",
"dependencies": {
"@netlify/functions": "^0.11.1",
"@netlify/functions": "^1.0.0",
"@types/node": "^14.18.9",
"typescript": "^4.5.5"
}
Expand Down

1 comment on commit 78ca40b

@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: 442 MB

Please sign in to comment.