Skip to content

Commit

Permalink
fix: add ms-select-vanilla missing type & improve pkg exports
Browse files Browse the repository at this point in the history
- update to latest Slickgrid-Universal which has the following 2 changes
  1. add missing `@types/trusted-types` deps, fixes issue #1313
  2. Slickgrid-Universal has improved types exports for TS Types discovery as can be shown in https://arethetypeswrong.github.io/?p=%40slickgrid-universal%2Fcommon%403.5.1
  • Loading branch information
ghiscoding-SE committed Nov 13, 2023
1 parent 7d89b39 commit eab7e7e
Show file tree
Hide file tree
Showing 2 changed files with 280 additions and 277 deletions.
30 changes: 15 additions & 15 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.5.0",
"@slickgrid-universal/custom-footer-component": "~3.5.0",
"@slickgrid-universal/empty-warning-component": "~3.5.0",
"@slickgrid-universal/event-pub-sub": "~3.4.0",
"@slickgrid-universal/pagination-component": "~3.5.0",
"@slickgrid-universal/row-detail-view-plugin": "~3.5.0",
"@slickgrid-universal/rxjs-observable": "~3.5.0",
"@slickgrid-universal/common": "~3.5.1",
"@slickgrid-universal/custom-footer-component": "~3.5.1",
"@slickgrid-universal/empty-warning-component": "~3.5.1",
"@slickgrid-universal/event-pub-sub": "~3.5.1",
"@slickgrid-universal/pagination-component": "~3.5.1",
"@slickgrid-universal/row-detail-view-plugin": "~3.5.1",
"@slickgrid-universal/rxjs-observable": "~3.5.1",
"dequal": "^2.0.3",
"dompurify": "^3.0.6",
"rxjs": "^7.8.1",
Expand Down Expand Up @@ -86,12 +86,12 @@
"@ng-select/ng-select": "^11.2.0",
"@ngx-translate/http-loader": "^8.0.0",
"@release-it/conventional-changelog": "^7.0.2",
"@slickgrid-universal/composite-editor-component": "~3.5.0",
"@slickgrid-universal/custom-tooltip-plugin": "~3.5.0",
"@slickgrid-universal/excel-export": "~3.5.0",
"@slickgrid-universal/graphql": "~3.5.0",
"@slickgrid-universal/odata": "~3.5.0",
"@slickgrid-universal/text-export": "~3.5.0",
"@slickgrid-universal/composite-editor-component": "~3.5.1",
"@slickgrid-universal/custom-tooltip-plugin": "~3.5.1",
"@slickgrid-universal/excel-export": "~3.5.1",
"@slickgrid-universal/graphql": "~3.5.1",
"@slickgrid-universal/odata": "~3.5.1",
"@slickgrid-universal/text-export": "~3.5.1",
"@types/dompurify": "^3.0.5",
"@types/flatpickr": "^3.1.2",
"@types/fnando__sparkline": "^0.3.7",
Expand All @@ -109,12 +109,12 @@
"font-awesome": "^4.7.0",
"jest": "^29.7.0",
"jest-extended": "^4.0.2",
"jest-preset-angular": "^13.1.3",
"jest-preset-angular": "^13.1.4",
"moment-mini": "^2.29.4",
"ng-packagr": "^16.2.3",
"ngx-bootstrap": "^11.0.2",
"npm-run-all2": "^6.1.1",
"release-it": "^16.2.1",
"release-it": "^17.0.0",
"rimraf": "^5.0.5",
"rxjs": "^7.8.1",
"sass": "^1.69.5",
Expand Down
Loading

0 comments on commit eab7e7e

Please sign in to comment.