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
4343
4444### Changed
4545
46- - Updated [ GraphiQL] to [ 3.7.0 version] ( https://github.com/graphql/graphiql/blob/graphiql%403.7.0 /packages/graphiql/CHANGELOG.md#370 ) . ([ #1279 ] )
46+ - Updated [ GraphiQL] to [ 3.7.1 version] ( https://github.com/graphql/graphiql/blob/graphiql%403.7.1 /packages/graphiql/CHANGELOG.md#371 ) . ([ #1279 ] )
4747
4848[ #1252 ] : /../../pull/1252
4949[ #1270 ] : /../../issues/1270
5050[ #1271 ] : /../../pull/1271
5151[ #1272 ] : /../../pull/1272
5252[ #1275 ] : /../../pull/1275
5353[ #1277 ] : /../../pull/1277
54- [ #1279 ] : /../../pull/1279
54+ [ #1281 ] : /../../pull/1281
5555
5656
5757
Original file line number Diff line number Diff line change 44 "postinstall" : " make graphiql graphql-playground"
55 },
66 "dependencies" : {
7- "graphiql" : " 3.7.0 " ,
7+ "graphiql" : " 3.7.1 " ,
88 "graphql-playground-react" : " 1.7.28"
99 }
1010}
Original file line number Diff line number Diff line change 4242 favored resource bundler.
4343 -->
4444 < script
45- src ="https://unpkg.com/graphiql@3.7.0 /graphiql.min.js "
45+ src ="https://unpkg.com/graphiql@3.7.1 /graphiql.min.js "
4646 type ="application/javascript "
4747 > </ script >
48- < link rel ="stylesheet " href ="https://unpkg.com/graphiql@3.7.0 /graphiql.min.css " />
48+ < link rel ="stylesheet " href ="https://unpkg.com/graphiql@3.7.1 /graphiql.min.css " />
4949 <!--
5050 These are imports for the GraphIQL Explorer plugin.
5151 -->
You can’t perform that action at this time.
0 commit comments