Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nodkz committed Feb 1, 2018
1 parent 7251bfa commit e852fdd
Show file tree
Hide file tree
Showing 4 changed files with 1,126 additions and 872 deletions.
1 change: 0 additions & 1 deletion .flowconfig
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,3 @@
[options]
esproposal.class_instance_fields=enable
suppress_comment= \\(.\\|\n\\)*\\$FlowFixMe
unsafe.enable_getters_and_setters=true
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@ cache:
notifications:
email: true
node_js:
- "9"
- "8"
- "7"
- "6"
before_install: yarn global add greenkeeper-lockfile@1
before_script: greenkeeper-lockfile-update
after_script: greenkeeper-lockfile-upload
Expand Down
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,26 +27,26 @@
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-eslint": "^8.0.1",
"babel-jest": "^21.2.0",
"babel-eslint": "^8.2.1",
"babel-jest": "^22.1.0",
"babel-plugin-transform-flow-strip-types": "^6.22.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.1",
"cz-conventional-changelog": "^2.1.0",
"eslint": "^4.10.0",
"eslint": "^4.16.0",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-config-prettier": "^2.6.0",
"eslint-plugin-flowtype": "^2.39.1",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-flowtype": "^2.42.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-prettier": "^2.3.1",
"flow-bin": "^0.57.3",
"graphql": "^0.11.7",
"graphql-compose": "^2.9.5",
"jest": "^21.2.1",
"prettier": "^1.7.4",
"eslint-plugin-prettier": "^2.5.0",
"flow-bin": "^0.64.0",
"graphql": "0.13.0-rc.1",
"graphql-compose": "^2.13.0",
"jest": "^22.1.4",
"prettier": "^1.10.2",
"rimraf": "^2.6.2",
"semantic-release": "^8.2.0"
"semantic-release": "^12.4.1"
},
"dependencies": {
"babel-runtime": "^6.26.0"
Expand All @@ -72,6 +72,6 @@
"test": "npm run coverage && npm run lint && npm run flow",
"link": "yarn build && yarn link graphql-compose && yarn link",
"unlink": "yarn unlink graphql-compose && yarn add graphql-compose",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
"semantic-release": "semantic-release"
}
}
Loading

0 comments on commit e852fdd

Please sign in to comment.