Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 273dfa5

Browse files
acaogithub-actions[bot]dimaMachina
authored
Version Packages (#4125)
* Version Packages * run yarn --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Dima <dima@inkeep.com>
1 parent d77abe6 commit 273dfa5

File tree

9 files changed

+31
-22
lines changed

9 files changed

+31
-22
lines changed

‎.changeset/giant-bears-develop.md‎

Lines changed: 0 additions & 6 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.1",
14+
"@graphiql/react": "0.37.2",
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.2.0",
18+
"graphiql": "5.2.1",
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.2.0",
6+
"graphiql": "^5.2.1",
77
"graphql": "^16.11.0",
88
"react": "^19.1.0",
99
"react-dom": "^19.1.0"

‎examples/graphiql-webpack/package.json‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
"dependencies": {
1212
"@graphiql/plugin-code-exporter": "^5.1.1",
1313
"@graphiql/plugin-explorer": "^5.1.1",
14-
"@graphiql/react": "^0.37.1",
14+
"@graphiql/react": "^0.37.2",
1515
"@graphiql/toolkit": "^0.11.3",
16-
"graphiql": "^5.2.0",
16+
"graphiql": "^5.2.1",
1717
"graphql": "^16.9.0",
1818
"graphql-ws": "^5.5.5",
1919
"react": "^19.1.0",

‎packages/graphiql-react/CHANGELOG.md‎

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @graphiql/react
22

3+
## 0.37.2
4+
5+
### Patch Changes
6+
7+
- [#4124](https://github.com/graphql/graphiql/pull/4124) [`d77abe6`](https://github.com/graphql/graphiql/commit/d77abe647e700ef8949a16c3bccda648d5c6adae) Thanks [@dimaMachina](https://github.com/dimaMachina)! - pin `monaco-editor` to `0.52.2`
8+
39
## 0.37.1
410

511
### Patch Changes

‎packages/graphiql-react/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphiql/react",
3-
"version": "0.37.1",
3+
"version": "0.37.2",
44
"sideEffects": [
55
"dist/setup-workers/*"
66
],

‎packages/graphiql/CHANGELOG.md‎

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Change Log
22

3+
## 5.2.1
4+
5+
### Patch Changes
6+
7+
- [#4124](https://github.com/graphql/graphiql/pull/4124) [`d77abe6`](https://github.com/graphql/graphiql/commit/d77abe647e700ef8949a16c3bccda648d5c6adae) Thanks [@dimaMachina](https://github.com/dimaMachina)! - pin `monaco-editor` to `0.52.2`
8+
9+
- Updated dependencies [[`d77abe6`](https://github.com/graphql/graphiql/commit/d77abe647e700ef8949a16c3bccda648d5c6adae)]:
10+
- @graphiql/react@0.37.2
11+
312
## 5.2.0
413

514
### Minor Changes

‎packages/graphiql/package.json‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphiql",
3-
"version": "5.2.0",
3+
"version": "5.2.1",
44
"sideEffects": [
55
"dist/setup-workers/*"
66
],
@@ -51,7 +51,7 @@
5151
"dependencies": {
5252
"@graphiql/plugin-doc-explorer": "^0.4.1",
5353
"@graphiql/plugin-history": "^0.4.1",
54-
"@graphiql/react": "^0.37.1",
54+
"@graphiql/react": "^0.37.2",
5555
"react-compiler-runtime": "19.1.0-rc.1"
5656
},
5757
"peerDependencies": {

‎yarn.lock‎

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3513,7 +3513,7 @@ __metadata:
35133513
languageName: unknown
35143514
linkType: soft
35153515

3516-
"@graphiql/react@npm:0.37.1, @graphiql/react@npm:^0.37.0, @graphiql/react@npm:^0.37.1, @graphiql/react@workspace:packages/graphiql-react":
3516+
"@graphiql/react@npm:0.37.2, @graphiql/react@npm:^0.37.0, @graphiql/react@npm:^0.37.2, @graphiql/react@workspace:packages/graphiql-react":
35173517
version: 0.0.0-use.local
35183518
resolution: "@graphiql/react@workspace:packages/graphiql-react"
35193519
dependencies:
@@ -13094,14 +13094,14 @@ __metadata:
1309413094
version: 0.0.0-use.local
1309513095
resolution: "example-graphiql-vite-react-router@workspace:examples/graphiql-vite-react-router"
1309613096
dependencies:
13097-
"@graphiql/react": "npm:0.37.1"
13097+
"@graphiql/react": "npm:0.37.2"
1309813098
"@react-router/dev": "npm:7.6.3"
1309913099
"@react-router/fs-routes": "npm:7.6.3"
1310013100
"@react-router/node": "npm:7.6.3"
1310113101
"@react-router/serve": "npm:7.6.3"
1310213102
"@types/node": "npm:22.15.34"
1310313103
"@types/react": "npm:19.1.8"
13104-
graphiql: "npm:5.2.0"
13104+
graphiql: "npm:5.2.1"
1310513105
isbot: "npm:^5"
1310613106
react: "npm:19.1.0"
1310713107
react-dom: "npm:19.1.0"
@@ -13116,7 +13116,7 @@ __metadata:
1311613116
resolution: "example-graphiql-vite@workspace:examples/graphiql-vite"
1311713117
dependencies:
1311813118
"@vitejs/plugin-react": "npm:^4.4.1"
13119-
graphiql: "npm:^5.2.0"
13119+
graphiql: "npm:^5.2.1"
1312013120
graphql: "npm:^16.11.0"
1312113121
react: "npm:^19.1.0"
1312213122
react-dom: "npm:^19.1.0"
@@ -13135,15 +13135,15 @@ __metadata:
1313513135
"@babel/preset-react": "npm:^7.18.6"
1313613136
"@graphiql/plugin-code-exporter": "npm:^5.1.1"
1313713137
"@graphiql/plugin-explorer": "npm:^5.1.1"
13138-
"@graphiql/react": "npm:^0.37.1"
13138+
"@graphiql/react": "npm:^0.37.2"
1313913139
"@graphiql/toolkit": "npm:^0.11.3"
1314013140
ajv-formats: "npm:^3.0.1"
1314113141
babel-loader: "npm:^9.1.2"
1314213142
copy-webpack-plugin: "npm:11.0.0"
1314313143
cross-env: "npm:^7.0.2"
1314413144
css-loader: "npm:^6.7.3"
1314513145
file-loader: "npm:^6.2.0"
13146-
graphiql: "npm:^5.2.0"
13146+
graphiql: "npm:^5.2.1"
1314713147
graphql: "npm:^16.9.0"
1314813148
graphql-ws: "npm:^5.5.5"
1314913149
html-webpack-plugin: "npm:^5.5.0"
@@ -14874,13 +14874,13 @@ __metadata:
1487414874
languageName: unknown
1487514875
linkType: soft
1487614876

14877-
"graphiql@npm:5.2.0, graphiql@npm:^5.2.0, graphiql@workspace:packages/graphiql":
14877+
"graphiql@npm:5.2.1, graphiql@npm:^5.2.1, graphiql@workspace:packages/graphiql":
1487814878
version: 0.0.0-use.local
1487914879
resolution: "graphiql@workspace:packages/graphiql"
1488014880
dependencies:
1488114881
"@graphiql/plugin-doc-explorer": "npm:^0.4.1"
1488214882
"@graphiql/plugin-history": "npm:^0.4.1"
14883-
"@graphiql/react": "npm:^0.37.1"
14883+
"@graphiql/react": "npm:^0.37.2"
1488414884
"@graphiql/toolkit": "npm:^0.11.3"
1488514885
"@testing-library/dom": "npm:^10.4.0"
1488614886
"@testing-library/jest-dom": "npm:^6.6.3"

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /