File tree 2 files changed +11
-11
lines changed
2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 24
24
"apollo-upload-server" : " ^5.0.0"
25
25
},
26
26
"devDependencies" : {
27
- "@types/graphql" : " 0.13.4 " ,
27
+ "@types/graphql" : " 14.0.5 " ,
28
28
"ava" : " 0.25.0" ,
29
- "graphql" : " 0.13.2 " ,
29
+ "graphql" : " 14.1.1 " ,
30
30
"graphql-middleware" : " 1.7.8" ,
31
31
"graphql-tools" : " 4.0.3" ,
32
32
"prettier" : " 1.14.3" ,
39
39
"typescript" : " 2.9.2"
40
40
},
41
41
"peerDependencies" : {
42
- "graphql" : " ^0.13.2" ,
42
+ "graphql" : " ^0.13.2 || ^14.0.0 " ,
43
43
"graphql-middleware" : " ^1.4.2"
44
44
},
45
45
"release" : {
Original file line number Diff line number Diff line change 154
154
into-stream "^3.1.0"
155
155
lodash "^4.17.4"
156
156
157
- " @types/graphql@0.13.4 " :
158
- version "0.13.4 "
159
- resolved "https://registry.yarnpkg.com/@types/graphql/-/graphql-0.13.4. tgz#55ae9c29f0fd6b85ee536f5c72b4769d5c5e06b1 "
157
+ " @types/graphql@14.0.5 " :
158
+ version "14.0.5 "
159
+ resolved "https://registry.yarnpkg.com/@types/graphql/-/graphql-14.0.5. tgz#e696292fd2d77dc168b5b791710f83463aa39abd "
160
160
161
161
JSONStream@^1.0.4 :
162
162
version "1.3.3"
@@ -1866,11 +1866,11 @@ graphql-tools@^4.0.2:
1866
1866
iterall "^1.1.3"
1867
1867
uuid "^3.1.0"
1868
1868
1869
- graphql@0.13.2 :
1870
- version "0.13.2 "
1871
- resolved "https://registry.yarnpkg.com/graphql/-/graphql-0.13.2 .tgz#4c740ae3c222823e7004096f832e7b93b2108270 "
1869
+ graphql@14.1.1 :
1870
+ version "14.1.1 "
1871
+ resolved "https://registry.yarnpkg.com/graphql/-/graphql-14.1.1 .tgz#d5d77df4b19ef41538d7215d1e7a28834619fac0 "
1872
1872
dependencies :
1873
- iterall "^1.2.1 "
1873
+ iterall "^1.2.2 "
1874
1874
1875
1875
handlebars@^4.0.2 :
1876
1876
version "4.0.11"
@@ -2362,7 +2362,7 @@ issue-parser@^2.2.0:
2362
2362
lodash.isplainobject "^4.0.6"
2363
2363
lodash.isstring "^4.0.1"
2364
2364
2365
- iterall@^1.1.3, iterall@^1.2.1 :
2365
+ iterall@^1.1.3, iterall@^1.2.2 :
2366
2366
version "1.2.2"
2367
2367
resolved "https://registry.yarnpkg.com/iterall/-/iterall-1.2.2.tgz#92d70deb8028e0c39ff3164fdbf4d8b088130cd7"
2368
2368
You can’t perform that action at this time.
0 commit comments