Skip to content

Commit

Permalink
chore(deps): upgrade packages
Browse files Browse the repository at this point in the history
  • Loading branch information
kKen94 committed Aug 6, 2021
1 parent 3f2fdd4 commit ac2d3c2
Show file tree
Hide file tree
Showing 4 changed files with 2,636 additions and 2,988 deletions.
4 changes: 4 additions & 0 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

commitlint -E HUSKY_GIT_PARAMS
4 changes: 4 additions & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

lint-staged
25 changes: 11 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,8 @@
"adjust-version:main": "rjp package.json version $VERSION",
"format:check": "prettier --list-different \"projects/**/*.ts\"",
"format:write": "prettier --write \"projects/**/*.ts\"",
"postinstall": "ngcc"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged",
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
"postinstall": "ngcc",
"prepare": "husky install"
},
"commitlint": {
"extends": [
Expand All @@ -53,7 +48,7 @@
"@angular/platform-browser-dynamic": "~11.1.0",
"@angular/router": "~11.1.0",
"copyfiles": "^2.4.1",
"ngx-color": "^6.2.0",
"ngx-color": "^7.2.0",
"rxjs": "~6.6.3",
"tslib": "^2.1.0",
"zone.js": "~0.10.3"
Expand All @@ -63,23 +58,25 @@
"@angular/cli": "~11.1.1",
"@angular/compiler-cli": "~11.1.0",
"@angular/language-service": "~11.1.0",
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"@commitlint/prompt": "^11.0.0",
"@commitlint/cli": "^13.1.0",
"@commitlint/config-conventional": "^13.1.0",
"@commitlint/prompt": "^13.1.0",
"@semantic-release/changelog": "^5.0.0",
"@semantic-release/exec": "^5.0.0",
"@semantic-release/git": "^9.0.0",
"@types/node": "^14.14.20",
"angular-cli-ghpages": "^1.0.0-rc.1",
"angular-tslint-rules": "^1.20.1",
"codelyzer": "^6.0.0",
"husky": "^4.3.7",
"lint-staged": "^10.5.3",
"ng-packagr": "^11.0.3",
"husky": "^7.0.0",
"lint-staged": "^11.1.2",
"ng-packagr": "^12.2.0",
"npm-run-all": "^4.1.5",
"postcss-logical": "^4.0.2",
"prettier": "^2.2.1",
"pretty-quick": "^3.0.2",
"replace-json-property": "^1.6.3",
"sass": "^1.37.5",
"semantic-release": "^17.3.1",
"ts-node": "^9.1.1",
"tslint": "~6.1.0",
Expand Down
Loading

0 comments on commit ac2d3c2

Please sign in to comment.