Skip to content

Commit 9b657ee

Browse files
committed
chore(frontend): move husky dependency to root directory
1 parent 084f602 commit 9b657ee

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

frontend/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
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"

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,8 @@
44
"workspaces": [
55
"cms-backend",
66
"frontend"
7-
]
7+
],
8+
"devDependencies": {
9+
"husky": "^9.1.6"
10+
}
811
}

yarn.lock

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)