Skip to content

Commit 5aed3f3

Browse files
authored
fix: revert peer deprecations (#3802)
1 parent c500e82 commit 5aed3f3

File tree

12 files changed

+11
-27
lines changed

12 files changed

+11
-27
lines changed

.changeset/neat-houses-explode.md

Lines changed: 0 additions & 16 deletions
This file was deleted.

.changeset/strange-knives-hammer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
'vscode-graphql-syntax': patch
1616
---
1717

18-
use latest stable version of graphql 16.9.0
18+
use latest stable version of graphql 16.9.0 for tests

packages/cm6-graphql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"@codemirror/state": "^6.0.0",
4545
"@codemirror/view": "^6.0.0",
4646
"@lezer/highlight": "^1.0.0",
47-
"graphql": "^16.5.0"
47+
"graphql": "^15.5.0 || ^16.0.0 || ^17.0.0"
4848
},
4949
"license": "MIT"
5050
}

packages/codemirror-graphql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"peerDependencies": {
4141
"@codemirror/language": "6.0.0",
4242
"codemirror": "^5.65.3",
43-
"graphql": "^16.0.0"
43+
"graphql": "^15.5.0 || ^16.0.0 || ^17.0.0"
4444
},
4545
"// TEMPORARILY PINNED until we fix graphql 15 support": "",
4646
"dependencies": {

packages/graphiql-plugin-code-exporter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
},
3535
"peerDependencies": {
3636
"@graphiql/react": "^0.26.0",
37-
"graphql": "^16.0.0",
37+
"graphql": "^15.5.0 || ^16.0.0 || ^17.0.0",
3838
"react": "^16.8.0 || ^17 || ^18",
3939
"react-dom": "^16.8.0 || ^17 || ^18"
4040
},

packages/graphiql-plugin-explorer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
},
3434
"peerDependencies": {
3535
"@graphiql/react": "^0.26.0",
36-
"graphql": "^16.0.0",
36+
"graphql": "^15.5.0 || ^16.0.0 || ^17.0.0",
3737
"react": "^16.8.0 || ^17 || ^18",
3838
"react-dom": "^16.8.0 || ^17 || ^18"
3939
},

packages/graphiql-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"build": "tsc --emitDeclarationOnly && vite build"
4444
},
4545
"peerDependencies": {
46-
"graphql": "^16.0.0",
46+
"graphql": "^15.5.0 || ^16.0.0 || ^17.0.0",
4747
"react": "^16.8.0 || ^17 || ^18",
4848
"react-dom": "^16.8.0 || ^17 || ^18"
4949
},

packages/graphiql-toolkit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"tsup": "^8.2.4"
3838
},
3939
"peerDependencies": {
40-
"graphql": "^16.0.0",
40+
"graphql": "^15.5.0 || ^16.0.0 || ^17.0.0",
4141
"graphql-ws": ">= 4.5.0"
4242
},
4343
"peerDependenciesMeta": {

packages/graphiql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"@graphiql/react": "^0.26.2"
5151
},
5252
"peerDependencies": {
53-
"graphql": "^16.0.0",
53+
"graphql": "^15.5.0 || ^16.0.0 || ^17.0.0",
5454
"react": "^16.8.0 || ^17 || ^18",
5555
"react-dom": "^16.8.0 || ^17 || ^18"
5656
},

packages/graphql-language-service-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"LSP"
3333
],
3434
"peerDependencies": {
35-
"graphql": "^16.0.0"
35+
"graphql": "^15.5.0 || ^16.0.0 || ^17.0.0"
3636
},
3737
"dependencies": {
3838
"@babel/polyfill": "^7.12.1",

0 commit comments

Comments
 (0)