chore: upgrade TS 5.2 -> 5.7.3 & ESLint to 9.20.1 (#4032)
* chore: upgrade TS 5.2 -> 5.7.3 * vite dts fix * lint fix * resolutions fix * ui comp build fix * precommit fix? * latest eslint version * autoloader fix * undo unnecessary viewer change * eslint fixes fe2 + trying disabled type linting * lint fixes
This commit is contained in:
committed by
GitHub
parent
d074aed010
commit
1d2a594f0a
@@ -18,7 +18,7 @@ import { expect } from 'chai'
|
||||
import { assign } from 'lodash'
|
||||
|
||||
const createTestWorkspaceWithDomains = (
|
||||
arg?: Partial<WorkspaceWithDomains> | undefined
|
||||
arg?: Partial<WorkspaceWithDomains>
|
||||
): WorkspaceWithDomains => {
|
||||
const workspace: WorkspaceWithDomains = {
|
||||
createdAt: new Date(),
|
||||
|
||||
Reference in New Issue
Block a user