refactor: update dependencies

This commit is contained in:
Rainer Killinger
2022-06-02 14:59:48 +02:00
parent 405f8cf496
commit 32480b7bfa
3 changed files with 210 additions and 251 deletions

View File

@@ -31,25 +31,25 @@
"@types/semver": "7.3.9",
"@types/yaml": "1.9.7",
"chalk": "4.1.2",
"commander": "9.2.0",
"commander": "9.3.0",
"semver": "7.3.7",
"yaml": "1.10.2"
},
"devDependencies": {
"@openstapps/eslint-config": "0.0.3",
"@openstapps/eslint-config": "1.0.0",
"@typescript-eslint/eslint-plugin": "5.27.0",
"@typescript-eslint/parser": "5.27.0",
"conventional-changelog-cli": "2.2.2",
"prepend-file-cli": "1.0.6",
"rimraf": "3.0.2",
"typedoc": "0.22.15",
"typescript": "4.4.4",
"eslint": "8.14.0",
"eslint": "8.16.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-jsdoc": "39.2.8",
"eslint-plugin-jsdoc": "39.3.2",
"eslint-plugin-prettier": "4.0.0",
"eslint-plugin-unicorn": "42.0.0",
"prepend-file-cli": "1.0.6",
"prettier": "2.6.2",
"@typescript-eslint/eslint-plugin": "5.20.0",
"@typescript-eslint/parser": "5.20.0"
"rimraf": "3.0.2",
"typedoc": "0.22.17",
"typescript": "4.4.4"
},
"peerDependencies": {
"typescript": ">=4.4.4"