refactor: update all

This commit is contained in:
openstappsbot
2022-05-05 07:08:18 +00:00
parent 6756f6ccd4
commit ed7b5eaf65
2 changed files with 84 additions and 55 deletions

View File

@@ -6,32 +6,32 @@
"dependencies": {
"@openstapps/logger": "0.8.0",
"@types/config": "0.0.41",
"@types/dockerode": "3.3.3",
"@types/node": "14.18.12",
"@types/dockerode": "3.3.9",
"@types/node": "14.18.16",
"@types/sha1": "1.1.3",
"config": "3.3.7",
"dockerode": "3.3.1",
"is-cidr": "4.0.2",
"mustache": "4.2.0",
"semver": "7.3.5"
"semver": "7.3.7"
},
"devDependencies": {
"@openstapps/configuration": "0.29.0",
"@testdeck/mocha": "0.2.0",
"@types/chai": "4.3.0",
"@types/chai": "4.3.1",
"@types/chai-spies": "1.0.3",
"@types/mustache": "4.1.2",
"chai": "4.3.6",
"chai-spies": "1.0.0",
"conventional-changelog-cli": "2.2.2",
"mocha": "9.2.1",
"mocha": "9.2.2",
"nyc": "15.1.0",
"prepend-file-cli": "1.0.6",
"rimraf": "3.0.2",
"ts-node": "10.6.0",
"ts-node": "10.7.0",
"tslint": "6.1.3",
"typedoc": "0.22.12",
"typescript": "4.4.2"
"typedoc": "0.22.15",
"typescript": "4.4.4"
},
"scripts": {
"build": "npm run tslint && npm run compile",