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 0a81dea commit 571d075
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 571d075

Please sign in to comment.