Skip to content

Commit

Permalink
add node-fetch to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrrt committed Dec 17, 2023
1 parent c9886d4 commit 6ab2112
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/chatty-laws-join.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@authdog/hydra-cli": patch
---

add node-fetch to dependencies
1 change: 1 addition & 0 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"typescript": "^5.2.2"
},
"dependencies": {
"node-fetch": "^3.1.0",
"commander": "^11.1.0",
"graphql-tag": "^2.12.6",
"zod": "^3.22.4"
Expand Down
42 changes: 42 additions & 0 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 6ab2112

Please sign in to comment.