Skip to content

Commit

Permalink
apply overrides at top-level
Browse files Browse the repository at this point in the history
  • Loading branch information
bucko13 committed Feb 28, 2024
1 parent 44ce43a commit 67ba48b
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 28 deletions.
56 changes: 29 additions & 27 deletions package-lock.json

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

8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,17 @@
"prettier": "^3.1.1",
"turbo": "latest"
},
"dependencies": {
"material-table": "2.0.5",
"@ledgerhq/hw-transport-webusb": "6.27.12"
},
"engines": {
"node": ">=20"
},
"overrides": {
"jspdf": "2.5.1",
"material-table": {
"jspdf": "2.5.1"
},
"@ledgerhq/hw-transport-webusb": {
"@ledgerhq/hw-transport": "6.28.1",
"@ledgerhq/devices": "8.0.0"
Expand Down

0 comments on commit 67ba48b

Please sign in to comment.