File tree Expand file tree Collapse file tree 16 files changed +67
-28
lines changed
graphiql-vite-react-router
graphiql-plugin-code-exporter
graphiql-plugin-doc-explorer Expand file tree Collapse file tree 16 files changed +67
-28
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11
11
"start" : " react-router-serve dist/server/index.js"
12
12
},
13
13
"dependencies" : {
14
- "@graphiql/react" : " 0.36 .0" ,
14
+ "@graphiql/react" : " 0.37 .0" ,
15
15
"@react-router/fs-routes" : " 7.6.3" ,
16
16
"@react-router/node" : " 7.6.3" ,
17
17
"@react-router/serve" : " 7.6.3" ,
18
- "graphiql" : " 5.1.0 " ,
18
+ "graphiql" : " 5.1.1 " ,
19
19
"isbot" : " ^5" ,
20
20
"react" : " 19.1.0" ,
21
21
"react-dom" : " 19.1.0" ,
Original file line number Diff line number Diff line change 3
3
"version" : " 0.0.0" ,
4
4
"private" : true ,
5
5
"dependencies" : {
6
- "graphiql" : " ^5.1.0 " ,
6
+ "graphiql" : " ^5.1.1 " ,
7
7
"graphql" : " ^16.11.0" ,
8
8
"react" : " ^19.1.0" ,
9
9
"react-dom" : " ^19.1.0"
Original file line number Diff line number Diff line change 9
9
"start" : " NODE_ENV=development webpack-cli serve"
10
10
},
11
11
"dependencies" : {
12
- "@graphiql/plugin-code-exporter" : " ^5.1.0 " ,
13
- "@graphiql/plugin-explorer" : " ^5.1.0 " ,
14
- "@graphiql/react" : " ^0.36 .0" ,
12
+ "@graphiql/plugin-code-exporter" : " ^5.1.1 " ,
13
+ "@graphiql/plugin-explorer" : " ^5.1.1 " ,
14
+ "@graphiql/react" : " ^0.37 .0" ,
15
15
"@graphiql/toolkit" : " ^0.11.3" ,
16
- "graphiql" : " ^5.1.0 " ,
16
+ "graphiql" : " ^5.1.1 " ,
17
17
"graphql" : " ^16.9.0" ,
18
18
"graphql-ws" : " ^5.5.5" ,
19
19
"react" : " ^19.1.0" ,
Original file line number Diff line number Diff line change 1
1
# @graphiql/plugin-code-exporter
2
2
3
+ ## 5.1.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[ ` 6e5d5fc ` ] ( https://github.com/graphql/graphiql/commit/6e5d5fce9a7eb5770f40300fc153e0b9b10edfbf )] :
8
+ - @graphiql/react @0.37.0
9
+
3
10
## 5.1.0
4
11
5
12
### Minor Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @graphiql/plugin-code-exporter" ,
3
- "version" : " 5.1.0 " ,
3
+ "version" : " 5.1.1 " ,
4
4
"sideEffects" : false ,
5
5
"repository" : {
6
6
"type" : " git" ,
36
36
"graphiql-code-exporter" : " ^3.0.3"
37
37
},
38
38
"peerDependencies" : {
39
- "@graphiql/react" : " ^0.36 .0" ,
39
+ "@graphiql/react" : " ^0.37 .0" ,
40
40
"graphql" : " ^15.5.0 || ^16.0.0 || ^17.0.0-alpha.2" ,
41
41
"react" : " ^18 || ^19" ,
42
42
"react-dom" : " ^18 || ^19"
43
43
},
44
44
"devDependencies" : {
45
- "@graphiql/react" : " ^0.36 .0" ,
45
+ "@graphiql/react" : " ^0.37 .0" ,
46
46
"@vitejs/plugin-react" : " ^4.4.1" ,
47
47
"graphql" : " ^16.9.0" ,
48
48
"react" : " ^19.1.0" ,
Original file line number Diff line number Diff line change 1
1
# @graphiql/plugin-doc-explorer
2
2
3
+ ## 0.4.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[ ` 6e5d5fc ` ] ( https://github.com/graphql/graphiql/commit/6e5d5fce9a7eb5770f40300fc153e0b9b10edfbf )] :
8
+ - @graphiql/react @0.37.0
9
+
3
10
## 0.4.0
4
11
5
12
### Minor Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @graphiql/plugin-doc-explorer" ,
3
- "version" : " 0.4.0 " ,
3
+ "version" : " 0.4.1 " ,
4
4
"sideEffects" : false ,
5
5
"repository" : {
6
6
"type" : " git" ,
36
36
"test" : " vitest"
37
37
},
38
38
"peerDependencies" : {
39
- "@graphiql/react" : " ^0.36 .0" ,
39
+ "@graphiql/react" : " ^0.37 .0" ,
40
40
"graphql" : " ^15.5.0 || ^16.0.0 || ^17.0.0" ,
41
41
"react" : " ^18 || ^19" ,
42
42
"react-compiler-runtime" : " 19.1.0-rc.1" ,
Original file line number Diff line number Diff line change 1
1
# @graphiql/plugin-explorer
2
2
3
+ ## 5.1.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[ ` 6e5d5fc ` ] ( https://github.com/graphql/graphiql/commit/6e5d5fce9a7eb5770f40300fc153e0b9b10edfbf )] :
8
+ - @graphiql/react @0.37.0
9
+
3
10
## 5.1.0
4
11
5
12
### Minor Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @graphiql/plugin-explorer" ,
3
- "version" : " 5.1.0 " ,
3
+ "version" : " 5.1.1 " ,
4
4
"sideEffects" : false ,
5
5
"repository" : {
6
6
"type" : " git" ,
35
35
"graphiql-explorer" : " ^0.9.0"
36
36
},
37
37
"peerDependencies" : {
38
- "@graphiql/react" : " ^0.36 .0" ,
38
+ "@graphiql/react" : " ^0.37 .0" ,
39
39
"graphql" : " ^15.5.0 || ^16.0.0 || ^17.0.0-alpha.2" ,
40
40
"react" : " ^18 || ^19" ,
41
41
"react-dom" : " ^18 || ^19"
42
42
},
43
43
"devDependencies" : {
44
- "@graphiql/react" : " ^0.36 .0" ,
44
+ "@graphiql/react" : " ^0.37 .0" ,
45
45
"@vitejs/plugin-react" : " ^4.4.1" ,
46
46
"graphql" : " ^16.9.0" ,
47
47
"react" : " ^19.1.0" ,
You can’t perform that action at this time.
0 commit comments