Skip to content

Commit

Permalink
feat: list "graphql" as an optional peer dependency (#2187)
Browse files Browse the repository at this point in the history
  • Loading branch information
kettanaito authored Aug 28, 2024
1 parent a2153c9 commit 40b17fd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@
"@types/cookie": "^0.6.0",
"@types/statuses": "^2.0.4",
"chalk": "^4.1.2",
"graphql": "^16.8.1",
"headers-polyfill": "^4.0.2",
"is-node-process": "^1.2.0",
"outvariant": "^1.4.2",
Expand Down Expand Up @@ -181,6 +180,7 @@
"fs-extra": "^11.2.0",
"fs-teardown": "^0.3.0",
"glob": "^10.3.10",
"graphql": "^16.8.1",
"jsdom": "^23.2.0",
"json-bigint": "^1.0.0",
"lint-staged": "^15.2.0",
Expand All @@ -203,6 +203,9 @@
"typescript": ">= 4.7.x"
},
"peerDependenciesMeta": {
"graphql": {
"optional": true
},
"typescript": {
"optional": true
}
Expand Down
12 changes: 6 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 40b17fd

Please sign in to comment.