[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:
@@ -3,7 +3,7 @@
|
||||
|
||||
// inspired by https://kilianvalkhof.com/2019/electron/notarizing-your-electron-application/
|
||||
require('dotenv').config();
|
||||
const {notarize} = require('electron-notarize');
|
||||
const {notarize} = require('@electron/notarize');
|
||||
|
||||
const config = require('../electron-builder.json');
|
||||
|
||||
|
Reference in New Issue
Block a user