Skip to content

Commit 1dfc857

Browse files
acaogithub-actions[bot]dimaMachina
authored
Version Packages (#4073)
* Version Packages * run yarn --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Dimitri POSTOLOV <[email protected]>
1 parent 3d41e11 commit 1dfc857

File tree

29 files changed

+226
-112
lines changed

29 files changed

+226
-112
lines changed

.changeset/chilled-peaches-wonder.md

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

.changeset/cold-ads-end.md

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

.changeset/early-deers-carry.md

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

.changeset/pretty-camels-sniff.md

Lines changed: 0 additions & 10 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.35.6",
14+
"@graphiql/react": "0.36.0",
1515
"@react-router/fs-routes": "7.6.3",
1616
"@react-router/node": "7.6.3",
1717
"@react-router/serve": "7.6.3",
18-
"graphiql": "5.0.6",
18+
"graphiql": "5.1.0",
1919
"isbot": "^5",
2020
"react": "19.1.0",
2121
"react-dom": "19.1.0",

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.0.6",
6+
"graphiql": "^5.1.0",
77
"graphql": "^16.11.0",
88
"react": "^19.1.0",
99
"react-dom": "^19.1.0"

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.0.0",
13-
"@graphiql/plugin-explorer": "^5.0.0",
14-
"@graphiql/react": "^0.35.6",
12+
"@graphiql/plugin-code-exporter": "^5.1.0",
13+
"@graphiql/plugin-explorer": "^5.1.0",
14+
"@graphiql/react": "^0.36.0",
1515
"@graphiql/toolkit": "^0.11.3",
16-
"graphiql": "^5.0.6",
16+
"graphiql": "^5.1.0",
1717
"graphql": "^16.9.0",
1818
"graphql-ws": "^5.5.5",
1919
"react": "^19.1.0",

examples/monaco-graphql-nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"graphql": "^16.9.0",
1515
"jsonc-parser": "^3.2.0",
1616
"monaco-editor": "^0.52.2",
17-
"monaco-graphql": "^1.7.1",
17+
"monaco-graphql": "^1.7.2",
1818
"next": "15.4.0",
1919
"react": "^19.1.0",
2020
"react-dom": "^19.1.0"

examples/monaco-graphql-react-vite/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
"dependencies": {
66
"@graphiql/toolkit": "^0.11.3",
77
"graphql": "^16.11.0",
8-
"graphql-language-service": "^5.4.0",
8+
"graphql-language-service": "^5.5.0",
99
"jsonc-parser": "^3.2.0",
1010
"monaco-editor": "^0.52.2",
11-
"monaco-graphql": "^1.7.1",
11+
"monaco-graphql": "^1.7.2",
1212
"react": "^19.1.0",
1313
"react-dom": "^19.1.0"
1414
},

examples/monaco-graphql-webpack/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
},
1212
"dependencies": {
1313
"graphql": "^16.9.0",
14-
"graphql-language-service": "^5.4.0",
14+
"graphql-language-service": "^5.5.0",
1515
"json-schema": "^0.4.0",
1616
"jsonc-parser": "^3.2.0",
1717
"monaco-editor": "^0.52.2",
18-
"monaco-graphql": "^1.7.1",
18+
"monaco-graphql": "^1.7.2",
1919
"prettier": "3.3.2"
2020
},
2121
"devDependencies": {

0 commit comments

Comments
 (0)