File tree 3 files changed +8
-11
lines changed
3 files changed +8
-11
lines changed Original file line number Diff line number Diff line change 1
- #! /bin/sh
2
- . " $( dirname " $0 " ) /_/husky.sh"
3
-
4
1
yarn lint-staged
Original file line number Diff line number Diff line change 25
25
"lerna:version-dryrun" : " lerna version --conventional-graduate --no-git-tag-version --no-push" ,
26
26
"create-webcomponents-wrapper" : " node --experimental-json-modules ./packages/main/scripts/create-web-components-wrapper.mjs && node --experimental-json-modules ./scripts/generate-theming-parameters.js" ,
27
27
"chromatic" : " cross-env STORYBOOK_ENV=chromatic npx chromatic --build-script-name build:storybook" ,
28
- "postinstall" : " husky install && yarn prepare" ,
28
+ "postinstall" : " husky && yarn prepare" ,
29
29
"create-cypress-commands-docs" : " typedoc && rimraf temp/typedoc"
30
30
},
31
31
"dependencies" : {
75
75
"eslint-plugin-react-hooks" : " ^4.6.0" ,
76
76
"eslint-plugin-storybook" : " ^0.6.15" ,
77
77
"handlebars" : " ^4.7.7" ,
78
- "husky" : " ^8 .0.0" ,
78
+ "husky" : " ^9 .0.0" ,
79
79
"identity-obj-proxy" : " ^3.0.0" ,
80
80
"lerna" : " ^8.0.0" ,
81
81
"lint-staged" : " ^15.0.0" ,
Original file line number Diff line number Diff line change @@ -13392,12 +13392,12 @@ __metadata:
13392
13392
languageName: node
13393
13393
linkType: hard
13394
13394
13395
- "husky@npm:^8 .0.0":
13396
- version: 8 .0.3
13397
- resolution: "husky@npm:8 .0.3 "
13395
+ "husky@npm:^9 .0.0":
13396
+ version: 9 .0.1
13397
+ resolution: "husky@npm:9 .0.1 "
13398
13398
bin:
13399
- husky: lib/ bin.js
13400
- checksum: 6722591771c657b91a1abb082e07f6547eca79144d678e586828ae806499d90dce2a6aee08b66183fd8b085f19d20e0990a2ad396961746b4c8bd5bdb619d668
13399
+ husky: bin.js
13400
+ checksum: d7f3d158fffc8cc91211172637f7069b2173dbf5e732f46596a2a512e5f5f17ddebd895202cc67b0f159b747b698e2cc5601282b198d9cb5d97a5671fcb2afb7
13401
13401
languageName: node
13402
13402
linkType: hard
13403
13403
@@ -22391,7 +22391,7 @@ __metadata:
22391
22391
eslint-plugin-react-hooks: "npm:^4.6.0"
22392
22392
eslint-plugin-storybook: "npm:^0.6.15"
22393
22393
handlebars: "npm:^4.7.7"
22394
- husky: "npm:^8 .0.0"
22394
+ husky: "npm:^9 .0.0"
22395
22395
identity-obj-proxy: "npm:^3.0.0"
22396
22396
lerna: "npm:^8.0.0"
22397
22397
lint-staged: "npm:^15.0.0"
You can’t perform that action at this time.
0 commit comments