Skip to content

Commit

Permalink
fix(grouping): DraggableGrouping could throw when leaving page
Browse files Browse the repository at this point in the history
- update to latest Slickgrid-Universal version with DraggableGrouping fix and other fixes
  • Loading branch information
ghiscoding committed Jul 1, 2023
1 parent 570a5ea commit 6ff7f98
Show file tree
Hide file tree
Showing 3 changed files with 167 additions and 170 deletions.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,13 @@
},
"dependencies": {
"@ngx-translate/core": ">=15.0.0 <16.0.0",
"@slickgrid-universal/common": "3.0.0",
"@slickgrid-universal/custom-footer-component": "3.0.0",
"@slickgrid-universal/empty-warning-component": "3.0.0",
"@slickgrid-universal/event-pub-sub": "3.0.0",
"@slickgrid-universal/pagination-component": "3.0.0",
"@slickgrid-universal/row-detail-view-plugin": "3.0.0",
"@slickgrid-universal/rxjs-observable": "3.0.0",
"@slickgrid-universal/common": "3.0.1",
"@slickgrid-universal/custom-footer-component": "3.0.1",
"@slickgrid-universal/empty-warning-component": "3.0.1",
"@slickgrid-universal/event-pub-sub": "3.0.1",
"@slickgrid-universal/pagination-component": "3.0.1",
"@slickgrid-universal/row-detail-view-plugin": "3.0.1",
"@slickgrid-universal/rxjs-observable": "3.0.1",
"dequal": "^2.0.3",
"dompurify": "^3.0.4",
"rxjs": "^7.8.1",
Expand All @@ -82,22 +82,22 @@
"@angular/router": "^16.1.3",
"@faker-js/faker": "^8.0.2",
"@fnando/sparkline": "^0.3.10",
"@ng-select/ng-select": "^10.0.4",
"@ng-select/ng-select": "^11.0.0",
"@ngx-translate/core": "^15.0.0",
"@ngx-translate/http-loader": "^8.0.0",
"@release-it/conventional-changelog": "^5.1.1",
"@slickgrid-universal/composite-editor-component": "3.0.0",
"@slickgrid-universal/custom-tooltip-plugin": "3.0.0",
"@slickgrid-universal/excel-export": "3.0.0",
"@slickgrid-universal/graphql": "3.0.0",
"@slickgrid-universal/odata": "3.0.0",
"@slickgrid-universal/text-export": "3.0.0",
"@slickgrid-universal/composite-editor-component": "3.0.1",
"@slickgrid-universal/custom-tooltip-plugin": "3.0.1",
"@slickgrid-universal/excel-export": "3.0.1",
"@slickgrid-universal/graphql": "3.0.1",
"@slickgrid-universal/odata": "3.0.1",
"@slickgrid-universal/text-export": "3.0.1",
"@types/dompurify": "^3.0.2",
"@types/flatpickr": "^3.1.2",
"@types/fnando__sparkline": "^0.3.4",
"@types/jest": "^29.5.2",
"@types/moment": "^2.13.0",
"@types/node": "^20.3.2",
"@types/node": "^20.3.3",
"@types/sortablejs": "^1.15.1",
"@types/text-encoding-utf-8": "^1.0.2",
"@typescript-eslint/eslint-plugin": "^5.60.1",
Expand All @@ -107,11 +107,11 @@
"copyfiles": "^2.4.1",
"cross-env": "^7.0.3",
"custom-event-polyfill": "^1.0.7",
"eslint": "^8.43.0",
"eslint": "^8.44.0",
"fetch-jsonp": "^1.2.3",
"font-awesome": "^4.7.0",
"jest": "^29.5.0",
"jest-extended": "^3.2.4",
"jest-extended": "^4.0.0",
"jest-preset-angular": "^13.1.1",
"moment-mini": "^2.29.4",
"ng-packagr": "^16.1.0",
Expand Down
10 changes: 1 addition & 9 deletions tsconfig.app.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,7 @@
"allowSyntheticDefaultImports": true,
"outDir": "../out-tsc/app",
"baseUrl": "./",
"types": [
"moment"
],
"paths": {
"jszip": [
"../node_modules/jszip/dist/jszip.min.js"
],
"stream": [ "./node_modules/stream-browserify" ]
}
"types": ["moment"]
},
"files": [
"src/main.ts",
Expand Down
Loading

0 comments on commit 6ff7f98

Please sign in to comment.