[MM-52696] Upgrade and clean up Desktop App dev dependencies (#2970)
* Upgrade to ESLint v8 * Upgrade TypeScript, api-types, react-intl * Remove unnecessary dependencies * Update to React 17.0.2 * npm audit fixes, remove storybook * Lock some packages * Remove nan patch * Remove some deprecated dependencies * Fix lint/type/tests * Merge'd * Fix bad use of spawn * Fix notarize * Fix afterpack, switch to tsc es2020 * Fix api types * Use @mattermost/eslint-plugin
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved.
|
||||
// See LICENSE.txt for license information.
|
||||
|
||||
import {ipcRenderer, Rectangle} from 'electron/renderer';
|
||||
import type {ipcRenderer, Rectangle} from 'electron/renderer';
|
||||
|
||||
import {Language} from '../../i18n/i18n';
|
||||
import type {CombinedConfig, LocalConfiguration, UniqueView, UniqueServer} from './config';
|
||||
import type {DownloadedItem, DownloadedItems, DownloadsMenuOpenEventPayload} from './downloads';
|
||||
import type {URLValidationResult} from './server';
|
||||
import type {SaveQueueItem} from './settings';
|
||||
|
||||
import {CombinedConfig, LocalConfiguration, UniqueView, UniqueServer} from './config';
|
||||
import {DownloadedItem, DownloadedItems, DownloadsMenuOpenEventPayload} from './downloads';
|
||||
import {SaveQueueItem} from './settings';
|
||||
import {URLValidationResult} from './server';
|
||||
import type {Language} from '../../i18n/i18n';
|
||||
|
||||
declare global {
|
||||
interface Window {
|
||||
|
Reference in New Issue
Block a user