Skip to content

Commit d9bc9c2

Browse files
committed
chore: update dependencies
1 parent 30968a2 commit d9bc9c2

File tree

4 files changed

+1117
-955
lines changed

4 files changed

+1117
-955
lines changed

.flowconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,3 @@
4141
[options]
4242
esproposal.class_instance_fields=enable
4343
suppress_comment= \\(.\\|\n\\)*\\$FlowFixMe
44-
unsafe.enable_getters_and_setters=true

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,8 @@ cache:
88
notifications:
99
email: true
1010
node_js:
11+
- "9"
1112
- "8"
12-
- "7"
13-
- "6"
1413
before_install: yarn global add greenkeeper-lockfile@1
1514
before_script: greenkeeper-lockfile-update
1615
after_script: greenkeeper-lockfile-upload

package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -32,34 +32,34 @@
3232
},
3333
"peerDependencies": {
3434
"graphql-compose": ">=2.9.0",
35-
"mongoose": ">=4.0.0"
35+
"mongoose": ">=4.0.0 || >=5.0.0"
3636
},
3737
"devDependencies": {
3838
"babel-cli": "^6.26.0",
39-
"babel-eslint": "^8.0.2",
40-
"babel-jest": "^21.2.0",
39+
"babel-eslint": "^8.2.1",
40+
"babel-jest": "^22.1.0",
4141
"babel-plugin-transform-flow-strip-types": "^6.22.0",
4242
"babel-plugin-transform-object-rest-spread": "^6.13.0",
4343
"babel-plugin-transform-runtime": "^6.23.0",
4444
"babel-preset-env": "^1.6.1",
4545
"cz-conventional-changelog": "^2.1.0",
46-
"eslint": "^4.11.0",
46+
"eslint": "^4.16.0",
4747
"eslint-config-airbnb-base": "^12.1.0",
48-
"eslint-config-prettier": "^2.7.0",
49-
"eslint-plugin-flowtype": "^2.39.1",
48+
"eslint-config-prettier": "^2.9.0",
49+
"eslint-plugin-flowtype": "^2.42.0",
5050
"eslint-plugin-import": "^2.8.0",
51-
"eslint-plugin-prettier": "^2.3.1",
52-
"flow-bin": "^0.59.0",
53-
"graphql": "^0.11.7",
54-
"graphql-compose": "^2.9.6",
55-
"graphql-compose-connection": ">=2.5.0",
56-
"graphql-compose-pagination": ">=1.1.0",
57-
"jest": "^21.2.1",
58-
"mongodb-memory-server": "^1.6.3",
59-
"mongoose": "^4.13.3",
60-
"prettier": "^1.8.2",
51+
"eslint-plugin-prettier": "^2.5.0",
52+
"flow-bin": "^0.64.0",
53+
"graphql": "0.13.0-rc.1",
54+
"graphql-compose": "^2.13.1",
55+
"graphql-compose-connection": ">=2.5.3",
56+
"graphql-compose-pagination": ">=1.1.1",
57+
"jest": "^22.1.4",
58+
"mongodb-memory-server": "^1.6.5",
59+
"mongoose": "^5.0.3",
60+
"prettier": "^1.10.2",
6161
"rimraf": "^2.6.2",
62-
"semantic-release": "^8.2.0"
62+
"semantic-release": "^12.4.1"
6363
},
6464
"config": {
6565
"commitizen": {
@@ -82,6 +82,6 @@
8282
"test": "npm run coverage && npm run lint && npm run flow",
8383
"link": "yarn build && yarn link graphql-compose && yarn link graphql-compose-connection && yarn link mongoose && yarn link",
8484
"unlink": "yarn unlink graphql-compose && yarn unlink graphql-compose-connection && yarn unlink mongoose && yarn add graphql-compose graphql-compose-connection mongoose --dev",
85-
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
85+
"semantic-release": "semantic-release"
8686
}
8787
}

0 commit comments

Comments
 (0)