Skip to content

Commit 7cd39e7

Browse files
authored
fix: revert "graphql" as optional peer dependency (#2267)
1 parent be4ceff commit 7cd39e7

File tree

2 files changed

+7
-11
lines changed

2 files changed

+7
-11
lines changed

package.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@
142142
"@types/cookie": "^0.6.0",
143143
"@types/statuses": "^2.0.4",
144144
"chalk": "^4.1.2",
145+
"graphql": "^16.8.1",
145146
"headers-polyfill": "^4.0.2",
146147
"is-node-process": "^1.2.0",
147148
"outvariant": "^1.4.2",
@@ -180,7 +181,6 @@
180181
"fs-extra": "^11.2.0",
181182
"fs-teardown": "^0.3.0",
182183
"glob": "^10.3.10",
183-
"graphql": "^16.8.1",
184184
"jsdom": "^23.2.0",
185185
"json-bigint": "^1.0.0",
186186
"lint-staged": "^15.2.0",
@@ -200,13 +200,9 @@
200200
"webpack-http-server": "^0.5.0"
201201
},
202202
"peerDependencies": {
203-
"graphql": ">= 16.8.x",
204203
"typescript": ">= 4.8.x"
205204
},
206205
"peerDependenciesMeta": {
207-
"graphql": {
208-
"optional": true
209-
},
210206
"typescript": {
211207
"optional": true
212208
}

pnpm-lock.yaml

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)