This repository has been archived by the owner on Feb 18, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deps): update dependency electron-debug to v3
- Loading branch information
1 parent
02e0797
commit f157920
Showing
2 changed files
with
13 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4045,13 +4045,13 @@ electron-context-menu@^0.9.1: | |
electron-dl "^1.2.0" | ||
electron-is-dev "^0.1.1" | ||
|
||
electron-debug@^2.0.0: | ||
version "2.1.0" | ||
resolved "https://registry.yarnpkg.com/electron-debug/-/electron-debug-2.1.0.tgz#8a926a37a7b2db77d35063ba1362c05e0fb78bda" | ||
integrity sha512-IJkEfMRhU0FxTc9khmAXkRw1AmQVLBiKaUqpDSQPLvZkxBnYsPVCy8tTvriA7eLb5p4oCmu2HmdDCx7laXy7+g== | ||
electron-debug@^3.0.0: | ||
version "3.0.0" | ||
resolved "https://registry.yarnpkg.com/electron-debug/-/electron-debug-3.0.0.tgz#55b7895df7f371558d0595d14dc2f8a738a41c81" | ||
integrity sha512-rLrnn7L2soeIqwB6FIzn4+pj6RwT66XhUxadcrS3okjB3ezAv8LsolqrFrO2UrTrvchZgTCcEapV4J0UxlYWIw== | ||
dependencies: | ||
electron-is-dev "^0.3.0" | ||
electron-localshortcut "^3.0.0" | ||
electron-is-dev "^1.1.0" | ||
electron-localshortcut "^3.1.0" | ||
|
||
[email protected]: | ||
version "2.2.4" | ||
|
@@ -4097,17 +4097,17 @@ electron-is-dev@^0.1.1: | |
resolved "https://registry.yarnpkg.com/electron-is-dev/-/electron-is-dev-0.1.2.tgz#8a1043e32b3a1da1c3f553dce28ce764246167e3" | ||
integrity sha1-ihBD4ys6HaHD9VPc4oznZCRhZ+M= | ||
|
||
electron-is-dev@^0.3.0: | ||
version "0.3.0" | ||
resolved "https://registry.yarnpkg.com/electron-is-dev/-/electron-is-dev-0.3.0.tgz#14e6fda5c68e9e4ecbeff9ccf037cbd7c05c5afe" | ||
integrity sha1-FOb9pcaOnk7L7/nM8DfL18BcWv4= | ||
|
||
electron-is-dev@^1.0.1: | ||
version "1.0.1" | ||
resolved "https://registry.yarnpkg.com/electron-is-dev/-/electron-is-dev-1.0.1.tgz#6e0a184736fe7aea77d18210b0b0f6a02402c4bc" | ||
integrity sha512-iwM3EotA9HTXqMGpQRkR/kT8OZqBbdfHTnlwcxsjSLYqY8svvsq0MuujsWCn3/vtgRmDv/PC/gKUUpoZvi5C1w== | ||
|
||
electron-localshortcut@^3.0.0: | ||
electron-is-dev@^1.1.0: | ||
version "1.1.0" | ||
resolved "https://registry.yarnpkg.com/electron-is-dev/-/electron-is-dev-1.1.0.tgz#b15a2a600bdc48a51a857d460e05f15b19a2522c" | ||
integrity sha512-Z1qA/1oHNowGtSBIcWk0pcLEqYT/j+13xUw/MYOrBUOL4X7VN0i0KCTf5SqyvMPmW5pSPKbo28wkxMxzZ20YnQ== | ||
|
||
electron-localshortcut@^3.1.0: | ||
version "3.1.0" | ||
resolved "https://registry.yarnpkg.com/electron-localshortcut/-/electron-localshortcut-3.1.0.tgz#10c1ffd537b8d39170aaf6e1551341f7780dd2ce" | ||
integrity sha512-MgL/j5jdjW7iA0R6cI7S045B0GlKXWM1FjjujVPjlrmyXRa6yH0bGSaIAfxXAF9tpJm3pLEiQzerYHkRh9JG/A== | ||
|