chore: upgrade packages

This commit is contained in:
dec0dOS 2022-06-12 17:06:18 +03:00
commit 4030e89bfa
4 changed files with 849 additions and 239 deletions

View file

@ -17,18 +17,18 @@
"commit": "yarn git-cz"
},
"devDependencies": {
"@commitlint/cli": "^15.0.0",
"@commitlint/config-conventional": "^15.0.0",
"@commitlint/cli": "^17.0.2",
"@commitlint/config-conventional": "^17.0.2",
"commitizen": "^4.2.4",
"concurrently": "^6.2.1",
"concurrently": "^7.2.1",
"cross-env": "^7.0.3",
"cz-conventional-changelog": "^3.3.0",
"husky": "^7.0.4",
"lint-staged": "^12.1.3",
"nodemon": "^2.0.15",
"prettier": "^2.5.1",
"husky": "^8.0.1",
"lint-staged": "^13.0.1",
"nodemon": "^2.0.16",
"prettier": "^2.6.2",
"rimraf": "^3.0.2",
"standard-version": "^9.3.1"
"standard-version": "^9.5.0"
},
"prettier": {
"trailingComma": "es5",