Skip to content

Commit

Permalink
fix(deps): update dependency @netlify/functions to v3 (#6970)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 19, 2024
1 parent 272daeb commit ac078e5
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 36 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"author": "Netlify",
"license": "MIT",
"dependencies": {
"@netlify/functions": "^2.8.2"
"@netlify/functions": "^3.0.0"
}
}
32 changes: 16 additions & 16 deletions 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.

2 changes: 1 addition & 1 deletion functions-templates/typescript/hello-world/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"author": "Netlify",
"license": "MIT",
"dependencies": {
"@netlify/functions": "^2.8.2",
"@netlify/functions": "^3.0.0",
"@types/node": "^22.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": "^2.8.2",
"@netlify/functions": "^3.0.0",
"@types/node": "^22.0.0",
"typescript": "^4.5.5"
}
Expand Down
32 changes: 16 additions & 16 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@
"devDependencies": {
"@babel/preset-react": "7.25.9",
"@netlify/eslint-config-node": "7.0.1",
"@netlify/functions": "2.8.2",
"@netlify/functions": "3.0.0",
"@sindresorhus/slugify": "2.2.1",
"@types/fs-extra": "11.0.4",
"@types/inquirer": "9.0.7",
Expand Down

2 comments on commit ac078e5

@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

  • Dependency count: 1,227
  • Package size: 318 MB
  • Number of ts-expect-error directives: 875

@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

  • Dependency count: 1,227
  • Package size: 318 MB
  • Number of ts-expect-error directives: 875

Please sign in to comment.