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 @@ -43,15 +43,15 @@ All user visible changes to `juniper` crate will be documented in this file. Thi
43
43
44
44
### Changed
45
45
46
- - Updated [ GraphiQL] to [ 3.6 .0 version] ( https://github.com/graphql/graphiql/blob/graphiql%403.6 .0/packages/graphiql/CHANGELOG.md#360 ) . ([ #1276 ] )
46
+ - Updated [ GraphiQL] to [ 3.7 .0 version] ( https://github.com/graphql/graphiql/blob/graphiql%403.7 .0/packages/graphiql/CHANGELOG.md#370 ) . ([ #1279 ] )
47
47
48
48
[ #1252 ] : /../../pull/1252
49
49
[ #1270 ] : /../../issues/1270
50
50
[ #1271 ] : /../../pull/1271
51
51
[ #1272 ] : /../../pull/1272
52
52
[ #1275 ] : /../../pull/1275
53
- [ #1276 ] : /../../pull/1276
54
53
[ #1277 ] : /../../pull/1277
54
+ [ #1279 ] : /../../pull/1279
55
55
56
56
57
57
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.6 .0" ,
7
+ "graphiql" : " 3.7 .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.6 .0/graphiql.min.js "
45
+ src ="https://unpkg.com/graphiql@3.7 .0/graphiql.min.js "
46
46
type ="application/javascript "
47
47
> </ script >
48
- < link rel ="stylesheet " href ="https://unpkg.com/graphiql@3.6 .0/graphiql.min.css " />
48
+ < link rel ="stylesheet " href ="https://unpkg.com/graphiql@3.7 .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