refactor: update all

This commit is contained in:
openstappsbot
2022-08-17 07:08:14 +00:00
committed by Rainer Killinger
parent 51ae246a0f
commit 910bbf923b
3 changed files with 323 additions and 321 deletions

1
.gitignore vendored
View File

@@ -10,6 +10,7 @@ pids
*.pid *.pid
*.seed *.seed
*.pid.lock *.pid.lock
.DS_Store
# Schema generation data # Schema generation data
Diagram-*.svg Diagram-*.svg

607
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -45,15 +45,15 @@
"lint": "eslint -c .eslintrc.json --ignore-path .eslintignore --ext .ts src/" "lint": "eslint -c .eslintrc.json --ignore-path .eslintignore --ext .ts src/"
}, },
"dependencies": { "dependencies": {
"@openstapps/logger": "0.8.1", "@openstapps/logger": "1.0.0",
"ajv": "8.11.0", "ajv": "8.11.0",
"better-ajv-errors": "1.2.0", "better-ajv-errors": "1.2.0",
"chai": "4.3.6", "chai": "4.3.6",
"commander": "9.3.0", "commander": "9.4.0",
"deepmerge": "4.2.2", "deepmerge": "4.2.2",
"del": "6.1.1", "del": "6.1.1",
"eslint": "8.18.0", "eslint": "8.22.0",
"flatted": "3.2.5", "flatted": "3.2.6",
"fs-extra": "10.1.0", "fs-extra": "10.1.0",
"glob": "8.0.3", "glob": "8.0.3",
"got": "11.8.5", "got": "11.8.5",
@@ -61,38 +61,38 @@
"json-schema": "0.4.0", "json-schema": "0.4.0",
"lodash": "4.17.21", "lodash": "4.17.21",
"mustache": "4.2.0", "mustache": "4.2.0",
"openapi-types": "11.1.0", "openapi-types": "12.0.0",
"plantuml-encoder": "1.4.0", "plantuml-encoder": "1.4.0",
"re2": "1.17.7", "re2": "1.17.7",
"toposort": "2.0.2", "toposort": "2.0.2",
"ts-json-schema-generator": "1.0.0", "ts-json-schema-generator": "1.0.0",
"ts-node": "10.8.1" "ts-node": "10.9.1"
}, },
"devDependencies": { "devDependencies": {
"@openstapps/configuration": "0.31.0", "@openstapps/configuration": "0.33.0",
"@testdeck/mocha": "0.2.0", "@testdeck/mocha": "0.2.0",
"@types/chai": "4.3.1", "@types/chai": "4.3.3",
"@types/fs-extra": "9.0.13", "@types/fs-extra": "9.0.13",
"@types/glob": "7.2.0", "@types/glob": "7.2.0",
"@types/json-schema": "7.0.11", "@types/json-schema": "7.0.11",
"@types/lodash": "4.14.182", "@types/lodash": "4.14.183",
"@types/mocha": "9.1.1", "@types/mocha": "9.1.1",
"@types/mustache": "4.1.3", "@types/mustache": "4.2.1",
"@types/node": "14.18.21", "@types/node": "14.18.24",
"@types/rimraf": "3.0.2", "@types/rimraf": "3.0.2",
"@typescript-eslint/eslint-plugin": "5.29.0", "@typescript-eslint/eslint-plugin": "5.33.1",
"@typescript-eslint/parser": "5.29.0", "@typescript-eslint/parser": "5.33.1",
"conventional-changelog-cli": "2.2.2", "conventional-changelog-cli": "2.2.2",
"eslint-config-prettier": "8.5.0", "eslint-config-prettier": "8.5.0",
"eslint-plugin-jsdoc": "39.3.3", "eslint-plugin-jsdoc": "39.3.6",
"eslint-plugin-prettier": "4.0.0", "eslint-plugin-prettier": "4.2.1",
"eslint-plugin-unicorn": "42.0.0", "eslint-plugin-unicorn": "43.0.2",
"mocha": "10.0.0", "mocha": "10.0.0",
"nock": "13.2.7", "nock": "13.2.9",
"prepend-file-cli": "1.0.6", "prepend-file-cli": "1.0.6",
"prettier": "2.7.1", "prettier": "2.7.1",
"rimraf": "3.0.2", "rimraf": "3.0.2",
"typedoc": "0.22.17", "typedoc": "0.22.18",
"typescript": "4.4.4" "typescript": "4.4.4"
} }
} }