Skip to content

Commit fa6c202

Browse files
committed
chore: update dependencies
1 parent 2cea7cf commit fa6c202

File tree

4 files changed

+1581
-941
lines changed

4 files changed

+1581
-941
lines changed

.flowconfig

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

.travis.yml

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

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -29,32 +29,32 @@
2929
"graphql-compose": ">=2.10.1"
3030
},
3131
"devDependencies": {
32-
"aws-sdk": "^2.158.0",
32+
"aws-sdk": "^2.188.0",
3333
"babel-cli": "^6.26.0",
34-
"babel-eslint": "^8.0.2",
35-
"babel-jest": "^21.2.0",
34+
"babel-eslint": "^8.2.1",
35+
"babel-jest": "^22.1.0",
3636
"babel-plugin-transform-flow-strip-types": "^6.22.0",
3737
"babel-plugin-transform-object-rest-spread": "^6.26.0",
3838
"babel-plugin-transform-runtime": "^6.23.0",
3939
"babel-preset-env": "^1.6.1",
4040
"cz-conventional-changelog": "^2.1.0",
41-
"eslint": "^4.12.0",
41+
"eslint": "^4.16.0",
4242
"eslint-config-airbnb-base": "^12.0.1",
4343
"eslint-config-prettier": "^2.9.0",
44-
"eslint-plugin-flowtype": "^2.37.0",
44+
"eslint-plugin-flowtype": "^2.42.0",
4545
"eslint-plugin-import": "^2.8.0",
46-
"eslint-plugin-prettier": "^2.3.1",
46+
"eslint-plugin-prettier": "^2.5.0",
4747
"express": "^4.16.1",
4848
"express-graphql": "^0.6.11",
49-
"flow-bin": "^0.59.0",
50-
"graphql": "^0.11.7",
51-
"graphql-compose": "^2.10.1",
52-
"jest": "^21.2.1",
53-
"nodemon": "^1.12.1",
49+
"flow-bin": "^0.64.0",
50+
"graphql": "0.13.0-rc.1",
51+
"graphql-compose": "^2.13.0",
52+
"jest": "^22.1.4",
53+
"nodemon": "^1.14.11",
5454
"npm-run-all": "^4.1.2",
55-
"prettier": "^1.8.2",
55+
"prettier": "^1.10.2",
5656
"rimraf": "^2.6.2",
57-
"semantic-release": "^8.2.0"
57+
"semantic-release": "^12.4.1"
5858
},
5959
"config": {
6060
"commitizen": {
@@ -79,6 +79,6 @@
7979
"lint": "eslint --ext .js ./src",
8080
"flow": "./node_modules/.bin/flow",
8181
"test": "npm run coverage && npm run lint && npm run flow",
82-
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
82+
"semantic-release": "semantic-release"
8383
}
8484
}

0 commit comments

Comments
 (0)