Skip to content
This repository was archived by the owner on Jun 1, 2025. It is now read-only.

Commit 1fd11ab

Browse files
Ghislain BeaulacGhislain Beaulac
authored andcommitted
fix(core): dowgrade to previous SlickGrid version to fix issues
- last and recent SlickGrid version causes 2 issues that were caught by the Cypress E2E tests, downgrading to 2.4.11 fixes that
1 parent 1cd859b commit 1fd11ab

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
@@ -88,7 +88,7 @@
8888
"lodash.isequal": "^4.5.0",
8989
"moment-mini": "^2.22.1",
9090
"rxjs": "^6.3.3",
91-
"slickgrid": "^2.4.11",
91+
"slickgrid": "2.4.11",
9292
"text-encoding-utf-8": "^1.0.2",
9393
"tslib": "^1.9.3",
9494
"vinyl-paths": "^2.1.0"

0 commit comments

Comments
 (0)