mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-06 05:22:52 +00:00
refactor: update dependencies
This commit is contained in:
20
package.json
20
package.json
@@ -29,8 +29,8 @@
|
||||
"license": "GPL-3.0-only",
|
||||
"dependencies": {
|
||||
"@krlwlfrt/async-pool": "0.2.1",
|
||||
"@openstapps/gitlab-api": "0.6.1",
|
||||
"@openstapps/logger": "0.4.0",
|
||||
"@openstapps/gitlab-api": "0.7.0",
|
||||
"@openstapps/logger": "0.5.0",
|
||||
"@slack/client": "5.0.2",
|
||||
"@types/glob": "7.1.1",
|
||||
"@types/mustache": "0.8.32",
|
||||
@@ -38,26 +38,26 @@
|
||||
"@types/tmp": "0.1.0",
|
||||
"commander": "4.1.0",
|
||||
"glob": "7.1.6",
|
||||
"moment": "2.24.0",
|
||||
"moment": "2.25.3",
|
||||
"mustache": "3.2.1",
|
||||
"tmp": "0.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@openstapps/configuration": "0.22.0",
|
||||
"@types/chai": "4.2.7",
|
||||
"@openstapps/configuration": "0.24.0",
|
||||
"@types/chai": "4.2.11",
|
||||
"@types/chai-as-promised": "7.1.2",
|
||||
"@types/mocha": "5.2.7",
|
||||
"chai": "4.2.0",
|
||||
"chai-as-promised": "7.1.1",
|
||||
"conventional-changelog-cli": "2.0.31",
|
||||
"mocha": "7.0.0",
|
||||
"mocha": "7.1.2",
|
||||
"mocha-typescript": "1.1.17",
|
||||
"nyc": "15.0.0",
|
||||
"nyc": "15.0.1",
|
||||
"prepend-file-cli": "1.0.6",
|
||||
"rimraf": "3.0.0",
|
||||
"ts-node": "8.5.4",
|
||||
"rimraf": "3.0.2",
|
||||
"ts-node": "8.10.1",
|
||||
"tslint": "5.20.1",
|
||||
"typedoc": "0.15.6",
|
||||
"typedoc": "0.17.6",
|
||||
"typescript": "3.7.4"
|
||||
},
|
||||
"main": "lib/common.js",
|
||||
|
||||
Reference in New Issue
Block a user