Skip to content

Commit

Permalink
chore(deps): update dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nodkz committed Feb 1, 2018
1 parent 04d5521 commit 6c04a85
Show file tree
Hide file tree
Showing 3 changed files with 1,143 additions and 812 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ cache:
notifications:
email: true
node_js:
- "9"
- "8"
script:
- yarn run coverage
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,29 +33,29 @@
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-eslint": "^8.0.2",
"babel-jest": "^21.2.0",
"babel-eslint": "^8.2.1",
"babel-jest": "^22.1.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-flow-strip-types": "^6.22.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-register": "^6.26.0",
"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.7.0",
"eslint-config-prettier": "^2.9.0",
"eslint-module-utils": "^2.1.1",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-prettier": "^2.3.1",
"eslint-plugin-prettier": "^2.5.0",
"fetch-mock": "^5.13.1",
"flow-bin": "^0.58.0",
"flow-bin": "^0.64.0",
"form-data": "^2.3.1",
"jest": "^21.2.1",
"prettier": "^1.8.1",
"jest": "^22.1.4",
"prettier": "^1.10.2",
"relay-runtime": "^1.4.1",
"rimraf": "^2.6.2",
"semantic-release": "^8.2.0"
"semantic-release": "^12.4.1"
},
"config": {
"commitizen": {
Expand All @@ -77,6 +77,6 @@
"coverage": "jest --coverage --maxWorkers 2",
"watch": "jest --watch",
"test": "npm run coverage && npm run lint",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
"semantic-release": "semantic-release"
}
}
Loading

0 comments on commit 6c04a85

Please sign in to comment.