Upgrade to Angular 16

update ngx-file-drop
Update ng-bootstrap, ng-select, cookie-service and ui-tour
Update setup-jest.ts
bump typescript to 5.1.6

bump ngx-color and tslib
This commit is contained in:
shamoon
2023-07-01 16:47:08 -07:00
parent e974605fc8
commit 3241ac7dc2
7 changed files with 3569 additions and 3979 deletions

View File

@@ -74,15 +74,6 @@ Object.defineProperty(window, 'getComputedStyle', {
Object.defineProperty(window, 'ResizeObserver', { value: mock() })
Object.defineProperty(document.body.style, 'transform', {
value: () => {
return {
enumerable: true,
configurable: true,
}
},
})
HTMLCanvasElement.prototype.getContext = <
typeof HTMLCanvasElement.prototype.getContext
>jest.fn()