Skip to content

Commit

Permalink
chore(deps): add husky dependency for each package
Browse files Browse the repository at this point in the history
This is necessary for lerna to work, as it handles dependencies per
package/workspace

Co-Authored-By: xamdoo <75206869+xamdoo@users.noreply.github.com>
  • Loading branch information
RickyC0626 and xamdoo committed Mar 6, 2024
1 parent b981705 commit 75903a1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions packages/backend/package.json
Expand Up @@ -31,6 +31,7 @@
"eslint-plugin-json": "^3.1.0",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-promise": "^6.1.1",
"husky": "^9.0.11",
"jest": "^29.7.0",
"lint-staged": "^15.2.2",
"nodemon": "^3.1.0",
Expand Down
1 change: 1 addition & 0 deletions packages/frontend/package.json
Expand Up @@ -58,6 +58,7 @@
"eslint-plugin-jest-dom": "^5.1.0",
"eslint-plugin-storybook": "^0.8.0",
"eslint-plugin-testing-library": "^6.2.0",
"husky": "^9.0.11",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"lint-staged": "^15.2.2",
Expand Down

0 comments on commit 75903a1

Please sign in to comment.