Skip to content

Commit

Permalink
chore: Remove node-fetch (#318)
Browse files Browse the repository at this point in the history
  • Loading branch information
kitten committed May 13, 2024
1 parent af466b7 commit b8997a5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 55 deletions.
5 changes: 5 additions & 0 deletions .changeset/spicy-feet-matter.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@0no-co/graphqlsp': patch
---

Remove unused `node-fetch` dependency
8 changes: 3 additions & 5 deletions packages/graphqlsp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,19 +45,17 @@
"@0no-co/graphql.web": "^1.0.4",
"@sindresorhus/fnv1a": "^2.0.0",
"@types/node": "^18.15.11",
"@types/node-fetch": "^2.6.3",
"graphql-language-service": "^5.2.0",
"lru-cache": "^10.0.1",
"typescript": "^5.3.3"
},
"dependencies": {
"@gql.tada/internal": "^0.3.0",
"graphql": "^15.5.0 || ^16.0.0 || ^17.0.0",
"node-fetch": "^2.0.0"
"graphql": "^15.5.0 || ^16.0.0 || ^17.0.0"
},
"peerDependencies": {
"typescript": "^5.0.0",
"graphql": "^15.5.0 || ^16.0.0 || ^17.0.0"
"graphql": "^15.5.0 || ^16.0.0 || ^17.0.0",
"typescript": "^5.0.0"
},
"publishConfig": {
"provenance": true
Expand Down
50 changes: 0 additions & 50 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 b8997a5

Please sign in to comment.