Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GraphiQL v4 #3685

Draft
wants to merge 66 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
66 commits
Select commit Hold shift + click to select a range
fec285b
changeset pre enter alpha
dimaMachina Aug 7, 2024
3c1a345
[graphiql-react/graphiql] new looks of tabs (#3644)
dimaMachina Aug 7, 2024
5d90e0e
[2] GraphiQL x Vite v5 (#3679)
dimaMachina Aug 7, 2024
11aacd0
[3] remove unused webpack deps (#3681)
dimaMachina Aug 7, 2024
955573a
Merge branch 'main' into graphiql-v4
dimaMachina Aug 7, 2024
8efb873
[4] update graphql to `16.9.0` and use vite `define` configuration to…
dimaMachina Aug 7, 2024
0fdd9b9
remove `data-testid="graphiql-container"` (#3688)
dimaMachina Aug 7, 2024
c5b3aa2
commit `pre.json` until `graphiql-v4` will be added to list of author…
dimaMachina Aug 7, 2024
61fc27a
remove `graphiql-v4` from release.yml
dimaMachina Aug 7, 2024
09e7004
[v4] remove `disableTabs` option (#3687)
dimaMachina Aug 7, 2024
11bacb8
commit `pre.json`
dimaMachina Aug 7, 2024
445bf02
add `graphiql-v4` in release.yml
dimaMachina Aug 7, 2024
d34246e
Merge branch 'main' into graphiql-v4
dimaMachina Aug 7, 2024
82bc961
[v4] prefer `location` over `window.location` and prefer `navigator` …
dimaMachina Aug 7, 2024
93453fc
[v4] remove `build.sh` and `checkgit.sh` (#3694)
dimaMachina Aug 7, 2024
2005871
[v4] test umd build only on ci, locally test cdn.ts (#3693)
dimaMachina Aug 7, 2024
bf3ea52
[v4] convert graphiql e2e server to ESM (#3697)
dimaMachina Aug 8, 2024
bb70347
Merge branch 'main' into graphiql-v4
dimaMachina Aug 8, 2024
5e43d2b
[v4] update changeset for changed exports (#3700)
dimaMachina Aug 8, 2024
95668f5
Merge branch 'main' into graphiql-v4
dimaMachina Aug 8, 2024
00415d2
[v4] generate types with `vite-plugin-dts` (#3702)
dimaMachina Aug 9, 2024
8ff87d7
[v4] use `vite build --watch` instead of `vite` for `dev` script beca…
dimaMachina Aug 9, 2024
343dd59
[v4] remove graphiql default export (#3706)
dimaMachina Aug 9, 2024
4e26b74
Merge branch 'main' into graphiql-v4
dimaMachina Aug 9, 2024
db181b2
[v4] fix netlify deploy (#3708)
dimaMachina Aug 9, 2024
9baf1f0
change `style.css` imports (#3709)
dimaMachina Aug 9, 2024
7afb4be
Update poor-ghosts-jump.md
dimaMachina Aug 9, 2024
1a6d63d
Version Packages (alpha) (#3689)
acao Aug 11, 2024
27bbc51
[v4] show tabs even there is only 1 tab (#3713)
dimaMachina Aug 13, 2024
3c901c1
[v4] Remove `toolbar.additionalContent` and `toolbar.additionalCompon…
dimaMachina Aug 13, 2024
cb4553d
Version Packages (alpha) (#3714)
acao Aug 13, 2024
cc2808f
[v4] use `position: absolute` for `.graphiql-logo` class (#3716)
dimaMachina Aug 13, 2024
bf0c4e7
[v4] remove `createComponentGroup` utility in favour `Object.assign` …
dimaMachina Aug 13, 2024
15fff26
Version Packages (alpha) (#3718)
acao Aug 13, 2024
d3fc470
[v4] fix merge conflicts with `main` (#3719)
dimaMachina Aug 13, 2024
b468046
Merge branch 'main' into graphiql-v4
dimaMachina Aug 14, 2024
79f3abf
[v4] fix scrollbar appearing in sidebar (#3720)
dimaMachina Aug 14, 2024
9d28035
Version Packages (alpha) (#3723)
acao Aug 14, 2024
4609e00
Merge branch 'main' into graphiql-v4
dimaMachina Aug 14, 2024
6587675
Merge branch 'main' into graphiql-v4
dimaMachina Aug 14, 2024
f2a6b39
Merge branch 'main' into graphiql-v4
dimaMachina Aug 14, 2024
f8b719f
style: Don't convert single \n to <br> (#3414)
leonardehrenfried Aug 14, 2024
196e9a0
[v4] some refactoring (#3726)
dimaMachina Aug 14, 2024
3bcbda4
Merge branch 'main' into graphiql-v4
dimaMachina Aug 14, 2024
a1a5208
[v4] polish `tabs.cy` tests, remove `.graphiql-session` class (#3728)
dimaMachina Aug 14, 2024
99c64ac
Merge branch 'main' into graphiql-v4
dimaMachina Aug 15, 2024
167629f
fix tests
dimaMachina Aug 15, 2024
360a038
[v4] rollback `position: absolute` style for `.graphiql-logo` because…
dimaMachina Aug 15, 2024
8d9d469
Merge branch 'main' into graphiql-v4
dimaMachina Aug 15, 2024
fd0e25f
Version Packages (alpha) (#3725)
acao Aug 15, 2024
058d1d8
Merge branch 'main' into graphiql-v4
dimaMachina Aug 15, 2024
c966fa1
Merge branch 'main' into graphiql-v4
dimaMachina Aug 15, 2024
8dbddb5
Add support for onPrettifyQuery callback to enable customised query f…
dimaMachina Aug 15, 2024
e10e96c
Merge branch 'main' into graphiql-v4
dimaMachina Aug 15, 2024
3a2580e
Version Packages (alpha) (#3732)
acao Aug 15, 2024
eaa415c
[v4] improve explorer styles (#3738)
dimaMachina Aug 19, 2024
dfb302a
Version Packages (alpha) (#3739)
acao Aug 19, 2024
3c12ce0
fix types incorrect types entry (#3740)
dimaMachina Aug 20, 2024
e432fb5
Version Packages (alpha) (#3741)
acao Aug 20, 2024
ffaf5c9
add vite replace html plugin for graphiql plugin explorer (#3742)
dimaMachina Aug 20, 2024
f042025
Merge branch 'main' into graphiql-v4
dimaMachina Aug 22, 2024
befbd04
temp
dimaMachina Aug 23, 2024
fdcecaf
Merge branch 'main' into graphiql-v4
dimaMachina Aug 23, 2024
78cb500
migrate `@graphiql/toolkit` to `tsup` (#3746)
dimaMachina Aug 23, 2024
3c48be0
rollback of `temp` commit
dimaMachina Aug 23, 2024
068e23c
Merge branch 'main' into graphiql-v4
dimaMachina Aug 24, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
[v4] fix merge conflicts with main (#3719)
* upgrade to graphql v17 including support for new incremental delivery format (#3682)

* add support for new incremental delivery format

* fix vitest

* add patch for graphql-js bug

submittes upstream with test at graphql/graphql-js#4160

* apply feedback

* move patches!

* some fixes

* fix netlify/cypress

* remove export

* update changeset

---------

Co-authored-by: Dimitri POSTOLOV <[email protected]>

* Version Packages (#3715)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* prettier

* fix e2e

* update pr-graphql-compat-check.yml

* prettier

---------

Co-authored-by: Yaacov Rydzinski <[email protected]>
Co-authored-by: Rikki Schulte <[email protected]>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
4 people committed Aug 13, 2024
commit d3fc4707d10d66aced9d1db1c53f24db92fa813c
6 changes: 3 additions & 3 deletions .github/workflows/pr-graphql-compat-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ on:
# only on merge to main.
# it's rare that this workflow would
# show us an error, but when it does it's important!
branches:
- main
branches: [main, graphiql-v4]
# don't run this regression suite if we don't need to
paths-ignore:
- '**.md'
Expand All @@ -23,7 +22,8 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
release: ['15.5.3', '^15.8.0', '16.1.0', '16.2.0', '16.3.0']
release:
['15.5.3', '^15.8.0', '16.1.0', '16.2.0', '16.3.0', '17.0.0-alpha.5']
steps:
- name: Checkout Code
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion examples/graphiql-webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"@graphiql/plugin-code-exporter": "^4.0.0-alpha.0",
"@graphiql/plugin-explorer": "^4.0.0-alpha.0",
"@graphiql/toolkit": "^0.9.2",
"@graphiql/toolkit": "^0.10.0",
"@graphiql/react": "^1.0.0-alpha.1",
"graphiql": "^4.0.0-alpha.2",
"graphql": "^16.9.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/monaco-graphql-nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
"start": "next start"
},
"dependencies": {
"@graphiql/toolkit": "^0.9.2",
"@graphiql/toolkit": "^0.10.0",
"graphql": "^16.9.0",
"graphql-ws": "^5.5.5",
"jsonc-parser": "^3.2.0",
"marked": "^4.2.12",
"monaco-editor": "^0.39.0",
"monaco-editor-webpack-plugin": "^7.0.1",
"monaco-graphql": "^1.5.3",
"monaco-graphql": "^1.6.0",
"next": "13.4.7",
"prettier": "3.3.2",
"react": "^18.2.0",
Expand Down
6 changes: 3 additions & 3 deletions examples/monaco-graphql-react-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
"private": true,
"version": "0.0.0",
"dependencies": {
"@graphiql/toolkit": "^0.9.2",
"@graphiql/toolkit": "^0.10.0",
"graphql": "^16.9.0",
"graphql-language-service": "^5.2.2",
"graphql-language-service": "^5.3.0",
"jsonc-parser": "^3.2.0",
"monaco-editor": "^0.39.0",
"monaco-graphql": "^1.5.3",
"monaco-graphql": "^1.6.0",
"prettier": "3.3.2",
"react": "^18.2.0",
"react-dom": "^18.2.0"
Expand Down
4 changes: 2 additions & 2 deletions examples/monaco-graphql-webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
},
"dependencies": {
"graphql": "^16.9.0",
"graphql-language-service": "^5.2.2",
"graphql-language-service": "^5.3.0",
"json-schema": "^0.4.0",
"jsonc-parser": "^3.2.0",
"monaco-editor": "^0.39.0",
"monaco-graphql": "^1.5.3",
"monaco-graphql": "^1.6.0",
"prettier": "3.3.2"
},
"devDependencies": {
Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@
"dependencies": {
"identity-obj-proxy": "^3.0.0",
"babel-plugin-macros": "^3.1.0",
"graphql-http": "^1.22.1",
"@babel/cli": "^7.21.0",
"@babel/core": "^7.21.0",
"@babel/plugin-proposal-class-properties": "^7.18.6",
Expand Down Expand Up @@ -144,6 +145,7 @@
"resolutions": {
"@babel/traverse": "^7.23.2",
"vscode-languageserver-types": "3.17.3",
"markdown-it": "14.1.0"
"markdown-it": "14.1.0",
"graphql": "17.0.0-alpha.5"
}
}
13 changes: 13 additions & 0 deletions packages/cm6-graphql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# cm6-graphql

## 0.1.0

### Minor Changes

- [#3682](https://github.com/graphql/graphiql/pull/3682) [`6c9f0df`](https://github.com/graphql/graphiql/commit/6c9f0df83ea4afe7fa59f84d83d59fba73dc3931) Thanks [@yaacovCR](https://github.com/yaacovCR)! - Support v17 of `graphql-js` from `17.0.0-alpha.2` forward.

Includes support for the latest incremental delivery response format. For further details, see https://github.com/graphql/defer-stream-wg/discussions/69.

### Patch Changes

- Updated dependencies [[`6c9f0df`](https://github.com/graphql/graphiql/commit/6c9f0df83ea4afe7fa59f84d83d59fba73dc3931)]:
- [email protected]

## 0.0.15

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/cm6-graphql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cm6-graphql",
"version": "0.0.15",
"version": "0.1.0",
"description": "GraphQL language support for CodeMirror 6",
"scripts": {
"build": "cm-buildhelper src/index.ts",
Expand All @@ -16,7 +16,7 @@
"types": "dist/index.d.ts",
"sideEffects": false,
"dependencies": {
"graphql-language-service": "^5.2.1"
"graphql-language-service": "^5.3.0"
},
"devDependencies": {
"@codemirror/autocomplete": "6.2.0",
Expand All @@ -30,7 +30,7 @@
"@lezer/highlight": "^1.0.0",
"@lezer/lr": "^1.1.0",
"esbuild": "0.18.10",
"graphql": "^16.9.0",
"graphql": "^17.0.0-alpha.5",
"rollup": "^2.60.2",
"rollup-plugin-dts": "^4.0.1",
"rollup-plugin-esbuild": "^4.9.1",
Expand All @@ -44,7 +44,7 @@
"@codemirror/state": "6.2.0",
"@codemirror/view": "6.2.1",
"@lezer/highlight": "^1.0.0",
"graphql": "^16.5.0"
"graphql": "^16.5.0 || ^17.0.0-alpha.2"
},
"license": "MIT"
}
13 changes: 13 additions & 0 deletions packages/codemirror-graphql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Change Log

## 2.1.0

### Minor Changes

- [#3682](https://github.com/graphql/graphiql/pull/3682) [`6c9f0df`](https://github.com/graphql/graphiql/commit/6c9f0df83ea4afe7fa59f84d83d59fba73dc3931) Thanks [@yaacovCR](https://github.com/yaacovCR)! - Support v17 of `graphql-js` from `17.0.0-alpha.2` forward.

Includes support for the latest incremental delivery response format. For further details, see https://github.com/graphql/defer-stream-wg/discussions/69.

### Patch Changes

- Updated dependencies [[`6c9f0df`](https://github.com/graphql/graphiql/commit/6c9f0df83ea4afe7fa59f84d83d59fba73dc3931)]:
- [email protected]

## 2.0.13

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/codemirror-graphql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "codemirror-graphql",
"version": "2.0.13",
"version": "2.1.0",
"description": "GraphQL mode and helpers for CodeMirror.",
"contributors": [
"Hyohyeon Jeong <[email protected]>",
Expand Down Expand Up @@ -40,18 +40,18 @@
"peerDependencies": {
"@codemirror/language": "6.0.0",
"codemirror": "^5.65.3",
"graphql": "^15.5.0 || ^16.0.0"
"graphql": "^15.5.0 || ^16.0.0 || ^17.0.0-alpha.2"
},
"// TEMPORARILY PINNED until we fix graphql 15 support": "",
"dependencies": {
"@types/codemirror": "^0.0.90",
"graphql-language-service": "5.2.2"
"graphql-language-service": "5.3.0"
},
"devDependencies": {
"@codemirror/language": "^6.0.0",
"codemirror": "^5.65.3",
"cross-env": "^7.0.2",
"graphql": "^16.9.0",
"graphql": "^17.0.0-alpha.5",
"rimraf": "^3.0.2",
"sane": "2.0.0"
}
Expand Down
10 changes: 8 additions & 2 deletions packages/codemirror-graphql/src/__tests__/lint-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import CodeMirror from 'codemirror';
import 'codemirror/addon/lint/lint';
import { readFileSync } from 'node:fs';
import { join } from 'node:path';
import { GraphQLError, OperationDefinitionNode } from 'graphql';
import { GraphQLError, OperationDefinitionNode, version } from 'graphql';
import '../lint';
import '../mode';
import { TestSchema } from './testSchema';
Expand Down Expand Up @@ -61,7 +61,13 @@ describe('graphql-lint', () => {
const noMutationOperationRule = (context: any) => ({
OperationDefinition(node: OperationDefinitionNode) {
if (node.operation === 'mutation') {
context.reportError(new GraphQLError('I like turtles.', node));
context.reportError(
new GraphQLError(
'I like turtles.',
// @ts-expect-error
parseInt(version, 10) > 16 ? { nodes: node } : node,
),
);
}
return false;
},
Expand Down
13 changes: 13 additions & 0 deletions packages/graphiql-plugin-code-exporter/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,19 @@
- Updated dependencies [[`00415d2`](https://github.com/graphql/graphiql/commit/00415d2940c4d76a4a9e683e9fa0504ba97dd627), [`9baf1f0`](https://github.com/graphql/graphiql/commit/9baf1f0fc9f32404fbb8bf57b3d1c2c2c8778ddb), [`8ff87d7`](https://github.com/graphql/graphiql/commit/8ff87d7b6b3d5d12b539612a39ca3abf7e631106), [`82bc961`](https://github.com/graphql/graphiql/commit/82bc961a33c4e9da29dffb4a603035a4909f49ad), [`3c1a345`](https://github.com/graphql/graphiql/commit/3c1a345acd9bf07b45bc230009cb57c51c425673)]:
- @graphiql/[email protected]

## 3.1.0

### Minor Changes

- [#3682](https://github.com/graphql/graphiql/pull/3682) [`6c9f0df`](https://github.com/graphql/graphiql/commit/6c9f0df83ea4afe7fa59f84d83d59fba73dc3931) Thanks [@yaacovCR](https://github.com/yaacovCR)! - Support v17 of `graphql-js` from `17.0.0-alpha.2` forward.

Includes support for the latest incremental delivery response format. For further details, see https://github.com/graphql/defer-stream-wg/discussions/69.

### Patch Changes

- Updated dependencies [[`6c9f0df`](https://github.com/graphql/graphiql/commit/6c9f0df83ea4afe7fa59f84d83d59fba73dc3931)]:
- @graphiql/[email protected]

## 3.0.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/graphiql-plugin-code-exporter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,14 @@
},
"peerDependencies": {
"@graphiql/react": "^1.0.0-alpha.0",
"graphql": "^15.5.0 || ^16.0.0",
"graphql": "^15.5.0 || ^16.0.0 || ^17.0.0-alpha.2",
"react": "^16.8.0 || ^17 || ^18",
"react-dom": "^16.8.0 || ^17 || ^18"
},
"devDependencies": {
"@graphiql/react": "^1.0.0-alpha.0",
"@vitejs/plugin-react": "^4.3.1",
"graphql": "^16.9.0",
"graphql": "^17.0.0-alpha.5",
"postcss-nesting": "^10.1.7",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
13 changes: 13 additions & 0 deletions packages/graphiql-plugin-explorer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,19 @@
- Updated dependencies [[`00415d2`](https://github.com/graphql/graphiql/commit/00415d2940c4d76a4a9e683e9fa0504ba97dd627), [`9baf1f0`](https://github.com/graphql/graphiql/commit/9baf1f0fc9f32404fbb8bf57b3d1c2c2c8778ddb), [`8ff87d7`](https://github.com/graphql/graphiql/commit/8ff87d7b6b3d5d12b539612a39ca3abf7e631106), [`82bc961`](https://github.com/graphql/graphiql/commit/82bc961a33c4e9da29dffb4a603035a4909f49ad), [`3c1a345`](https://github.com/graphql/graphiql/commit/3c1a345acd9bf07b45bc230009cb57c51c425673)]:
- @graphiql/[email protected]

## 3.2.0

### Minor Changes

- [#3682](https://github.com/graphql/graphiql/pull/3682) [`6c9f0df`](https://github.com/graphql/graphiql/commit/6c9f0df83ea4afe7fa59f84d83d59fba73dc3931) Thanks [@yaacovCR](https://github.com/yaacovCR)! - Support v17 of `graphql-js` from `17.0.0-alpha.2` forward.

Includes support for the latest incremental delivery response format. For further details, see https://github.com/graphql/defer-stream-wg/discussions/69.

### Patch Changes

- Updated dependencies [[`6c9f0df`](https://github.com/graphql/graphiql/commit/6c9f0df83ea4afe7fa59f84d83d59fba73dc3931)]:
- @graphiql/[email protected]

## 3.1.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/graphiql-plugin-explorer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@
},
"peerDependencies": {
"@graphiql/react": "^1.0.0-alpha.0",
"graphql": "^15.5.0 || ^16.0.0",
"graphql": "^15.5.0 || ^16.0.0 || ^17.0.0-alpha.2",
"react": "^16.8.0 || ^17 || ^18",
"react-dom": "^16.8.0 || ^17 || ^18"
},
"devDependencies": {
"@graphiql/react": "^1.0.0-alpha.0",
"@vitejs/plugin-react": "^4.3.1",
"graphql": "^16.9.0",
"graphql": "^17.0.0-alpha.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^4.6.3",
Expand Down
15 changes: 15 additions & 0 deletions packages/graphiql-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,21 @@
- [#3692](https://github.com/graphql/graphiql/pull/3692) [`82bc961`](https://github.com/graphql/graphiql/commit/82bc961a33c4e9da29dffb4a603035a4909f49ad) Thanks [@dimaMachina](https://github.com/dimaMachina)! - - prefer `location` over `window.location`
- prefer `navigator` over `window.navigator`

## 0.24.0

### Minor Changes

- [#3682](https://github.com/graphql/graphiql/pull/3682) [`6c9f0df`](https://github.com/graphql/graphiql/commit/6c9f0df83ea4afe7fa59f84d83d59fba73dc3931) Thanks [@yaacovCR](https://github.com/yaacovCR)! - Support v17 of `graphql-js` from `17.0.0-alpha.2` forward.

Includes support for the latest incremental delivery response format. For further details, see https://github.com/graphql/defer-stream-wg/discussions/69.

### Patch Changes

- Updated dependencies [[`6c9f0df`](https://github.com/graphql/graphiql/commit/6c9f0df83ea4afe7fa59f84d83d59fba73dc3931)]:
- [email protected]
- [email protected]
- @graphiql/[email protected]

## 0.23.1

### Patch Changes
Expand Down
14 changes: 8 additions & 6 deletions packages/graphiql-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@
"types:check": "tsc --noEmit"
},
"peerDependencies": {
"graphql": "^15.5.0 || ^16.0.0",
"graphql": "^15.5.0 || ^16.0.0 || ^17.0.0-alpha.2",
"react": "^16.8.0 || ^17 || ^18",
"react-dom": "^16.8.0 || ^17 || ^18"
},
"dependencies": {
"@graphiql/toolkit": "^0.9.2",
"@graphiql/toolkit": "^0.10.0",
"@headlessui/react": "^1.7.15",
"@radix-ui/react-dialog": "^1.0.4",
"@radix-ui/react-dropdown-menu": "^2.0.5",
Expand All @@ -55,20 +55,22 @@
"@types/codemirror": "^5.60.8",
"clsx": "^1.2.1",
"codemirror": "^5.65.3",
"codemirror-graphql": "^2.0.13",
"codemirror-graphql": "^2.1.0",
"copy-to-clipboard": "^3.2.0",
"framer-motion": "^10.0.0",
"graphql-language-service": "^5.2.2",
"get-value": "^3.0.1",
"graphql-language-service": "^5.3.0",
"markdown-it": "^14.1.0",
"set-value": "^4.1.0"
},
"devDependencies": {
"@types/markdown-it": "^14.1.2",
"@babel/helper-string-parser": "^7.19.4",
"@testing-library/react": "14.0.0",
"@types/markdown-it": "^14.1.2",
"@types/get-value": "^3.0.5",
"@types/set-value": "^4.0.1",
"@vitejs/plugin-react": "^4.3.1",
"graphql": "^16.9.0",
"graphql": "^17.0.0-alpha.5",
"postcss-nesting": "^10.1.7",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
Loading