refactor: update dependencies

This commit is contained in:
Rainer Killinger
2022-04-04 20:29:22 +02:00
parent e30ef33cc8
commit 4c86ced5b7
2 changed files with 193 additions and 165 deletions

View File

@@ -52,7 +52,7 @@
"commander": "8.3.0",
"deepmerge": "4.2.2",
"del": "6.0.0",
"eslint": "8.11.0",
"eslint": "8.12.0",
"flatted": "3.2.5",
"fs-extra": "10.0.1",
"glob": "7.2.0",
@@ -67,7 +67,7 @@
"toposort": "2.0.2",
"ts-json-schema-generator": "0.98.0",
"ts-node": "10.7.0",
"typescript": "4.4.3"
"typescript": "4.4.4"
},
"devDependencies": {
"@openstapps/configuration": "0.29.0",
@@ -75,24 +75,24 @@
"@types/chai": "4.3.0",
"@types/fs-extra": "9.0.13",
"@types/glob": "7.2.0",
"@types/json-schema": "7.0.10",
"@types/lodash": "4.14.180",
"@types/json-schema": "7.0.11",
"@types/lodash": "4.14.181",
"@types/mocha": "9.1.0",
"@types/mustache": "4.1.2",
"@types/node": "14.18.5",
"@types/rimraf": "3.0.2",
"@typescript-eslint/eslint-plugin": "5.15.0",
"@typescript-eslint/parser": "5.15.0",
"@typescript-eslint/eslint-plugin": "5.18.0",
"@typescript-eslint/parser": "5.18.0",
"conventional-changelog-cli": "2.2.2",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-jsdoc": "38.0.6",
"eslint-plugin-jsdoc": "38.1.6",
"eslint-plugin-prettier": "4.0.0",
"eslint-plugin-unicorn": "41.0.1",
"eslint-plugin-unicorn": "42.0.0",
"mocha": "9.2.2",
"nock": "13.2.4",
"prepend-file-cli": "1.0.6",
"prettier": "2.6.0",
"prettier": "2.6.2",
"rimraf": "3.0.2",
"typedoc": "0.22.11"
"typedoc": "0.22.13"
}
}