Skip to content

Commit 50d8d5a

Browse files
committed
chore(package): Update dependencies
1 parent 0513515 commit 50d8d5a

File tree

2 files changed

+802
-713
lines changed

2 files changed

+802
-713
lines changed

package.json

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -26,38 +26,38 @@
2626
"homepage": "https://github.com/nodkz/graphql-compose-connection",
2727
"peerDependencies": {
2828
"graphql": ">=0.7.1 || >=0.8.0 || >=0.9.0",
29-
"graphql-compose": ">=1.4.0"
29+
"graphql-compose": ">=1.19.0"
3030
},
3131
"devDependencies": {
32-
"babel-cli": "^6.22.2",
33-
"babel-core": "^6.22.1",
34-
"babel-eslint": "^7.1.1",
32+
"babel-cli": "^6.24.1",
33+
"babel-core": "^6.24.1",
34+
"babel-eslint": "^7.2.3",
3535
"babel-plugin-syntax-async-functions": "6.13.0",
36-
"babel-plugin-transform-class-properties": "^6.22.0",
36+
"babel-plugin-transform-class-properties": "^6.24.1",
3737
"babel-plugin-transform-flow-strip-types": "^6.22.0",
38-
"babel-plugin-transform-object-rest-spread": "^6.22.0",
39-
"babel-plugin-transform-regenerator": "^6.22.0",
40-
"babel-plugin-transform-runtime": "^6.22.0",
41-
"babel-preset-es2015": "^6.22.0",
42-
"chai": "3.5.0",
38+
"babel-plugin-transform-object-rest-spread": "^6.23.0",
39+
"babel-plugin-transform-regenerator": "^6.24.1",
40+
"babel-plugin-transform-runtime": "^6.23.0",
41+
"babel-preset-es2015": "^6.24.1",
42+
"chai": "^4.0.1",
4343
"chai-as-promised": "6.0.0",
4444
"chai-spies": "0.7.1",
45-
"cz-conventional-changelog": "1.2.0",
46-
"eslint": "^3.14.0",
47-
"eslint-config-airbnb-base": "^11.0.1",
48-
"eslint-plugin-flowtype": "^2.30.0",
49-
"eslint-plugin-import": "^2.2.0",
50-
"flow-bin": "^0.38.0",
5145
"graphql": "^0.9.0",
52-
"graphql-compose": "^1.10.0",
53-
"mocha": "^3.2.0",
54-
"nyc": "^10.1.2",
55-
"rimraf": "2.5.4",
56-
"sane": "^1.5.0",
46+
"cz-conventional-changelog": "^2.0.0",
47+
"eslint": "^3.19.0",
48+
"eslint-config-airbnb-base": "^11.2.0",
49+
"eslint-plugin-flowtype": "^2.34.0",
50+
"eslint-plugin-import": "^2.3.0",
51+
"flow-bin": "^0.47.0",
52+
"graphql-compose": "^1.19.0",
53+
"mocha": "^3.4.2",
54+
"nyc": "^10.3.2",
55+
"rimraf": "^2.6.1",
56+
"sane": "^1.7.0",
5757
"semantic-release": "^6.3.2"
5858
},
5959
"dependencies": {
60-
"babel-runtime": "^6.22.0"
60+
"babel-runtime": "^6.23.0"
6161
},
6262
"config": {
6363
"commitizen": {
@@ -85,8 +85,8 @@
8585
"lint": "eslint src test *.js",
8686
"test": "babel-node ./node_modules/.bin/_mocha --compilers js:babel-core/register --reporter dot --require ./resources/mocha-bootload src/**/__tests__/**/*-test.js",
8787
"watch": "babel-node ./resources/watch.js",
88-
"link": "yarn link graphql && yarn link graphql-compose && yarn link",
89-
"unlink": "yarn unlink graphql && yarn unlink graphql-compose && yarn add graphql graphql-compose",
88+
"link": "yarn build && yarn link graphql-compose && yarn link",
89+
"unlink": "yarn unlink graphql-compose && yarn add graphql-compose",
9090
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
9191
}
9292
}

0 commit comments

Comments
 (0)