chore(zk-groups): add semver nx plugin

re #94
This commit is contained in:
cedoor
2023-02-13 20:18:32 +01:00
parent 0bb345c8be
commit 51124faf71
3 changed files with 2405 additions and 1046 deletions

4
.commitlintrc.json Normal file
View File

@@ -0,0 +1,4 @@
{
"extends": ["@commitlint/config-conventional"],
"rules": {}
}

View File

@@ -13,7 +13,9 @@
"prettier": "prettier -c .",
"prettier:write": "prettier -w .",
"commit": "cz",
"precommit": "lint-staged"
"precommit": "lint-staged",
"prepare": "husky install",
"release": "nx run workspace:version --syncVersions --baseBranch chore/conventional-commits"
},
"private": true,
"dependencies": {
@@ -68,6 +70,9 @@
"webpack": "^5.74.0"
},
"devDependencies": {
"@commitlint/cli": "^17.0.0",
"@commitlint/config-conventional": "^17.4.3",
"@jscutlery/semver": "^2.30.1",
"@nestjs/schematics": "^8.0.0",
"@nestjs/testing": "^8.0.0",
"@nomicfoundation/hardhat-chai-matchers": "^1.0.0",
@@ -120,6 +125,7 @@
"hardhat": "^2.12.5",
"hardhat-dependency-compiler": "^1.1.3",
"hardhat-gas-reporter": "^1.0.8",
"husky": "^8.0.0",
"jest": "27.5.1",
"lint-staged": "^12.4.2",
"nx": "15.6.3",

3439
yarn.lock

File diff suppressed because it is too large Load Diff