refactor: update dependencies

This commit is contained in:
Rainer Killinger
2022-06-27 13:52:29 +02:00
parent 17a796e97b
commit 0d0ba10922
2 changed files with 84 additions and 84 deletions

View File

@@ -36,23 +36,23 @@
"yaml": "1.10.2"
},
"devDependencies": {
"@openstapps/eslint-config": "1.0.0",
"@typescript-eslint/eslint-plugin": "5.27.0",
"@typescript-eslint/parser": "5.27.0",
"@openstapps/eslint-config": "1.1.0",
"@typescript-eslint/eslint-plugin": "5.29.0",
"@typescript-eslint/parser": "5.29.0",
"conventional-changelog-cli": "2.2.2",
"eslint": "8.16.0",
"eslint": "8.18.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-jsdoc": "39.3.2",
"eslint-plugin-jsdoc": "39.3.3",
"eslint-plugin-prettier": "4.0.0",
"eslint-plugin-unicorn": "42.0.0",
"prepend-file-cli": "1.0.6",
"prettier": "2.6.2",
"prettier": "2.7.1",
"rimraf": "3.0.2",
"typedoc": "0.22.17",
"typescript": "4.4.4"
},
"peerDependencies": {
"typescript": ">=4.4.4"
"typescript": "4.4.4"
},
"bin": {
"openstapps-configuration": "lib/cli.js"