Skip to content

Commit

Permalink
fix @types/node-fetch as a dev dep
Browse files Browse the repository at this point in the history
  • Loading branch information
jbanety committed Nov 16, 2022
1 parent d88645b commit be87f76
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/integrations/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@
},
"dependencies": {
"@astrojs/webapi": "^1.1.1",
"@types/node-fetch": "^2.6.2",
"send": "^0.18.0"
},
"peerDependencies": {
"astro": "^1.6.9"
},
"devDependencies": {
"@types/node-fetch": "^2.6.2",
"@types/send": "^0.17.1",
"astro": "workspace:*",
"astro-scripts": "workspace:*",
Expand Down
14 changes: 8 additions & 6 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 be87f76

Please sign in to comment.