File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 2525 "@types/react-dom" : " ^18" ,
2626 "eslint" : " ^8" ,
2727 "eslint-config-next" : " ^15.0.0" ,
28- "husky" : " ^9.1.6" ,
2928 "postcss" : " ^8" ,
3029 "tailwindcss" : " ^3.4.1" ,
3130 "typescript" : " ^5"
Original file line number Diff line number Diff line change 44 "workspaces" : [
55 " cms-backend" ,
66 " frontend"
7- ]
7+ ],
8+ "devDependencies" : {
9+ "husky" : " ^9.1.6"
10+ }
811}
Original file line number Diff line number Diff line change @@ -9499,7 +9499,6 @@ __metadata:
94999499 eslint-config-next: "npm:^15.0.0"
95009500 graphql: "npm:^16.9.0"
95019501 graphql-request: "npm:^7.1.0"
9502- husky: "npm:^9.1.6"
95039502 next: "npm:14.2.8"
95049503 postcss: "npm:^8"
95059504 react: "npm:^18"
@@ -11825,6 +11824,8 @@ __metadata:
1182511824"kleros-website-v2@workspace:.":
1182611825 version: 0.0.0-use.local
1182711826 resolution: "kleros-website-v2@workspace:."
11827+ dependencies:
11828+ husky: "npm:^9.1.6"
1182811829 languageName: unknown
1182911830 linkType: soft
1183011831
You can’t perform that action at this time.
0 commit comments