Skip to content

Commit e852fdd

Browse files
committed
chore: update dependencies
1 parent 7251bfa commit e852fdd

File tree

4 files changed

+1126
-872
lines changed

4 files changed

+1126
-872
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
@@ -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: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -27,26 +27,26 @@
2727
},
2828
"devDependencies": {
2929
"babel-cli": "^6.26.0",
30-
"babel-eslint": "^8.0.1",
31-
"babel-jest": "^21.2.0",
30+
"babel-eslint": "^8.2.1",
31+
"babel-jest": "^22.1.0",
3232
"babel-plugin-transform-flow-strip-types": "^6.22.0",
3333
"babel-plugin-transform-object-rest-spread": "^6.26.0",
3434
"babel-plugin-transform-runtime": "^6.23.0",
3535
"babel-preset-env": "^1.6.1",
3636
"cz-conventional-changelog": "^2.1.0",
37-
"eslint": "^4.10.0",
37+
"eslint": "^4.16.0",
3838
"eslint-config-airbnb-base": "^12.1.0",
39-
"eslint-config-prettier": "^2.6.0",
40-
"eslint-plugin-flowtype": "^2.39.1",
39+
"eslint-config-prettier": "^2.9.0",
40+
"eslint-plugin-flowtype": "^2.42.0",
4141
"eslint-plugin-import": "^2.8.0",
42-
"eslint-plugin-prettier": "^2.3.1",
43-
"flow-bin": "^0.57.3",
44-
"graphql": "^0.11.7",
45-
"graphql-compose": "^2.9.5",
46-
"jest": "^21.2.1",
47-
"prettier": "^1.7.4",
42+
"eslint-plugin-prettier": "^2.5.0",
43+
"flow-bin": "^0.64.0",
44+
"graphql": "0.13.0-rc.1",
45+
"graphql-compose": "^2.13.0",
46+
"jest": "^22.1.4",
47+
"prettier": "^1.10.2",
4848
"rimraf": "^2.6.2",
49-
"semantic-release": "^8.2.0"
49+
"semantic-release": "^12.4.1"
5050
},
5151
"dependencies": {
5252
"babel-runtime": "^6.26.0"
@@ -72,6 +72,6 @@
7272
"test": "npm run coverage && npm run lint && npm run flow",
7373
"link": "yarn build && yarn link graphql-compose && yarn link",
7474
"unlink": "yarn unlink graphql-compose && yarn add graphql-compose",
75-
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
75+
"semantic-release": "semantic-release"
7676
}
7777
}

0 commit comments

Comments
 (0)