-
- Downloads
style: add semver nx semantic versioning packages
parent
5098a179
No related branches found
No related tags found
Showing
- .commitlintrc.json 4 additions, 0 deletions.commitlintrc.json
- .husky/commit-msg 4 additions, 0 deletions.husky/commit-msg
- apps/graphpolaris/project.json 6 additions, 0 deletionsapps/graphpolaris/project.json
- libs/shared/data-access/store/project.json 6 additions, 0 deletionslibs/shared/data-access/store/project.json
- package.json 6 additions, 1 deletionpackage.json
- yarn.lock 1135 additions, 46 deletionsyarn.lock
.commitlintrc.json
0 → 100644
.husky/commit-msg
0 → 100755
... | ... | @@ -5,7 +5,8 @@ |
"scripts": { | ||
"start": "nx serve", | ||
"build": "nx build", | ||
"test": "nx test" | ||
"test": "nx test", | ||
"prepare": "husky install" | ||
}, | ||
"private": true, | ||
"dependencies": { | ||
... | ... | @@ -19,6 +20,9 @@ |
"tslib": "^2.0.0" | ||
}, | ||
"devDependencies": { | ||
"@commitlint/cli": "^16.0.1", | ||
"@commitlint/config-angular": "^16.0.0", | ||
"@jscutlery/semver": "^2.18.0", | ||
"@nrwl/cli": "13.7.1", | ||
"@nrwl/cypress": "13.7.1", | ||
"@nrwl/eslint-plugin-nx": "13.7.1", | ||
... | ... | @@ -45,6 +49,7 @@ |
"eslint-plugin-jsx-a11y": "6.5.1", | ||
"eslint-plugin-react": "7.27.0", | ||
"eslint-plugin-react-hooks": "4.3.0", | ||
"husky": "^7.0.4", | ||
"jest": "27.2.3", | ||
"prettier": "^2.5.1", | ||
"react-test-renderer": "17.0.2", | ||
... | ... |
This diff is collapsed.
Please register or sign in to comment