Skip to content

Commit

Permalink
Merge pull request #13 from MailOnline/fix/update-deps
Browse files Browse the repository at this point in the history
fix: upgrade dependencies
  • Loading branch information
claudiorodriguez authored Apr 18, 2019
2 parents 71366c3 + bad4be6 commit 27d4e09
Show file tree
Hide file tree
Showing 3 changed files with 3,219 additions and 561 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ language: node_js
notifications:
email: false
node_js:
- 8
- 10
script:
- npm run test
- npm run lint
Expand Down
22 changes: 13 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,22 +18,26 @@
"scripts": {
"lint": "tslint './*.js'",
"check-prettier-conflicts": "tslint-config-prettier-check './index.js' && tslint-config-prettier-check './react.js'",
"precommit": "npm run lint && npm run check-prettier-conflicts",
"semantic-release": "semantic-release",
"test": "echo 'This project has no tests' && exit 0"
},
"devDependencies": {
"husky": "^0.14.3",
"semantic-release": "^15.1.6",
"tslint": "^5.9.1",
"typescript": "^2.8.1"
"husky": "^1.3.1",
"semantic-release": "^15.13.3",
"tslint": "^5.16.0",
"typescript": "^3.4.3"
},
"peerDependencies": {
"tslint": "^5.9.1",
"typescript": "^2.8.1"
"tslint": "^5.16.0",
"typescript": "^3.4.3"
},
"dependencies": {
"tslint-config-prettier": "^1.10.0",
"tslint-react": "^3.5.1"
"tslint-config-prettier": "^1.18.0",
"tslint-react": "^4.0.0"
},
"husky": {
"hooks": {
"pre-commit": "npm run lint && npm run check-prettier-conflicts"
}
}
}
Loading

0 comments on commit 27d4e09

Please sign in to comment.