chore: add override for jest
jest has a deprecated dependency, this override fixes that
This commit is contained in:
parent
08f9c830b6
commit
be34f5c670
2 changed files with 493 additions and 121 deletions
|
|
@ -26,5 +26,10 @@
|
|||
"ts-node": "^10.9.2",
|
||||
"typedoc": "^0.27.9",
|
||||
"typescript": "^5.8.3"
|
||||
},
|
||||
"overrides": {
|
||||
"jest": {
|
||||
"glob": "^11.0.1"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue