Skip to content

Commit 655bd89

Browse files
committed
chore(build): Update packages, fix peer-dependencies for travis
1 parent 30da559 commit 655bd89

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ node_js:
1414
- "0.10"
1515
before_install:
1616
- npm i -g npm@^2.0.0
17-
- npm i graphql graphql-compose graphql-compose-connection
17+
- npm i graphql graphql-compose graphql-compose-connection mongoose
1818
before_script:
1919
- npm prune
2020
script:

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@
2525
"homepage": "https://github.com/nodkz/graphql-compose-mongoose",
2626
"dependencies": {
2727
"babel-runtime": "6.11.6",
28-
"graphql-type-json": "0.1.2",
28+
"graphql-type-json": "0.1.3",
2929
"object-path": "0.11.2"
3030
},
3131
"peerDependencies": {
32-
"graphql": ">=0.5.0 || >=0.6.0 || >=0.7.0",
32+
"graphql": ">=0.5.0 || >=0.6.0 || >=0.7.0 || >=0.8.0",
3333
"graphql-compose": ">=0.0.16 || >=1.0.0",
3434
"graphql-compose-connection": ">=1.0.0",
3535
"mongoose": ">=4.0.0"
@@ -49,12 +49,12 @@
4949
"chai-as-promised": "5.3.0",
5050
"chai-spies": "0.7.1",
5151
"cz-conventional-changelog": "1.2.0",
52-
"eslint": "3.4.0",
53-
"eslint-config-airbnb": "10.0.1",
54-
"eslint-plugin-flowtype": "2.15.0",
52+
"eslint": "3.5.0",
53+
"eslint-config-airbnb": "11.1.0",
54+
"eslint-plugin-flowtype": "2.17.1",
5555
"eslint-plugin-import": "1.14.0",
56-
"eslint-plugin-jsx-a11y": "2.2.1",
57-
"eslint-plugin-react": "6.2.0",
56+
"eslint-plugin-jsx-a11y": "2.2.2",
57+
"eslint-plugin-react": "6.2.1",
5858
"flow-bin": "0.32.0",
5959
"mocha": "3.0.2",
6060
"nyc": "8.1.0",

0 commit comments

Comments
 (0)