Skip to content

Commit f4f0fc9

Browse files
committed
chore(Dependencies): Update packages to latest versions
1 parent 8cafc1e commit f4f0fc9

File tree

4 files changed

+774
-417
lines changed

4 files changed

+774
-417
lines changed

.flowconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,3 @@ esproposal.class_instance_fields=enable
1515
suppress_comment= \\(.\\|\n\\)*\\$FlowFixMe
1616

1717
[version]
18-
0.38.0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![travis build](https://img.shields.io/travis/nodkz/graphql-compose-mongoose.svg)](https://travis-ci.org/nodkz/graphql-compose-mongoose)
44
[![codecov coverage](https://img.shields.io/codecov/c/github/nodkz/graphql-compose-mongoose.svg)](https://codecov.io/github/nodkz/graphql-compose-mongoose)
55
[![](https://img.shields.io/npm/v/graphql-compose-mongoose.svg)](https://www.npmjs.com/package/graphql-compose-mongoose)
6-
[![npm](https://img.shields.io/npm/dt/graphql-compose-mongoose.svg)](https://www.npmjs.com/package/graphql-compose-mongoose)
6+
[![npm](https://img.shields.io/npm/dt/graphql-compose-mongoose.svg)](http://www.npmtrends.com/graphql-compose-mongoose)
77
[![Join the chat at https://gitter.im/graphql-compose/Lobby](https://badges.gitter.im/nodkz/graphql-compose.svg)](https://gitter.im/graphql-compose/Lobby)
88
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)
99

package.json

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
},
2626
"homepage": "https://github.com/nodkz/graphql-compose-mongoose",
2727
"dependencies": {
28-
"babel-runtime": "^6.22.0",
29-
"object-path": "^0.11.3"
28+
"babel-runtime": "^6.23.0",
29+
"object-path": "^0.11.4"
3030
},
3131
"peerDependencies": {
3232
"graphql": ">=0.7.1 || >=0.8.0 || >=0.9.0",
@@ -35,34 +35,34 @@
3535
"mongoose": ">=4.0.0"
3636
},
3737
"devDependencies": {
38-
"babel-cli": "^6.22.2",
39-
"babel-core": "^6.22.1",
40-
"babel-eslint": "^7.1.1",
38+
"babel-cli": "^6.24.1",
39+
"babel-core": "^6.24.1",
40+
"babel-eslint": "^7.2.3",
4141
"babel-plugin-syntax-async-functions": "6.13.0",
42-
"babel-plugin-transform-class-properties": "^6.22.0",
42+
"babel-plugin-transform-class-properties": "^6.24.1",
4343
"babel-plugin-transform-flow-strip-types": "^6.22.0",
44-
"babel-plugin-transform-object-rest-spread": "^6.22.0",
45-
"babel-plugin-transform-regenerator": "^6.22.0",
46-
"babel-plugin-transform-runtime": "^6.22.0",
47-
"babel-preset-es2015": "^6.22.0",
44+
"babel-plugin-transform-object-rest-spread": "^6.23.0",
45+
"babel-plugin-transform-regenerator": "^6.24.1",
46+
"babel-plugin-transform-runtime": "^6.23.0",
47+
"babel-preset-es2015": "^6.24.1",
4848
"chai": "3.5.0",
4949
"chai-as-promised": "6.0.0",
5050
"chai-spies": "0.7.1",
51-
"cz-conventional-changelog": "1.2.0",
52-
"eslint": "^3.14.1",
53-
"eslint-config-airbnb-base": "^11.0.1",
54-
"eslint-plugin-flowtype": "^2.30.0",
51+
"cz-conventional-changelog": "^2.0.0",
52+
"eslint": "^3.19.0",
53+
"eslint-config-airbnb-base": "^11.1.3",
54+
"eslint-plugin-flowtype": "^2.32.1",
5555
"eslint-plugin-import": "^2.2.0",
56-
"flow-bin": "^0.38.0",
57-
"graphql": "^0.9.1",
58-
"graphql-compose": "^1.12.1",
56+
"flow-bin": "^0.46.0",
57+
"graphql": "^0.9.6",
58+
"graphql-compose": "^1.18.1",
5959
"graphql-compose-connection": "^2.1.3",
60-
"mocha": "^3.2.0",
61-
"mongoose": "^4.8.4",
62-
"nyc": "^10.1.2",
63-
"rimraf": "2.5.4",
64-
"sane": "^1.5.0",
65-
"semantic-release": "^6.3.2"
60+
"mocha": "^3.3.0",
61+
"mongoose": "^4.9.8",
62+
"nyc": "^10.3.2",
63+
"rimraf": "^2.6.1",
64+
"sane": "^1.6.0",
65+
"semantic-release": "^6.3.6"
6666
},
6767
"config": {
6868
"commitizen": {
@@ -90,7 +90,7 @@
9090
"lint": "eslint src test *.js",
9191
"test": "babel-node ./node_modules/.bin/_mocha --compilers js:babel-core/register --reporter dot --timeout 20000 --require ./resources/mocha-bootload src/**/__tests__/**/*-test.js",
9292
"watch": "babel-node ./resources/watch.js",
93-
"link": "yarn link graphql && yarn link graphql-compose && yarn link graphql-compose-connection && yarn link mongoose && yarn link",
93+
"link": "yarn build && yarn link graphql && yarn link graphql-compose && yarn link graphql-compose-connection && yarn link mongoose && yarn link",
9494
"unlink": "yarn unlink graphql && yarn unlink graphql-compose && yarn unlink graphql-compose-connection && yarn unlink mongoose && yarn add graphql graphql-compose graphql-compose-connection mongoose",
9595
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
9696
}

0 commit comments

Comments
 (0)