refactor: update all

This commit is contained in:
openstappsbot
2021-09-27 07:06:20 +00:00
parent b42db4d8b0
commit bd132f9f6a
2 changed files with 129 additions and 215 deletions

View File

@@ -34,31 +34,31 @@
"@slack/client": "5.0.2",
"@types/glob": "7.1.4",
"@types/mustache": "4.1.2",
"@types/node": "14.17.7",
"@types/node": "14.17.19",
"@types/tmp": "0.2.1",
"commander": "8.1.0",
"glob": "7.1.7",
"commander": "8.2.0",
"glob": "7.2.0",
"moment": "2.29.1",
"mustache": "4.2.0",
"tmp": "0.2.1"
},
"devDependencies": {
"@openstapps/configuration": "0.27.0",
"@openstapps/configuration": "0.28.1",
"@testdeck/mocha": "0.1.2",
"@types/chai": "4.2.21",
"@types/chai": "4.2.22",
"@types/chai-as-promised": "7.1.4",
"@types/mocha": "9.0.0",
"chai": "4.3.4",
"chai-as-promised": "7.1.1",
"conventional-changelog-cli": "2.1.1",
"mocha": "9.1.1",
"mocha": "9.1.2",
"nyc": "15.1.0",
"prepend-file-cli": "1.0.6",
"rimraf": "3.0.2",
"ts-node": "10.2.1",
"tslint": "6.1.3",
"typedoc": "0.21.9",
"typescript": "4.4.2"
"typedoc": "0.22.4",
"typescript": "4.4.3"
},
"main": "lib/common.js",
"typings": "lib/common.d.ts",