Skip to content

Commit

Permalink
try overriding exceljs dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cherniavskii committed May 22, 2024
1 parent 4a77854 commit 6e945c1
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions packages/x-data-grid-premium/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,17 @@
},
"engines": {
"node": ">=14.0.0"
},
"overrides": {
"exceljs": {
"archiver": "7.0.1",
"unzipper": {
".": "0.10.14",
"fstream": {
".": "1.0.12",
"rimraf": "4.4.1"
}
}
}
}
}

0 comments on commit 6e945c1

Please sign in to comment.