Skip to content

Commit

Permalink
fix(templates): update dependency @netlify/functions to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 23, 2023
1 parent 57d6627 commit c9a2065
Show file tree
Hide file tree
Showing 4 changed files with 56 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": "^1.6.0"
"@netlify/functions": "^2.0.1"
}
}
60 changes: 53 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": "^1.6.0",
"@netlify/functions": "^2.0.1",
"@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": "^1.6.0",
"@netlify/functions": "^2.0.1",
"@types/node": "^18.0.0",
"typescript": "^4.5.5"
}
Expand Down

0 comments on commit c9a2065

Please sign in to comment.