Skip to content

Commit 2146c5c

Browse files
committed
chore: update dependencies
1 parent 27a7042 commit 2146c5c

File tree

4 files changed

+1131
-912
lines changed

4 files changed

+1131
-912
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: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -28,26 +28,26 @@
2828
},
2929
"devDependencies": {
3030
"babel-cli": "^6.26.0",
31-
"babel-eslint": "^8.0.1",
32-
"babel-jest": "^21.2.0",
31+
"babel-eslint": "^8.2.1",
32+
"babel-jest": "^22.1.0",
3333
"babel-plugin-transform-flow-strip-types": "^6.22.0",
3434
"babel-plugin-transform-object-rest-spread": "^6.26.0",
3535
"babel-plugin-transform-runtime": "^6.23.0",
3636
"babel-preset-env": "^1.6.1",
3737
"cz-conventional-changelog": "^2.1.0",
38-
"eslint": "^4.10.0",
38+
"eslint": "^4.16.0",
3939
"eslint-config-airbnb-base": "^12.1.0",
40-
"eslint-config-prettier": "^2.6.0",
41-
"eslint-plugin-flowtype": "^2.39.1",
40+
"eslint-config-prettier": "^2.9.0",
41+
"eslint-plugin-flowtype": "^2.42.0",
4242
"eslint-plugin-import": "^2.8.0",
43-
"eslint-plugin-prettier": "^2.3.1",
44-
"flow-bin": "^0.57.3",
45-
"graphql": "^0.11.7",
46-
"graphql-compose": "^2.9.5",
47-
"jest": "^21.2.1",
48-
"prettier": "^1.7.4",
43+
"eslint-plugin-prettier": "^2.5.0",
44+
"flow-bin": "^0.64.0",
45+
"graphql": "0.13.0-rc.1",
46+
"graphql-compose": "^2.13.0",
47+
"jest": "^22.1.4",
48+
"prettier": "^1.10.2",
4949
"rimraf": "^2.6.2",
50-
"semantic-release": "^8.2.0"
50+
"semantic-release": "^12.4.1"
5151
},
5252
"dependencies": {
5353
"babel-runtime": "^6.26.0"

0 commit comments

Comments
 (0)