Skip to content

Commit f444ef2

Browse files
Version Packages
1 parent e751f65 commit f444ef2

21 files changed

Lines changed: 106 additions & 65 deletions

File tree

.changeset/disable-editor-ligatures.md

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

.changeset/expose-custom-scalar-schemas.md

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

.changeset/graphql-value-string-highlighting.md

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

examples/graphiql-vite-react-router/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
"start": "react-router-serve dist/server/index.js"
1212
},
1313
"dependencies": {
14-
"@graphiql/react": "^0.37.7",
14+
"@graphiql/react": "^0.38.0",
1515
"@react-router/fs-routes": "^7",
1616
"@react-router/node": "^7",
1717
"@react-router/serve": "^7",
18-
"graphiql": "^5.2.4",
18+
"graphiql": "^5.3.0",
1919
"isbot": "^5",
2020
"react": "^19",
2121
"react-dom": "^19",

examples/graphiql-vite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.0.0",
44
"private": true,
55
"dependencies": {
6-
"graphiql": "^5.2.4",
6+
"graphiql": "^5.3.0",
77
"graphql": "^16",
88
"react": "^19",
99
"react-dom": "^19"

examples/graphiql-webpack/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
"start": "NODE_ENV=development webpack-cli serve"
1010
},
1111
"dependencies": {
12-
"@graphiql/plugin-code-exporter": "^5.1.2",
13-
"@graphiql/plugin-explorer": "^5.1.3",
14-
"@graphiql/react": "^0.37.7",
12+
"@graphiql/plugin-code-exporter": "^5.1.3",
13+
"@graphiql/plugin-explorer": "^5.1.4",
14+
"@graphiql/react": "^0.38.0",
1515
"@graphiql/toolkit": "^0.12.1",
16-
"graphiql": "^5.2.4",
16+
"graphiql": "^5.3.0",
1717
"graphql": "^16",
1818
"graphql-ws": "^6",
1919
"react": "^19",

packages/graphiql-plugin-code-exporter/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @graphiql/plugin-code-exporter
22

3+
## 5.1.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`6090495`](https://github.com/graphql/graphiql/commit/6090495deeddcda391b3131e02e431a0556c6a31), [`e751f65`](https://github.com/graphql/graphiql/commit/e751f653f0864eca19d1a86b04d2afd24a9aecc6)]:
8+
- @graphiql/react@0.38.0
9+
310
## 5.1.2
411

512
### Patch Changes

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphiql/plugin-code-exporter",
3-
"version": "5.1.2",
3+
"version": "5.1.3",
44
"sideEffects": [
55
"*.css"
66
],
@@ -38,13 +38,13 @@
3838
"graphiql-code-exporter": "^3.0.3"
3939
},
4040
"peerDependencies": {
41-
"@graphiql/react": "^0.37.0",
41+
"@graphiql/react": "^0.38.0",
4242
"graphql": "^15.5.0 || ^16.0.0 || ^17.0.0-alpha.2",
4343
"react": "^18 || ^19",
4444
"react-dom": "^18 || ^19"
4545
},
4646
"devDependencies": {
47-
"@graphiql/react": "^0.37.4",
47+
"@graphiql/react": "^0.38.0",
4848
"@vitejs/plugin-react": "^4.4.1",
4949
"graphql": "^16.9.0",
5050
"react": "^19.1.0",

packages/graphiql-plugin-doc-explorer/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @graphiql/plugin-doc-explorer
22

3+
## 0.4.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`6090495`](https://github.com/graphql/graphiql/commit/6090495deeddcda391b3131e02e431a0556c6a31), [`e751f65`](https://github.com/graphql/graphiql/commit/e751f653f0864eca19d1a86b04d2afd24a9aecc6)]:
8+
- @graphiql/react@0.38.0
9+
310
## 0.4.2
411

512
### Patch Changes

packages/graphiql-plugin-doc-explorer/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphiql/plugin-doc-explorer",
3-
"version": "0.4.2",
3+
"version": "0.4.3",
44
"sideEffects": [
55
"*.css"
66
],
@@ -38,7 +38,7 @@
3838
"test": "vitest run"
3939
},
4040
"peerDependencies": {
41-
"@graphiql/react": "^0.37.0",
41+
"@graphiql/react": "^0.38.0",
4242
"graphql": "^15.5.0 || ^16.0.0 || ^17.0.0",
4343
"react": "^18 || ^19",
4444
"react-dom": "^18 || ^19"
@@ -49,7 +49,7 @@
4949
"zustand": "^5"
5050
},
5151
"devDependencies": {
52-
"@graphiql/react": "^0.37.4",
52+
"@graphiql/react": "^0.38.0",
5353
"@testing-library/dom": "^10.4.0",
5454
"@testing-library/jest-dom": "^6.6.3",
5555
"@testing-library/react": "^16.3.0",

0 commit comments

Comments
 (0)