Skip to content

Commit 978aa6c

Browse files
committed
chore: update dependencies
1 parent 3795c5a commit 978aa6c

File tree

4 files changed

+1678
-1042
lines changed

4 files changed

+1678
-1042
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: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -31,31 +31,31 @@
3131
},
3232
"devDependencies": {
3333
"babel-cli": "^6.26.0",
34-
"babel-eslint": "^8.0.1",
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-
"elasticsearch": "^13.3.1",
42-
"eslint": "^4.10.0",
41+
"elasticsearch": "^14.1.0",
42+
"eslint": "^4.16.0",
4343
"eslint-config-airbnb-base": "^12.0.1",
44-
"eslint-config-prettier": "^2.6.0",
45-
"eslint-plugin-flowtype": "^2.37.0",
44+
"eslint-config-prettier": "^2.9.0",
45+
"eslint-plugin-flowtype": "^2.42.0",
4646
"eslint-plugin-import": "^2.8.0",
47-
"eslint-plugin-prettier": "^2.3.1",
47+
"eslint-plugin-prettier": "^2.5.0",
4848
"express": "^4.16.1",
4949
"express-graphql": "^0.6.11",
50-
"flow-bin": "^0.57.3",
51-
"graphql": "^0.11.7",
52-
"graphql-compose": "^2.9.5",
53-
"jest": "^21.2.1",
54-
"nodemon": "^1.12.1",
55-
"npm-run-all": "^4.1.1",
56-
"prettier": "^1.7.4",
50+
"flow-bin": "^0.64.0",
51+
"graphql": "0.13.0-rc.1",
52+
"graphql-compose": "^2.13.0",
53+
"jest": "^22.1.4",
54+
"nodemon": "^1.14.11",
55+
"npm-run-all": "^4.1.2",
56+
"prettier": "^1.10.2",
5757
"rimraf": "^2.6.2",
58-
"semantic-release": "^8.2.0"
58+
"semantic-release": "^12.4.1"
5959
},
6060
"config": {
6161
"commitizen": {
@@ -80,7 +80,7 @@
8080
"lint": "eslint --ext .js ./src",
8181
"flow": "./node_modules/.bin/flow",
8282
"test": "npm run coverage && npm run lint && npm run flow",
83-
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
83+
"semantic-release": "semantic-release",
8484
"docker": "npm run docker:v5",
8585
"docker:v2": "node ./scripts/docker/start 2 & wait",
8686
"docker:v5": "node ./scripts/docker/start 5 & wait",

0 commit comments

Comments
 (0)