Skip to content

Commit

Permalink
perf(cz-git,czg): reduce duplicate deps in bundle (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrson83 authored Mar 23, 2023
1 parent 077c69a commit 2a52479
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 62 deletions.
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,12 @@
"pnpm": ">=7"
},
"pnpm": {
"overrides": {
"chalk": "4.1.2",
"color-convert": "2.0.1",
"resolve-from": "5.0.0",
"supports-color": "8.1.1"
},
"peerDependencyRules": {
"ignoreMissing": [
"@algolia/client-search",
Expand Down
75 changes: 13 additions & 62 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 2a52479

Please sign in to comment.