Skip to content

Commit

Permalink
fix graphql-js peer deps
Browse files Browse the repository at this point in the history
  • Loading branch information
acao committed Nov 23, 2021
1 parent c83d1d4 commit 32c66cb
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
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": "^5.58.2",
"graphql": ">= 15.5.0 <= 16.0.0-experimental-stream-defer.5"
"graphql": "^15.5.0 || ^16.0.0"
},
"dependencies": {
"@codemirror/stream-parser": "^0.19.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/graphiql-2-rfc-context/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"theme-ui": "^0.3.1"
},
"peerDependencies": {
"graphql": ">= 15.5.0 <= 16.0.0-experimental-stream-defer.5",
"graphql": "^15.5.0 || ^16.0.0",
"prop-types": ">=15.5.0",
"react": "^16.8.0",
"react-dom": "^16.8.0"
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 @@ -30,7 +30,7 @@
"graphql-ws": "^5.5.5"
},
"peerDependencies": {
"graphql": ">= 15.5.0 <= 16.0.0-experimental-stream-defer.5",
"graphql": "^15.5.0 || ^16.0.0",
"graphql-ws": ">= 4.5.0"
},
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/graphiql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"markdown-it": "^12.2.0"
},
"peerDependencies": {
"graphql": ">= 15.5.0 <= 16.0.0-experimental-stream-defer.5",
"graphql": "^15.5.0 || ^16.0.0",
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
},
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 @@ -27,7 +27,7 @@
"LSP"
],
"peerDependencies": {
"graphql": ">= 15.5.0 <= 16.0.0-experimental-stream-defer.5"
"graphql": "^15.5.0 || ^16.0.0"
},
"dependencies": {
"@babel/polyfill": "^7.8.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-language-service-interface/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"module": "esm/index.js",
"typings": "dist/index.d.ts",
"peerDependencies": {
"graphql": ">= 15.5.0 <= 16.0.0-experimental-stream-defer.5"
"graphql": "^15.5.0 || ^16.0.0"
},
"dependencies": {
"graphql-language-service-parser": "^1.10.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-language-service-parser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"module": "esm/index.js",
"typings": "dist/index.d.ts",
"peerDependencies": {
"graphql": ">= 15.5.0 <= 16.0.0-experimental-stream-defer.5"
"graphql": "^15.5.0 || ^16.0.0"
},
"devDependencies": {
"@types/benchmark": "^1.0.33",
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-language-service-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"module": "esm/index.js",
"typings": "esm/index.d.ts",
"peerDependencies": {
"graphql": ">= 15.5.0 <= 16.0.0-experimental-stream-defer.5"
"graphql": "^15.5.0 || ^16.0.0"
},
"dependencies": {
"@babel/parser": "^7.13.13",
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-language-service-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"module": "esm/index.js",
"typings": "dist/index.d.ts",
"peerDependencies": {
"graphql": ">= 15.5.0 <= 16.0.0-experimental-stream-defer.5"
"graphql": "^15.5.0 || ^16.0.0"
},
"devDependencies": {
"graphql": "16.0.0-experimental-stream-defer.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-language-service-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"module": "esm/index.js",
"typings": "dist/index.d.ts",
"peerDependencies": {
"graphql": ">= 15.5.0 <= 16.0.0-experimental-stream-defer.5"
"graphql": "^15.5.0 || ^16.0.0"
},
"dependencies": {
"graphql-language-service-types": "^1.8.3",
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 @@ -27,7 +27,7 @@
"graphql": "./dist/temp-bin.js"
},
"peerDependencies": {
"graphql": ">= 15.5.0 <= 16.0.0-experimental-stream-defer.5"
"graphql": "^15.5.0 || ^16.0.0"
},
"dependencies": {
"graphql-language-service-interface": "^2.9.1",
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 @@ -31,7 +31,7 @@
"vscode-languageserver-types": "^3.15.1"
},
"peerDependencies": {
"graphql": ">= 15.5.0 <= 16.0.0-experimental-stream-defer.5",
"graphql": "^15.5.0 || ^16.0.0",
"monaco-editor": "^0.20.0"
}
}

0 comments on commit 32c66cb

Please sign in to comment.