From 6dbbe7c55fbb1aae5efb3be0507c5d25cae7d9c2 Mon Sep 17 00:00:00 2001 From: RemixDev Date: Sat, 5 Jun 2021 16:37:06 +0200 Subject: [PATCH] Fixed electron-builder builds --- package.json | 21 +++++++++++---------- server/package.json | 2 +- yarn.lock | 2 +- 3 files changed, 13 insertions(+), 12 deletions(-) diff --git a/package.json b/package.json index 36fe6ec..8345cca 100644 --- a/package.json +++ b/package.json @@ -20,16 +20,17 @@ "electron-window-state-manager": "^0.3.2", "cookie-parser": "1.4.5", - "debug": "2.6.9", - "deemix": "^0.1.3", - "deezer-js": "^1.0.0", - "dotenv": "8.2.0", - "express": "4.17.1", - "express-session": "^1.17.1", - "morgan": "1.10.0", - "ramda": "0.27.1", - "uuid": "8.3.2", - "ws": "7.4.5" + "debug": "2.6.9", + "deemix": "^0.1.3", + "deezer-js": "^1.0.0", + "dotenv": "8.2.0", + "express": "4.17.1", + "express-session": "^1.17.1", + "morgan": "1.10.0", + "ramda": "0.27.1", + "uuid": "8.3.2", + "ws": "7.4.5", + "yargs": "17.0.1" }, "build": { "appId": "app.deemix.gui", diff --git a/server/package.json b/server/package.json index ccdc8da..f32dcb3 100644 --- a/server/package.json +++ b/server/package.json @@ -13,7 +13,6 @@ "test-watch": "jest --watch" }, "dependencies": { - "@types/yargs": "17.0.0", "cookie-parser": "1.4.5", "debug": "2.6.9", "deemix": "^0.1.3", @@ -42,6 +41,7 @@ "@types/ws": "7.4.1", "@typescript-eslint/eslint-plugin": "4.21.0", "@typescript-eslint/parser": "4.21.0", + "@types/yargs": "17.0.0", "eslint": "7.23.0", "eslint-config-prettier": "8.1.0", "eslint-plugin-prettier": "3.3.1", diff --git a/yarn.lock b/yarn.lock index 90c68e4..ddbdbb2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2934,7 +2934,7 @@ yargs-parser@^20.2.2: resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-20.2.7.tgz#61df85c113edfb5a7a4e36eb8aa60ef423cbc90a" integrity sha512-FiNkvbeHzB/syOjIUxFDCnhSfzAL8R5vs40MgLFBorXACCOAEaWu0gRZl14vG8MR9AOJIZbmkjhusqBYZ3HTHw== -yargs@^17.0.1: +yargs@17.0.1, yargs@^17.0.1: version "17.0.1" resolved "https://registry.yarnpkg.com/yargs/-/yargs-17.0.1.tgz#6a1ced4ed5ee0b388010ba9fd67af83b9362e0bb" integrity sha512-xBBulfCc8Y6gLFcrPvtqKz9hz8SO0l1Ni8GgDekvBX2ro0HRQImDGnikfc33cgzcYUSncapnNcZDjVFIH3f6KQ==