fix: fixed issue related about-window dep breaking build

This commit is contained in:
Anoop M D 2023-09-25 02:54:36 +05:30
parent eb6b75ff98
commit 1c549f7faf
3 changed files with 3 additions and 3 deletions

View File

@ -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",

View File

@ -116,7 +116,7 @@ const Sidebar = () => {
</GitHubButton>
)}
</div>
<div className="flex flex-grow items-center justify-end text-xs mr-2">v0.15.0</div>
<div className="flex flex-grow items-center justify-end text-xs mr-2">v0.15.1</div>
</div>
</div>
</div>

View File

@ -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",