Skip to content

Commit

Permalink
Move @netlify/functions to be a dep (#6090)
Browse files Browse the repository at this point in the history
* Move @netlify/functions to be a de

* Adding a changeset
  • Loading branch information
matthewp authored Feb 1, 2023
1 parent 6a03649 commit 97a9719
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .changeset/green-penguins-tease.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@astrojs/netlify': patch
---

Fix Netlify Function regression
2 changes: 1 addition & 1 deletion packages/integrations/netlify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@
},
"dependencies": {
"@astrojs/webapi": "^2.0.0",
"@netlify/functions": "^1.0.0",
"esbuild": "^0.15.18"
},
"peerDependencies": {
"astro": "workspace:^2.0.5"
},
"devDependencies": {
"@netlify/edge-handler-types": "^0.34.1",
"@netlify/functions": "^1.0.0",
"@types/node": "^14.18.20",
"astro": "workspace:*",
"astro-scripts": "workspace:*",
Expand Down
6 changes: 3 additions & 3 deletions pnpm-lock.yaml

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

0 comments on commit 97a9719

Please sign in to comment.