chore: update dev deps

This commit is contained in:
dec0dOS 2021-12-19 19:25:00 +03:00
commit 449e499764
2 changed files with 197 additions and 184 deletions

View file

@ -18,16 +18,16 @@
"commit": "yarn git-cz"
},
"devDependencies": {
"@commitlint/cli": "^13.1.0",
"@commitlint/config-conventional": "^13.1.0",
"@commitlint/cli": "^15.0.0",
"@commitlint/config-conventional": "^15.0.0",
"commitizen": "^4.2.4",
"concurrently": "^6.2.1",
"cross-env": "^7.0.3",
"cz-conventional-changelog": "^3.3.0",
"husky": "^7.0.1",
"lint-staged": "^11.1.2",
"nodemon": "^2.0.12",
"prettier": "^2.3.2",
"husky": "^7.0.4",
"lint-staged": "^12.1.3",
"nodemon": "^2.0.15",
"prettier": "^2.5.1",
"rimraf": "^3.0.2",
"standard-version": "^9.3.1"
},