From 1c549f7faf445c02dec0187df0d8532ab7bf1ee8 Mon Sep 17 00:00:00 2001 From: Anoop M D Date: Mon, 25 Sep 2023 02:54:36 +0530 Subject: [PATCH] fix: fixed issue related about-window dep breaking build --- package.json | 1 - packages/bruno-app/src/components/Sidebar/index.js | 2 +- packages/bruno-electron/package.json | 3 ++- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 107b0d744..9aaaf23f2 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,6 @@ "@faker-js/faker": "^7.6.0", "@jest/globals": "^29.2.0", "@playwright/test": "^1.27.1", - "about-window": "^1.15.2", "husky": "^8.0.3", "jest": "^29.2.0", "pretty-quick": "^3.1.3", diff --git a/packages/bruno-app/src/components/Sidebar/index.js b/packages/bruno-app/src/components/Sidebar/index.js index 7ce4a9d42..b1fe4a2fd 100644 --- a/packages/bruno-app/src/components/Sidebar/index.js +++ b/packages/bruno-app/src/components/Sidebar/index.js @@ -116,7 +116,7 @@ const Sidebar = () => { )} -
v0.15.0
+
v0.15.1
diff --git a/packages/bruno-electron/package.json b/packages/bruno-electron/package.json index 1c1c8c067..e618809e4 100644 --- a/packages/bruno-electron/package.json +++ b/packages/bruno-electron/package.json @@ -1,5 +1,5 @@ { - "version": "v0.15.0", + "version": "v0.15.1", "name": "bruno", "description": "Opensource API Client for Exploring and Testing APIs", "homepage": "https://www.usebruno.com", @@ -17,6 +17,7 @@ "@usebruno/js": "0.4.0", "@usebruno/lang": "0.3.0", "@usebruno/schema": "0.3.1", + "about-window": "^1.15.2", "axios": "^0.26.0", "chai": "^4.3.7", "chokidar": "^3.5.3",