File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1- #! /bin/sh
2- . " $( dirname " $0 " ) /_/husky.sh "
1+ #! /usr/ bin/env sh
2+ # -*- coding: utf-8 -*-
33
44# lint commit messages
55yarn commitlint --edit $1
Original file line number Diff line number Diff line change 1717 },
1818 "private" : true ,
1919 "scripts" : {
20- "prepare" : " husky install " ,
20+ "prepare" : " husky" ,
2121 "start" : " ng serve --ssl" ,
2222 "start:ssr" : " ng run docker-traefik-errors:serve-ssr" ,
2323 "build" : " ng build" ,
7070 "@typescript-eslint/eslint-plugin" : " ^6.0.0" ,
7171 "@typescript-eslint/parser" : " ^6.0.0" ,
7272 "eslint" : " ^8.28.0" ,
73- "husky" : " ^8 .0.3 " ,
73+ "husky" : " ^9 .0.0 " ,
7474 "prettier" : " ^3.0.0" ,
7575 "standard-changelog" : " ^5.0.0" ,
7676 "ts-node" : " ^10.9.1" ,
Original file line number Diff line number Diff line change @@ -5082,10 +5082,10 @@ humanize-ms@^1.2.1:
50825082 dependencies :
50835083 ms "^2.0.0"
50845084
5085- husky@^8 .0.3 :
5086- version "8 .0.3 "
5087- resolved "https://registry.yarnpkg.com/husky/-/husky-8 .0.3 .tgz#4936d7212e46d1dea28fef29bb3a108872cd9184 "
5088- integrity sha512-+dQSyqPh4x1hlO1swXBiNb2HzTDN1I2IGLQx1GrBuiqFJfoMrnZWwVmatvSiO+Iz8fBUnf+lekwNo4c2LlXItg ==
5085+ husky@^9 .0.0 :
5086+ version "9 .0.6 "
5087+ resolved "https://registry.yarnpkg.com/husky/-/husky-9 .0.6 .tgz#cee0245d60480b12279cf492ec6cfc1aeb7fa759 "
5088+ integrity sha512-EEuw/rfTiMjOfuL7pGO/i9otg1u36TXxqjIA6D9qxVjd/UXoDOsLor/BSFf5hTK50shwzCU3aVVwdXDp/lp7RA ==
50895089
50905090iconv-lite@0.4.24, iconv-lite@^0.4.24 :
50915091 version "0.4.24"
You can’t perform that action at this time.
0 commit comments