build(deps): update latest

This commit is contained in:
Divlo
2023-05-13 16:03:06 +02:00
parent c985af6156
commit c65607bcc3
11 changed files with 1034 additions and 519 deletions

View File

@ -23,7 +23,7 @@
],
"engines": {
"node": ">=16.0.0",
"npm": ">=8.0.0"
"npm": ">=9.0.0"
},
"scripts": {
"lint:commit": "commitlint",
@ -39,24 +39,24 @@
"postpublish": "pinst --enable"
},
"devDependencies": {
"@commitlint/cli": "17.5.1",
"@commitlint/config-conventional": "17.4.4",
"@commitlint/cli": "17.6.3",
"@commitlint/config-conventional": "17.6.3",
"@types/tap": "15.0.8",
"editorconfig-checker": "5.0.1",
"eslint": "8.37.0",
"eslint-config-conventions": "8.0.0",
"eslint": "8.40.0",
"eslint-config-conventions": "9.0.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-unicorn": "46.0.0",
"eslint-plugin-unicorn": "47.0.0",
"husky": "8.0.3",
"lint-staged": "13.2.0",
"markdownlint": "0.28.0",
"markdownlint-cli2": "0.6.0",
"lint-staged": "13.2.2",
"markdownlint": "0.28.2",
"markdownlint-cli2": "0.7.1",
"pinst": "3.0.0",
"prettier": "2.8.7",
"semantic-release": "21.0.1",
"prettier": "2.8.8",
"semantic-release": "21.0.2",
"tap": "16.3.4"
}
}