From 287c53cd5ab52f43c3a2ab44daea6c2cf4d9d851 Mon Sep 17 00:00:00 2001 From: Aditya Toshniwal Date: Mon, 3 Apr 2023 13:49:21 +0530 Subject: [PATCH] Downgrade NW.js to 0.72.0 as the latest version is not showing taskbar icon on Windows --- runtime/package.json | 2 +- runtime/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/runtime/package.json b/runtime/package.json index db38be8f8..76dbcf88e 100644 --- a/runtime/package.json +++ b/runtime/package.json @@ -25,7 +25,7 @@ }, "devDependencies": { "eslint": "^8.37.0", - "nw": "^0.74.0" + "nw": "^0.72.0" }, "scripts": { "linter": "yarn eslint --no-eslintrc -c .eslintrc.js --ext .js ." diff --git a/runtime/yarn.lock b/runtime/yarn.lock index d93eced7f..607e3eda3 100644 --- a/runtime/yarn.lock +++ b/runtime/yarn.lock @@ -967,10 +967,10 @@ number-is-nan@^1.0.0: resolved "https://registry.yarnpkg.com/number-is-nan/-/number-is-nan-1.0.1.tgz#097b602b53422a522c1afb8790318336941a011d" integrity sha512-4jbtZXNAsfZbAHiiqjLPBiCl16dES1zI4Hpzzxw61Tk+loF+sBDBKx1ICKKKwIqQ7M0mFn1TmkN7euSncWgHiQ== -nw@^0.74.0: - version "0.74.0" - resolved "https://registry.yarnpkg.com/nw/-/nw-0.74.0.tgz#1ea1df67d59e12471ae3b96e6056f5ddf618975b" - integrity sha512-lYVTDMIuMjn4u9rYeAGEJZoSoS8dEyKDHYlPINnhtydDFwTwENCDMC6K9wXBT7xnGbapK9pVN5xcNy/KAiPW3A== +nw@^0.72.0: + version "0.72.0" + resolved "https://registry.yarnpkg.com/nw/-/nw-0.72.0.tgz#b8d340c165756b2f07320e999f5aaa486131e38f" + integrity sha512-uMLsvXe3cDJ+YY8Jcd+YoLg7ggqJAbpTskNx0X21Z6gn9oWWnte9eJsWNC/9J5itg3TzzqyvIyUfXsMGekqPmw== dependencies: chalk "~1.1.3" decompress "^4.2.0"