File tree Expand file tree Collapse file tree 2 files changed +11
-9
lines changed Expand file tree Collapse file tree 2 files changed +11
-9
lines changed Original file line number Diff line number Diff line change 1
1
# graphql-compose-dataloader
2
+
3
+ [ ![ Greenkeeper badge] ( https://badges.greenkeeper.io/stoffern/graphql-compose-dataloader.svg )] ( https://greenkeeper.io/ )
2
4
[ ![ Travis] ( https://img.shields.io/travis/stoffern/graphql-compose-dataloader.svg )] ( )
3
5
[ ![ npm version] ( https://img.shields.io/npm/v/graphql-compose-dataloader.svg?style=flat-square )] ( https://www.npmjs.com/package/graphql-compose-dataloader ) [ ![ npm] ( https://img.shields.io/npm/l/graphql-compose-dataloader.svg?style=flat-square )] ( https://github.com/stoffern/graphql-compose-dataloader/blob/master/LICENSE )
4
6
Add DataLoader to graphql-composer resolvers.
Original file line number Diff line number Diff line change 47
47
"devDependencies" : {
48
48
"babel-cli" : " ^6.22.2" ,
49
49
"babel-core" : " ^6.22.1" ,
50
- "babel-eslint" : " ^7.1 .1" ,
50
+ "babel-eslint" : " ^8.0 .1" ,
51
51
"babel-plugin-syntax-async-functions" : " 6.13.0" ,
52
52
"babel-plugin-transform-class-properties" : " ^6.22.0" ,
53
53
"babel-plugin-transform-flow-strip-types" : " ^6.22.0" ,
56
56
"babel-plugin-transform-runtime" : " ^6.22.0" ,
57
57
"babel-preset-es2015" : " ^6.22.0" ,
58
58
"babel-runtime" : " ^6.22.0" ,
59
- "chai" : " ^3.5.0 " ,
60
- "cross-env" : " ^3.1.4 " ,
61
- "cz-conventional-changelog" : " ^1.2 .0" ,
62
- "graphql" : " ^0.9.0 " ,
63
- "graphql-compose" : " ^1.10.0 " ,
64
- "mocha" : " ^3.2.0 " ,
65
- "nyc" : " ^10.1.2 " ,
59
+ "chai" : " ^4.1.2 " ,
60
+ "cross-env" : " ^5.0.5 " ,
61
+ "cz-conventional-changelog" : " ^2.0 .0" ,
62
+ "graphql" : " ^0.11.7 " ,
63
+ "graphql-compose" : " ^2.9.1 " ,
64
+ "mocha" : " ^4.0.1 " ,
65
+ "nyc" : " ^11.2.1 " ,
66
66
"rimraf" : " ^2.5.4" ,
67
- "semantic-release" : " ^6.3.2 "
67
+ "semantic-release" : " ^8.0.3 "
68
68
},
69
69
"config" : {
70
70
"commitizen" : {
You can’t perform that action at this time.
0 commit comments