Reduced package size by moving most depedencies to devDependencies (#2436)

This commit is contained in:
Devin Binnie 2022-12-01 16:17:53 -04:00 committed by GitHub
parent 08e94b9f55
commit 567b48516b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 684 additions and 290 deletions

964
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -196,9 +196,7 @@
"webpack": "5.71.0",
"webpack-cli": "4.10.0",
"webpack-dev-server": "4.8.0",
"webpack-merge": "5.8.0"
},
"dependencies": {
"webpack-merge": "5.8.0",
"@mattermost/compass-icons": "0.1.32",
"auto-launch": "5.0.5",
"bootstrap": "4.6.1",
@ -211,7 +209,6 @@
"electron-updater": "5.2.1",
"fs-extra": "10.0.1",
"joi": "17.6.0",
"macos-notification-state": "2.0.1",
"pretty-bytes": "6.0.0",
"react": "16.14.0",
"react-beautiful-dnd": "13.1.0",
@ -222,10 +219,13 @@
"sass": "1.49.11",
"semver": "7.3.5",
"valid-url": "1.0.9",
"windows-focus-assist": "1.3.0",
"winreg-utf8": "0.1.1",
"yargs": "17.4.0"
},
"dependencies": {
"macos-notification-state": "2.0.1",
"windows-focus-assist": "1.3.0"
},
"overrides": {
"@electron/universal": "1.3.1"
}