Skip to content

Commit

Permalink
[dependencies] fixing dependencies that seems to require the pnpm ove…
Browse files Browse the repository at this point in the history
…rrides
  • Loading branch information
ochaloup committed Jan 24, 2025
1 parent 60bf425 commit 62c8417
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 26 deletions.
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,12 @@
"gts lint"
]
},
"pnpm": {
"overrides": {
"semver@<6.3.1": "6.3.1",
"micromatch@<4.0.8": "4.0.8"
}
},
"husky": {
"hooks": {
"commit-msg": "[[ -n $HUSKY_BYPASS ]] || commitlint -E HUSKY_GIT_PARAMS"
Expand Down
35 changes: 9 additions & 26 deletions pnpm-lock.yaml

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

0 comments on commit 62c8417

Please sign in to comment.