Skip to content

Commit

Permalink
fix: use common liveness file name (#263)
Browse files Browse the repository at this point in the history
* fix: use common liveness file name

* chore: update dev dependecies
  • Loading branch information
alewitt2 authored Mar 9, 2021
1 parent 1eb12bc commit 0d6b9f6
Show file tree
Hide file tree
Showing 4 changed files with 89 additions and 106 deletions.
162 changes: 80 additions & 82 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

27 changes: 6 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,27 +35,12 @@
"author": "",
"license": "Apache-2.0",
"dependencies": {

"@kubernetes/client-node": "^0.13.2",
"@razee/kubernetes-util": "^0.2.0",
"JSONStream": "^1.3.5",

"agentkeepalive": "^4.1.3",
"bunyan": "^1.8.14",
"fs-extra": "^9.0.1",

"agentkeepalive": "^4.1.4",
"bunyan": "^1.8.15",
"fs-extra": "^9.1.0",


"@kubernetes/client-node": "^0.14.0",
"@razee/kubernetes-util": "^0.2.1",
"JSONStream": "^1.3.5",
"agentkeepalive": "^4.1.4",
"bunyan": "^1.8.15",
"fs-extra": "^9.1.0",
"JSONStream": "^1.3.5",

"object-hash": "^2.1.1",
"object-path": "^0.11.5",
"promise-retry": "^2.0.1",
Expand All @@ -65,16 +50,16 @@
"valid-url": "^1.0.9"
},
"devDependencies": {
"chai": "^4.3.0",
"chai": "^4.3.3",
"deep-equal": "^2.0.5",
"dockerlint": "^0.3.9",
"eslint": "^7.21.0",
"jsonlint": "^1.6.3",
"markdownlint-cli": "^0.26.0",
"mocha": "^8.3.0",
"markdownlint-cli": "^0.27.1",
"mocha": "^8.3.1",
"mustache": "^4.1.0",
"nock": "^13.0.10",
"npm-check-updates": "^11.1.9",
"nock": "^13.0.11",
"npm-check-updates": "^11.2.0",
"npm-run-all": "^4.1.5",
"nyc": "^15.1.0",
"rewire": "^5.0.0",
Expand Down
Loading

0 comments on commit 0d6b9f6

Please sign in to comment.