Skip to content

Commit

Permalink
Merge pull request #24 from apigeeks-com/greenkeeper/initial
Browse files Browse the repository at this point in the history
Update dependencies to enable Greenkeeper 🌴
  • Loading branch information
a6s-vlad committed Jun 7, 2019
2 parents 9d3070d + c98e5ab commit b45856b
Show file tree
Hide file tree
Showing 3 changed files with 792 additions and 555 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# a6s-railway

[![Greenkeeper badge](https://badges.greenkeeper.io/apigeeks-com/a6s-railway.svg)](https://greenkeeper.io/)

K8s deployment Orchestration tool.

## Dependencies
Expand Down
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,39 +33,39 @@
"license": "MIT",
"dependencies": {
"chalk": "2.4.2",
"commander": "2.19.0",
"deepmerge": "3.1.0",
"commander": "2.20.0",
"deepmerge": "3.2.0",
"ejs": "2.6.1",
"ejs-lint": "0.3.0",
"flat": "4.1.0",
"joi": "14.3.1",
"js-yaml": "3.12.1",
"js-yaml": "3.13.1",
"lodash": "4.17.11",
"minimatch": "3.0.4",
"mkdirp": "0.5.1",
"object-collider": "1.0.3",
"tmp-promise": "1.0.5"
"tmp-promise": "2.0.1"
},
"devDependencies": {
"@types/chai": "4.1.7",
"@types/deepmerge": "2.2.0",
"@types/ejs": "2.6.1",
"@types/ejs": "2.6.3",
"@types/flat": "0.0.28",
"@types/joi": "14.0.1",
"@types/js-yaml": "3.12.0",
"@types/lodash": "4.14.120",
"@types/joi": "14.3.3",
"@types/js-yaml": "3.12.1",
"@types/lodash": "4.14.134",
"@types/minimatch": "3.0.3",
"@types/mkdirp": "0.5.2",
"@types/node": "10.12.18",
"@types/node": "12.0.7",
"chai": "4.2.0",
"mocha": "5.2.0",
"mocha": "6.1.4",
"mocha-typescript": "1.1.17",
"mochawesome": "3.1.1",
"nyc": "13.1.0",
"mochawesome": "4.0.0",
"nyc": "14.1.1",
"rimraf": "2.6.3",
"source-map-support": "0.5.10",
"tslint": "5.12.1",
"typescript": "3.2.4"
"source-map-support": "0.5.12",
"tslint": "5.17.0",
"typescript": "3.5.1"
},
"nyc": {
"check-coverage": false,
Expand Down
Loading

0 comments on commit b45856b

Please sign in to comment.