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

Commit 6ff7f98

Browse files
committed
fix(grouping): DraggableGrouping could throw when leaving page
- update to latest Slickgrid-Universal version with DraggableGrouping fix and other fixes
1 parent 570a5ea commit 6ff7f98

File tree

3 files changed

+167
-170
lines changed

3 files changed

+167
-170
lines changed

package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,13 @@
5050
},
5151
"dependencies": {
5252
"@ngx-translate/core": ">=15.0.0 <16.0.0",
53-
"@slickgrid-universal/common": "3.0.0",
54-
"@slickgrid-universal/custom-footer-component": "3.0.0",
55-
"@slickgrid-universal/empty-warning-component": "3.0.0",
56-
"@slickgrid-universal/event-pub-sub": "3.0.0",
57-
"@slickgrid-universal/pagination-component": "3.0.0",
58-
"@slickgrid-universal/row-detail-view-plugin": "3.0.0",
59-
"@slickgrid-universal/rxjs-observable": "3.0.0",
53+
"@slickgrid-universal/common": "3.0.1",
54+
"@slickgrid-universal/custom-footer-component": "3.0.1",
55+
"@slickgrid-universal/empty-warning-component": "3.0.1",
56+
"@slickgrid-universal/event-pub-sub": "3.0.1",
57+
"@slickgrid-universal/pagination-component": "3.0.1",
58+
"@slickgrid-universal/row-detail-view-plugin": "3.0.1",
59+
"@slickgrid-universal/rxjs-observable": "3.0.1",
6060
"dequal": "^2.0.3",
6161
"dompurify": "^3.0.4",
6262
"rxjs": "^7.8.1",
@@ -82,22 +82,22 @@
8282
"@angular/router": "^16.1.3",
8383
"@faker-js/faker": "^8.0.2",
8484
"@fnando/sparkline": "^0.3.10",
85-
"@ng-select/ng-select": "^10.0.4",
85+
"@ng-select/ng-select": "^11.0.0",
8686
"@ngx-translate/core": "^15.0.0",
8787
"@ngx-translate/http-loader": "^8.0.0",
8888
"@release-it/conventional-changelog": "^5.1.1",
89-
"@slickgrid-universal/composite-editor-component": "3.0.0",
90-
"@slickgrid-universal/custom-tooltip-plugin": "3.0.0",
91-
"@slickgrid-universal/excel-export": "3.0.0",
92-
"@slickgrid-universal/graphql": "3.0.0",
93-
"@slickgrid-universal/odata": "3.0.0",
94-
"@slickgrid-universal/text-export": "3.0.0",
89+
"@slickgrid-universal/composite-editor-component": "3.0.1",
90+
"@slickgrid-universal/custom-tooltip-plugin": "3.0.1",
91+
"@slickgrid-universal/excel-export": "3.0.1",
92+
"@slickgrid-universal/graphql": "3.0.1",
93+
"@slickgrid-universal/odata": "3.0.1",
94+
"@slickgrid-universal/text-export": "3.0.1",
9595
"@types/dompurify": "^3.0.2",
9696
"@types/flatpickr": "^3.1.2",
9797
"@types/fnando__sparkline": "^0.3.4",
9898
"@types/jest": "^29.5.2",
9999
"@types/moment": "^2.13.0",
100-
"@types/node": "^20.3.2",
100+
"@types/node": "^20.3.3",
101101
"@types/sortablejs": "^1.15.1",
102102
"@types/text-encoding-utf-8": "^1.0.2",
103103
"@typescript-eslint/eslint-plugin": "^5.60.1",
@@ -107,11 +107,11 @@
107107
"copyfiles": "^2.4.1",
108108
"cross-env": "^7.0.3",
109109
"custom-event-polyfill": "^1.0.7",
110-
"eslint": "^8.43.0",
110+
"eslint": "^8.44.0",
111111
"fetch-jsonp": "^1.2.3",
112112
"font-awesome": "^4.7.0",
113113
"jest": "^29.5.0",
114-
"jest-extended": "^3.2.4",
114+
"jest-extended": "^4.0.0",
115115
"jest-preset-angular": "^13.1.1",
116116
"moment-mini": "^2.29.4",
117117
"ng-packagr": "^16.1.0",

tsconfig.app.json

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,7 @@
44
"allowSyntheticDefaultImports": true,
55
"outDir": "../out-tsc/app",
66
"baseUrl": "./",
7-
"types": [
8-
"moment"
9-
],
10-
"paths": {
11-
"jszip": [
12-
"../node_modules/jszip/dist/jszip.min.js"
13-
],
14-
"stream": [ "./node_modules/stream-browserify" ]
15-
}
7+
"types": ["moment"]
168
},
179
"files": [
1810
"src/main.ts",

0 commit comments

Comments
 (0)