Skip to content

Commit

Permalink
fix: add pnpm overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
matteovivona committed Dec 4, 2023
1 parent 8ee8b06 commit e0eecad
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 33 deletions.
9 changes: 8 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,5 +106,12 @@
"api",
"dist",
"vercel.json"
]
],
"pnpm": {
"overrides": {
"xml2js@<0.5.0": ">=0.5.0",
"semver@>=7.0.0 <7.5.2": ">=7.5.2",
"tough-cookie@<4.1.3": ">=4.1.3"
}
}
}
79 changes: 47 additions & 32 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 e0eecad

Please sign in to comment.