Skip to content

Commit

Permalink
fix: revert "graphql" as optional peer dependency (#2267)
Browse files Browse the repository at this point in the history
  • Loading branch information
kettanaito committed Sep 7, 2024
1 parent be4ceff commit 7cd39e7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 11 deletions.
6 changes: 1 addition & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@
"@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 @@ -180,7 +181,6 @@
"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 @@ -200,13 +200,9 @@
"webpack-http-server": "^0.5.0"
},
"peerDependencies": {
"graphql": ">= 16.8.x",
"typescript": ">= 4.8.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 7cd39e7

Please sign in to comment.