Skip to content
This repository has been archived by the owner on Jan 28, 2020. It is now read-only.

Commit

Permalink
Merge pull request #5 from elderapo/greenkeeper/initial
Browse files Browse the repository at this point in the history
Update dependencies to enable Greenkeeper 🌴
  • Loading branch information
elderapo authored Jul 6, 2018
2 parents 8a8e500 + 7a92078 commit ccfea0e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ branches:
- master
- /^greenkeeper/.*$/
cache:
yarn: true
# yarn: true # tmp
npm: true
directories:
- node_modules
notifications:
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"collectCoverage": true
},
"devDependencies": {
"@types/jest": "^22.0.0",
"@types/jest": "^23.1.4",
"@types/node": "^10.0.3",
"colors": "^1.1.2",
"commitizen": "^2.9.6",
Expand All @@ -85,23 +85,23 @@
"cz-conventional-changelog": "^2.0.0",
"dtslint": "^0.3.0",
"husky": "^0.14.0",
"jest": "^22.0.2",
"jest": "^23.3.0",
"lint-staged": "^7.1.3",
"lodash.camelcase": "^4.3.0",
"prettier": "^1.13.4",
"prompt": "^1.0.0",
"replace-in-file": "^3.0.0-beta.2",
"rimraf": "^2.6.1",
"rollup": "^0.58.0",
"rollup": "^0.62.0",
"rollup-plugin-commonjs": "^9.0.0",
"rollup-plugin-json": "^3.0.0",
"rollup-plugin-node-resolve": "^3.0.0",
"rollup-plugin-sourcemaps": "^0.4.2",
"rollup-plugin-typescript2": "^0.11.1",
"rollup-plugin-typescript2": "^0.15.1",
"semantic-release": "^15.6.3",
"ts-jest": "^22.0.0",
"ts-node": "^6.0.0",
"tslint": "5.9.1",
"ts-jest": "^23.0.0",
"ts-node": "^7.0.0",
"tslint": "5.10.0",
"tslint-config-prettier": "^1.1.0",
"tslint-config-standard": "^7.0.0",
"typedoc": "^0.11.0",
Expand Down

0 comments on commit ccfea0e

Please sign in to comment.