Skip to content

Commit db6afa9

Browse files
authored
update graphql v17 to alpha 7 and remove patch (#3722)
1 parent 564b761 commit db6afa9

File tree

14 files changed

+16
-42
lines changed

14 files changed

+16
-42
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,6 @@
145145
"@babel/traverse": "^7.23.2",
146146
"vscode-languageserver-types": "3.17.3",
147147
"markdown-it": "14.1.0",
148-
"graphql": "17.0.0-alpha.5"
148+
"graphql": "17.0.0-alpha.7"
149149
}
150150
}

packages/cm6-graphql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@lezer/highlight": "^1.0.0",
3131
"@lezer/lr": "^1.1.0",
3232
"esbuild": "0.18.10",
33-
"graphql": "^17.0.0-alpha.5",
33+
"graphql": "^17.0.0-alpha.7",
3434
"rollup": "^2.60.2",
3535
"rollup-plugin-dts": "^4.0.1",
3636
"rollup-plugin-esbuild": "^4.9.1",

packages/codemirror-graphql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"@codemirror/language": "^6.0.0",
5252
"codemirror": "^5.65.3",
5353
"cross-env": "^7.0.2",
54-
"graphql": "^17.0.0-alpha.5",
54+
"graphql": "^17.0.0-alpha.7",
5555
"rimraf": "^3.0.2",
5656
"sane": "2.0.0"
5757
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"devDependencies": {
4242
"@graphiql/react": "^0.24.0",
4343
"@vitejs/plugin-react": "^4.3.1",
44-
"graphql": "^17.0.0-alpha.5",
44+
"graphql": "^17.0.0-alpha.7",
4545
"postcss-nesting": "^10.1.7",
4646
"react": "^18.2.0",
4747
"react-dom": "^18.2.0",

packages/graphiql-plugin-explorer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"devDependencies": {
4141
"@graphiql/react": "^0.24.0",
4242
"@vitejs/plugin-react": "^4.3.1",
43-
"graphql": "^17.0.0-alpha.5",
43+
"graphql": "^17.0.0-alpha.7",
4444
"react": "^18.2.0",
4545
"react-dom": "^18.2.0",
4646
"typescript": "^4.6.3",

packages/graphiql-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"@types/get-value": "^3.0.5",
7373
"@types/set-value": "^4.0.1",
7474
"@vitejs/plugin-react": "^4.3.1",
75-
"graphql": "^17.0.0-alpha.5",
75+
"graphql": "^17.0.0-alpha.7",
7676
"postcss-nesting": "^10.1.7",
7777
"react": "^18.2.0",
7878
"react-dom": "^18.2.0",

packages/graphiql-toolkit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"meros": "^1.1.4"
2525
},
2626
"devDependencies": {
27-
"graphql": "^17.0.0-alpha.5",
27+
"graphql": "^17.0.0-alpha.7",
2828
"graphql-ws": "^5.5.5",
2929
"isomorphic-fetch": "^3.0.0",
3030
"subscriptions-transport-ws": "0.11.0"

packages/graphiql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"cypress": "^13.13.2",
6868
"express": "^4.19.2",
6969
"fork-ts-checker-webpack-plugin": "7.3.0",
70-
"graphql": "^17.0.0-alpha.5",
70+
"graphql": "^17.0.0-alpha.7",
7171
"graphql-helix": "^1.13.0",
7272
"graphql-subscriptions": "^2.0.0",
7373
"html-webpack-plugin": "^5.5.0",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@
4242
"yargs": "^16.2.0"
4343
},
4444
"devDependencies": {
45-
"graphql": "^17.0.0-alpha.5"
45+
"graphql": "^17.0.0-alpha.7"
4646
}
4747
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"@types/mock-fs": "^4.13.4",
6969
"cross-env": "^7.0.2",
7070
"debounce-promise": "^3.1.2",
71-
"graphql": "^17.0.0-alpha.5",
71+
"graphql": "^17.0.0-alpha.7",
7272
"mock-fs": "^5.2.0"
7373
}
7474
}

0 commit comments

Comments
 (0)