Skip to content

Commit 518526e

Browse files
greenkeeper[bot]st0ffern
authored andcommitted
chore(package): update dependencies
* chore(package): update dependencies * docs(readme): add Greenkeeper badge
1 parent c9056ad commit 518526e

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# graphql-compose-dataloader
2+
3+
[![Greenkeeper badge](https://badges.greenkeeper.io/stoffern/graphql-compose-dataloader.svg)](https://greenkeeper.io/)
24
[![Travis](https://img.shields.io/travis/stoffern/graphql-compose-dataloader.svg)]()
35
[![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)
46
Add DataLoader to graphql-composer resolvers.

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"devDependencies": {
4848
"babel-cli": "^6.22.2",
4949
"babel-core": "^6.22.1",
50-
"babel-eslint": "^7.1.1",
50+
"babel-eslint": "^8.0.1",
5151
"babel-plugin-syntax-async-functions": "6.13.0",
5252
"babel-plugin-transform-class-properties": "^6.22.0",
5353
"babel-plugin-transform-flow-strip-types": "^6.22.0",
@@ -56,15 +56,15 @@
5656
"babel-plugin-transform-runtime": "^6.22.0",
5757
"babel-preset-es2015": "^6.22.0",
5858
"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",
6666
"rimraf": "^2.5.4",
67-
"semantic-release": "^6.3.2"
67+
"semantic-release": "^8.0.3"
6868
},
6969
"config": {
7070
"commitizen": {

0 commit comments

Comments
 (0)