Skip to content

Commit

Permalink
fix: revert peer deprecations (#3802)
Browse files Browse the repository at this point in the history
  • Loading branch information
acao authored Nov 2, 2024
1 parent c500e82 commit 5aed3f3
Show file tree
Hide file tree
Showing 12 changed files with 11 additions and 27 deletions.
16 changes: 0 additions & 16 deletions .changeset/neat-houses-explode.md

This file was deleted.

2 changes: 1 addition & 1 deletion .changeset/strange-knives-hammer.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
'vscode-graphql-syntax': patch
---

use latest stable version of graphql 16.9.0
use latest stable version of graphql 16.9.0 for tests
2 changes: 1 addition & 1 deletion packages/cm6-graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@codemirror/state": "^6.0.0",
"@codemirror/view": "^6.0.0",
"@lezer/highlight": "^1.0.0",
"graphql": "^16.5.0"
"graphql": "^15.5.0 || ^16.0.0 || ^17.0.0"
},
"license": "MIT"
}
2 changes: 1 addition & 1 deletion packages/codemirror-graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"peerDependencies": {
"@codemirror/language": "6.0.0",
"codemirror": "^5.65.3",
"graphql": "^16.0.0"
"graphql": "^15.5.0 || ^16.0.0 || ^17.0.0"
},
"// TEMPORARILY PINNED until we fix graphql 15 support": "",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/graphiql-plugin-code-exporter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"peerDependencies": {
"@graphiql/react": "^0.26.0",
"graphql": "^16.0.0",
"graphql": "^15.5.0 || ^16.0.0 || ^17.0.0",
"react": "^16.8.0 || ^17 || ^18",
"react-dom": "^16.8.0 || ^17 || ^18"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/graphiql-plugin-explorer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"peerDependencies": {
"@graphiql/react": "^0.26.0",
"graphql": "^16.0.0",
"graphql": "^15.5.0 || ^16.0.0 || ^17.0.0",
"react": "^16.8.0 || ^17 || ^18",
"react-dom": "^16.8.0 || ^17 || ^18"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/graphiql-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"build": "tsc --emitDeclarationOnly && vite build"
},
"peerDependencies": {
"graphql": "^16.0.0",
"graphql": "^15.5.0 || ^16.0.0 || ^17.0.0",
"react": "^16.8.0 || ^17 || ^18",
"react-dom": "^16.8.0 || ^17 || ^18"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/graphiql-toolkit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"tsup": "^8.2.4"
},
"peerDependencies": {
"graphql": "^16.0.0",
"graphql": "^15.5.0 || ^16.0.0 || ^17.0.0",
"graphql-ws": ">= 4.5.0"
},
"peerDependenciesMeta": {
Expand Down
2 changes: 1 addition & 1 deletion packages/graphiql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@graphiql/react": "^0.26.2"
},
"peerDependencies": {
"graphql": "^16.0.0",
"graphql": "^15.5.0 || ^16.0.0 || ^17.0.0",
"react": "^16.8.0 || ^17 || ^18",
"react-dom": "^16.8.0 || ^17 || ^18"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-language-service-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"LSP"
],
"peerDependencies": {
"graphql": "^16.0.0"
"graphql": "^15.5.0 || ^16.0.0 || ^17.0.0"
},
"dependencies": {
"@babel/polyfill": "^7.12.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-language-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"graphql": "./dist/temp-bin.js"
},
"peerDependencies": {
"graphql": "^16.0.0"
"graphql": "^15.5.0 || ^16.0.0 || ^17.0.0"
},
"dependencies": {
"debounce-promise": "^3.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/monaco-graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"vscode-languageserver-types": "^3.17.1"
},
"peerDependencies": {
"graphql": "^16.0.0",
"graphql": "^15.5.0 || ^16.0.0 || ^17.0.0",
"monaco-editor": ">= 0.20.0 < 1",
"prettier": "^2.8.0 || ^3.0.0"
}
Expand Down

0 comments on commit 5aed3f3

Please sign in to comment.