This repository was archived by the owner on Mar 20, 2023. It is now read-only.
File tree 3 files changed +219
-125
lines changed
3 files changed +219
-125
lines changed Original file line number Diff line number Diff line change 64
64
},
65
65
"devDependencies" : {
66
66
"babel-cli" : " ^6.26.0" ,
67
- "babel-eslint" : " 7 .2.3 " ,
67
+ "babel-eslint" : " ^8 .2.1 " ,
68
68
"babel-plugin-transform-async-to-generator" : " 6.24.1" ,
69
69
"babel-plugin-transform-class-properties" : " 6.24.1" ,
70
70
"babel-plugin-transform-flow-strip-types" : " 6.22.0" ,
76
76
"chai" : " ^4.1.2" ,
77
77
"connect" : " 3.6.3" ,
78
78
"coveralls" : " 2.13.1" ,
79
- "eslint" : " ^4.6 .0" ,
80
- "eslint-plugin-flowtype" : " ^2.35.1 " ,
79
+ "eslint" : " ^4.15 .0" ,
80
+ "eslint-plugin-flowtype" : " ^2.41.0 " ,
81
81
"express" : " ^4.15.4" ,
82
82
"express3" : " *" ,
83
- "flow-bin" : " 0.52.0 " ,
84
- "graphql" : " 0.11.2 " ,
83
+ "flow-bin" : " ^0.63.1 " ,
84
+ "graphql" : " ^0.12.3 " ,
85
85
"isparta" : " 4.0.0" ,
86
86
"mocha" : " 3.5.0" ,
87
87
"multer" : " 1.3.0" ,
92
92
"supertest" : " 3.0.0"
93
93
},
94
94
"peerDependencies" : {
95
- "graphql" : " ^0.10.0 || ^0.11.0"
95
+ "graphql" : " ^0.10.0 || ^0.11.0 || ^0.12.0 "
96
96
}
97
97
}
Original file line number Diff line number Diff line change @@ -1255,9 +1255,7 @@ describe('test harness', () => {
1255
1255
expect ( JSON . parse ( response . text ) ) . to . deep . equal ( {
1256
1256
errors : [
1257
1257
{
1258
- message :
1259
- 'Syntax Error GraphQL request (1:1) ' +
1260
- 'Unexpected Name "syntaxerror"\n\n1: syntaxerror\n ^\n' ,
1258
+ message : 'Syntax Error: Unexpected Name "syntaxerror"' ,
1261
1259
locations : [ { line : 1 , column : 1 } ] ,
1262
1260
} ,
1263
1261
] ,
You can’t perform that action at this time.
0 commit comments