File tree 10 files changed +44
-19
lines changed
examples/graphiql-webpack
graphiql-plugin-code-exporter
10 files changed +44
-19
lines changed Load Diff This file was deleted.
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" : " ^1 .0.5 " ,
13
- "@graphiql/plugin-explorer" : " ^1 .0.4 " ,
12
+ "@graphiql/plugin-code-exporter" : " ^2 .0.0 " ,
13
+ "@graphiql/plugin-explorer" : " ^2 .0.0 " ,
14
14
"@graphiql/toolkit" : " ^0.9.1" ,
15
- "@graphiql/react" : " ^0.20.4 " ,
16
- "graphiql" : " ^3.1.2 " ,
15
+ "@graphiql/react" : " ^0.21.0 " ,
16
+ "graphiql" : " ^3.2.0 " ,
17
17
"graphql" : " ^16.8.1" ,
18
18
"graphql-ws" : " ^5.5.5" ,
19
19
"react" : " ^18.2.0" ,
Original file line number Diff line number Diff line change 1
1
# @graphiql/plugin-code-exporter
2
2
3
+ ## 2.0.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[ ` 5d051054 ` ] ( https://github.com/graphql/graphiql/commit/5d05105469c3f0cbeb5e294da1cf6ff2355e4eb5 )] :
8
+ - @graphiql/react @0.21.0
9
+
3
10
## 1.0.5
4
11
5
12
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @graphiql/plugin-code-exporter" ,
3
- "version" : " 1 .0.5 " ,
3
+ "version" : " 2 .0.0 " ,
4
4
"repository" : {
5
5
"type" : " git" ,
6
6
"url" : " https://github.com/graphql/graphiql" ,
33
33
"graphiql-code-exporter" : " ^3.0.3"
34
34
},
35
35
"peerDependencies" : {
36
- "@graphiql/react" : " ^0.20.4 " ,
36
+ "@graphiql/react" : " ^0.21.0 " ,
37
37
"graphql" : " ^15.5.0 || ^16.0.0" ,
38
38
"react" : " ^16.8.0 || ^17 || ^18" ,
39
39
"react-dom" : " ^16.8.0 || ^17 || ^18"
40
40
},
41
41
"devDependencies" : {
42
- "@graphiql/react" : " ^0.20.4 " ,
42
+ "@graphiql/react" : " ^0.21.0 " ,
43
43
"@vitejs/plugin-react" : " ^4.0.1" ,
44
44
"graphql" : " ^16.8.1" ,
45
45
"postcss-nesting" : " ^10.1.7" ,
Original file line number Diff line number Diff line change 1
1
# @graphiql/plugin-explorer
2
2
3
+ ## 2.0.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[ ` 5d051054 ` ] ( https://github.com/graphql/graphiql/commit/5d05105469c3f0cbeb5e294da1cf6ff2355e4eb5 )] :
8
+ - @graphiql/react @0.21.0
9
+
3
10
## 1.0.4
4
11
5
12
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @graphiql/plugin-explorer" ,
3
- "version" : " 1 .0.4 " ,
3
+ "version" : " 2 .0.0 " ,
4
4
"repository" : {
5
5
"type" : " git" ,
6
6
"url" : " https://github.com/graphql/graphiql" ,
32
32
"graphiql-explorer" : " ^0.9.0"
33
33
},
34
34
"peerDependencies" : {
35
- "@graphiql/react" : " ^0.20.4 " ,
35
+ "@graphiql/react" : " ^0.21.0 " ,
36
36
"graphql" : " ^15.5.0 || ^16.0.0" ,
37
37
"react" : " ^16.8.0 || ^17 || ^18" ,
38
38
"react-dom" : " ^16.8.0 || ^17 || ^18"
39
39
},
40
40
"devDependencies" : {
41
- "@graphiql/react" : " ^0.20.4 " ,
41
+ "@graphiql/react" : " ^0.21.0 " ,
42
42
"@vitejs/plugin-react" : " ^4.0.1" ,
43
43
"graphql" : " ^16.8.1" ,
44
44
"react" : " ^18.2.0" ,
Original file line number Diff line number Diff line change 1
1
# @graphiql/react
2
2
3
+ ## 0.21.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [ #3569 ] ( https://github.com/graphql/graphiql/pull/3569 ) [ ` 5d051054 ` ] ( https://github.com/graphql/graphiql/commit/5d05105469c3f0cbeb5e294da1cf6ff2355e4eb5 ) Thanks [ @AaronMoat ] ( https://github.com/AaronMoat ) ! - Update to markdown-it 14.x
8
+
3
9
## 0.20.4
4
10
5
11
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @graphiql/react" ,
3
- "version" : " 0.20.4 " ,
3
+ "version" : " 0.21.0 " ,
4
4
"repository" : {
5
5
"type" : " git" ,
6
6
"url" : " https://github.com/graphql/graphiql" ,
Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## 3.2.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [ #3569 ] ( https://github.com/graphql/graphiql/pull/3569 ) [ ` 5d051054 ` ] ( https://github.com/graphql/graphiql/commit/5d05105469c3f0cbeb5e294da1cf6ff2355e4eb5 ) Thanks [ @AaronMoat ] ( https://github.com/AaronMoat ) ! - Update to markdown-it 14.x
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [[ ` 5d051054 ` ] ( https://github.com/graphql/graphiql/commit/5d05105469c3f0cbeb5e294da1cf6ff2355e4eb5 )] :
12
+ - @graphiql/react @0.21.0
13
+
3
14
## 3.1.2
4
15
5
16
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " graphiql" ,
3
- "version" : " 3.1.2 " ,
3
+ "version" : " 3.2.0 " ,
4
4
"description" : " An graphical interactive in-browser GraphQL IDE." ,
5
5
"contributors" : [
6
6
" Hyohyeon Jeong <asiandrummer@fb.com>" ,
47
47
"webpack" : " webpack-cli --config resources/webpack.config.js"
48
48
},
49
49
"dependencies" : {
50
- "@graphiql/react" : " ^0.20.4 " ,
50
+ "@graphiql/react" : " ^0.21.0 " ,
51
51
"@graphiql/toolkit" : " ^0.9.1" ,
52
52
"graphql-language-service" : " ^5.2.0" ,
53
53
"markdown-it" : " ^14.1.0"
You can’t perform that action at this time.
0 commit comments