mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-11 12:12:55 +00:00
refactor: update dependencies
This commit is contained in:
1250
package-lock.json
generated
1250
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
27
package.json
27
package.json
@@ -23,7 +23,7 @@
|
||||
"contributors": [
|
||||
"Anselm Stordeur <anselmstordeur@gmail.com>",
|
||||
"Jovan Krunić <jovan.krunic@gmail.com>",
|
||||
"Rainer Killinger",
|
||||
"Rainer Killinger <mail-openstapps@killinger.co>",
|
||||
"Michel Jonathan Schmitz",
|
||||
"Wieland Schöbl"
|
||||
],
|
||||
@@ -44,41 +44,40 @@
|
||||
"tslint": "tslint -p tsconfig.json -c tslint.json 'src/**/*.ts'"
|
||||
},
|
||||
"dependencies": {
|
||||
"@krlwlfrt/async-pool": "0.3.0",
|
||||
"@krlwlfrt/async-pool": "0.5.0",
|
||||
"@openstapps/logger": "0.6.0",
|
||||
"@types/glob": "7.1.3",
|
||||
"@types/got": "9.6.11",
|
||||
"@types/json-schema": "7.0.7",
|
||||
"@types/mustache": "4.1.1",
|
||||
"@types/node": "14.14.37",
|
||||
"@types/node": "14.14.41",
|
||||
"ajv": "6.12.6",
|
||||
"better-ajv-errors": "0.7.0",
|
||||
"chai": "4.3.4",
|
||||
"commander": "4.1.1",
|
||||
"commander": "7.2.0",
|
||||
"deepmerge": "4.2.2",
|
||||
"del": "5.1.0",
|
||||
"flatted": "2.0.2",
|
||||
"del": "6.0.0",
|
||||
"flatted": "3.1.1",
|
||||
"glob": "7.1.6",
|
||||
"got": "10.7.0",
|
||||
"got": "11.8.2",
|
||||
"humanize-string": "2.1.0",
|
||||
"json-schema": "0.3.0",
|
||||
"mustache": "4.2.0",
|
||||
"plantuml-encoder": "1.4.0",
|
||||
"toposort": "2.0.2",
|
||||
"ts-json-schema-generator": "0.70.2",
|
||||
"ts-node": "8.10.2",
|
||||
"ts-node": "9.1.1",
|
||||
"typedoc": "0.18.0",
|
||||
"typescript": "3.8.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@openstapps/configuration": "0.27.0",
|
||||
"@testdeck/mocha": "0.1.2",
|
||||
"@types/chai": "4.2.15",
|
||||
"@types/mocha": "7.0.2",
|
||||
"@types/rimraf": "2.0.4",
|
||||
"@types/chai": "4.2.16",
|
||||
"@types/mocha": "8.2.2",
|
||||
"@types/rimraf": "3.0.0",
|
||||
"conventional-changelog-cli": "2.1.1",
|
||||
"mocha": "7.2.0",
|
||||
"nock": "11.9.1",
|
||||
"mocha": "8.3.2",
|
||||
"nock": "13.0.11",
|
||||
"prepend-file-cli": "1.0.6",
|
||||
"rimraf": "3.0.2",
|
||||
"tslint": "6.1.3"
|
||||
|
||||
Reference in New Issue
Block a user