Skip to content

Commit

Permalink
Merge pull request desktop#14719 from desktop/test-fix-high-sierra
Browse files Browse the repository at this point in the history
Fix crash on High Sierra
  • Loading branch information
sergiou87 committed Jun 9, 2022
1 parent 26b687b commit 8c41896
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"codemirror-mode-elixir": "^1.1.2",
"compare-versions": "^3.6.0",
"deep-equal": "^1.0.1",
"desktop-notifications": "^0.2.0",
"desktop-notifications": "^0.2.1",
"desktop-trampoline": "desktop/desktop-trampoline#v0.9.8",
"dexie": "^2.0.0",
"dompurify": "^2.3.3",
Expand Down
8 changes: 4 additions & 4 deletions app/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -363,10 +363,10 @@ delegates@^1.0.0:
resolved "https://registry.yarnpkg.com/delegates/-/delegates-1.0.0.tgz#84c6e159b81904fdca59a0ef44cd870d31250f9a"
integrity sha1-hMbhWbgZBP3KWaDvRM2HDTElD5o=

desktop-notifications@^0.2.0:
version "0.2.0"
resolved "https://registry.yarnpkg.com/desktop-notifications/-/desktop-notifications-0.2.0.tgz#8ec6d732671d42e9aa4dac4523a2a57806c9e210"
integrity sha512-6puOHRkSHmH1HpQDftFtpJU+ko7gw1vtSlf2LViJX+sY2N+9pVuYO85HjTlpktHDSVKvDnFGhPVAoZmjXIvo/Q==
desktop-notifications@^0.2.1:
version "0.2.1"
resolved "https://registry.yarnpkg.com/desktop-notifications/-/desktop-notifications-0.2.1.tgz#ff934e45ef6b47cfbbd6c596c759fc91b96ab753"
integrity sha512-ssB7SYsWlVgFCN/4KE5QIHM1hH4PXGHmlIYpUa4xR7WDHcjMEU6vrnrAFWx9SnPLVkCNDiWRwSDejlS1VF9BHw==
dependencies:
node-addon-api "^5.0.0"
prebuild-install "^7.0.1"
Expand Down

0 comments on commit 8c41896

Please sign in to comment.