From 0845cf89caae65f507d8ced68236c7de199c1f3e Mon Sep 17 00:00:00 2001 From: jopemachine Date: Sat, 6 Nov 2021 14:44:44 +0900 Subject: [PATCH] Downgrade about-window --- CHANGE_LOG.md | 3 ++- package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/CHANGE_LOG.md b/CHANGE_LOG.md index 68f17d92..6bb323c6 100644 --- a/CHANGE_LOG.md +++ b/CHANGE_LOG.md @@ -3,9 +3,10 @@ ## What’s Changed - [style] Change preference window's styles -- [fix] Remove duplicated text store in clipboard history +- [feature] Remove duplicated text store in clipboard history - [feature] Add name, keyword fields on snippetInfoModal - [feature] Remove snippet keyword displaying when useAutoExpand is false +- [fix] Fix about window not working bug in Windows # 0.14.3 diff --git a/package.json b/package.json index 049e79e3..95414ec5 100644 --- a/package.json +++ b/package.json @@ -303,7 +303,7 @@ }, "dependencies": { "@fortawesome/fontawesome-free": "^5.15.4", - "about-window": "^1.15.0", + "about-window": "1.14.0", "alpha-sort": "^5.0.0", "arvis-store": "^0.3.1", "bootstrap": "^5.1.2", diff --git a/yarn.lock b/yarn.lock index 44ba7657..87b31586 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2518,10 +2518,10 @@ abbrev@1: resolved "https://registry.yarnpkg.com/abbrev/-/abbrev-1.1.1.tgz#f8f2c887ad10bf67f634f005b6987fed3179aac8" integrity sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q== -about-window@^1.15.0: - version "1.15.0" - resolved "https://registry.yarnpkg.com/about-window/-/about-window-1.15.0.tgz#504c3b3988cc64b78b99fad805f4081aba487931" - integrity sha512-bLyqvMc9OoHxsQYpm3xRw7v7axI2OMXiK3Qkhi1oimYPOLu60RrpTL5CbOk+RLoBzuYJve8YqZ20/TYgrTus3g== +about-window@1.14.0: + version "1.14.0" + resolved "https://registry.yarnpkg.com/about-window/-/about-window-1.14.0.tgz#ac7a8beedf02110495685ba7e1285bcb3577656f" + integrity sha512-lKQtY2PzGGR0lq6121rkKotnWwccntQTAtEsDczwVhNgxtGaYqrXVFGnxzAm3V4AkyyqaVIG12/nqKdns01nVA== accepts@~1.3.4, accepts@~1.3.5, accepts@~1.3.7: version "1.3.7"