File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ All user visible changes to `juniper` crate will be documented in this file. Thi
46
46
47
47
### Changed
48
48
49
- - Updated [ GraphiQL] to [ 3.8.3 version] ( https://github.com/graphql/graphiql/blob/graphiql%403.8.3 /packages/graphiql/CHANGELOG.md#383 ) . ([ #1300 ] )
49
+ - Updated [ GraphiQL] to [ 3.9.0 version] ( https://github.com/graphql/graphiql/blob/graphiql%403.9.0 /packages/graphiql/CHANGELOG.md#390 ) . ([ #1315 ] )
50
50
51
51
[ #1252 ] : /../../pull/1252
52
52
[ #1270 ] : /../../issues/1270
@@ -57,8 +57,8 @@ All user visible changes to `juniper` crate will be documented in this file. Thi
57
57
[ #1278 ] : /../../pull/1278
58
58
[ #1281 ] : /../../pull/1281
59
59
[ #1284 ] : /../../pull/1284
60
- [ #1300 ] : /../../pull/1300
61
60
[ #1311 ] : /../../pull/1311
61
+ [ #1315 ] : /../../pull/1315
62
62
[ todo ] : /../../commit/todo
63
63
64
64
Original file line number Diff line number Diff line change 4
4
"postinstall" : " make graphiql graphql-playground"
5
5
},
6
6
"dependencies" : {
7
- "graphiql" : " 3.8.3 " ,
7
+ "graphiql" : " 3.9.0 " ,
8
8
"graphql-playground-react" : " 1.7.28"
9
9
}
10
10
}
Original file line number Diff line number Diff line change 42
42
favored resource bundler.
43
43
-->
44
44
< script
45
- src ="https://unpkg.com/graphiql@3.8.3 /graphiql.min.js "
45
+ src ="https://unpkg.com/graphiql@3.9.0 /graphiql.min.js "
46
46
type ="application/javascript "
47
47
> </ script >
48
- < link rel ="stylesheet " href ="https://unpkg.com/graphiql@3.8.3 /graphiql.min.css " />
48
+ < link rel ="stylesheet " href ="https://unpkg.com/graphiql@3.9.0 /graphiql.min.css " />
49
49
<!--
50
50
These are imports for the GraphIQL Explorer plugin.
51
51
-->
You can’t perform that action at this time.
0 commit comments