🔼 Update dependencies

This commit is contained in:
Florian Metz
2020-10-10 14:52:29 +02:00
parent 4e66c1795c
commit e53ed627d6
2 changed files with 576 additions and 1127 deletions

View File

@@ -2,7 +2,7 @@
"name": "premid",
"productName": "PreMiD",
"description": "Discord Rich Presence for web services.",
"version": "2.1.3",
"version": "2.1.4",
"repository": "https://github.com/PreMiD/PreMiD",
"scripts": {
"init": "tsc --skipLibCheck && tsc pkg util/prepare util/zip && devScript --copyOnly",
@@ -17,38 +17,38 @@
"@types/archiver": "3.1.1",
"@types/auto-launch": "5.0.1",
"@types/discord-rpc": "3.0.4",
"@types/electron-packager": "14.0.0",
"@types/electron-packager": "15.0.1",
"@types/fs-extra": "9.0.1",
"@types/ini": "1.3.30",
"@types/node": "14.0.23",
"@types/node": "14.11.8",
"@types/prompts": "2.0.9",
"@types/request-promise-native": "1.0.17",
"@types/rimraf": "3.0.0",
"@types/socket.io": "2.1.11",
"@types/ssh2-sftp-client": "4.1.3",
"@types/ssh2-sftp-client": "5.3.0",
"@types/unzipper": "^0.10.3",
"archiver": "4.0.2",
"chalk": "4.0.0",
"electron": "8.3.0",
"electron-packager": "14.2.1",
"archiver": "5.0.2",
"chalk": "4.1.0",
"electron": "10.1.3",
"electron-packager": "15.1.0",
"fast-glob": "3.2.4",
"fs-extra": "9.0.1",
"nodemon": "2.0.4",
"ora": "4.0.4",
"ora": "5.1.0",
"prompts": "2.3.2",
"rimraf": "3.0.2",
"ssh2-sftp-client": "5.1.3",
"typescript": "3.9.6",
"ssh2-sftp-client": "5.3.1",
"typescript": "4.0.3",
"unzipper": "0.10.11",
"yarn": "1.22.10"
},
"dependencies": {
"@sentry/electron": "1.3.2",
"@sentry/electron": "2.0.1",
"auto-launch": "5.0.5",
"axios": "0.19.2",
"axios": "0.20.0",
"chokidar": "3.4.2",
"discord-rpc": "github:discordjs/RPC",
"electron-store": "5.1.1",
"electron-store": "6.0.1",
"socket.io": "2.3.0",
"source-map-support": "^0.5.19"
}

1675
yarn.lock

File diff suppressed because it is too large Load Diff