Skip to content

Commit d784923

Browse files
authored
Update JExcel to version without color picker problem
JExcel 3.9.1 has a bug where the close method is called on a div instead of the color picker object `[1]` should be `[0]`. Upgrading JExcel solves the issue.
1 parent a993e91 commit d784923

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@angular/platform-browser": "~9.1.0",
2020
"@angular/platform-browser-dynamic": "~9.1.0",
2121
"@angular/router": "~9.1.0",
22-
"jexcel": "^3.9.1",
22+
"jexcel": "^4.2.0",
2323
"rxjs": "~6.5.4",
2424
"tslib": "^1.10.0",
2525
"zone.js": "~0.10.2"

0 commit comments

Comments
 (0)