Skip to content

Commit

Permalink
upgrade electron-store
Browse files Browse the repository at this point in the history
  • Loading branch information
mifi committed Apr 5, 2020
1 parent 34a6a34 commit 03c2da3
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 34 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
},
"dependencies": {
"electron-is-dev": "^0.1.2",
"electron-store": "^5.1.0",
"electron-store": "^5.1.1",
"execa": "^4.0.0",
"ffmpeg-static": "^4.0.1",
"ffprobe-static": "^3.0.0",
Expand Down
24 changes: 0 additions & 24 deletions patches/conf+6.2.0.patch

This file was deleted.

18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3400,10 +3400,10 @@ concurrently@^5.1.0:
tree-kill "^1.2.2"
yargs "^13.3.0"

conf@^6.2.0:
version "6.2.0"
resolved "https://registry.yarnpkg.com/conf/-/conf-6.2.0.tgz#274d37a0a2e50757ffb89336e954d08718eb359a"
integrity sha512-fvl40R6YemHrFsNiyP7TD0tzOe3pQD2dfT2s20WvCaq57A1oV+RImbhn2Y4sQGDz1lB0wNSb7dPcPIvQB69YNA==
conf@^6.2.1:
version "6.2.3"
resolved "https://registry.yarnpkg.com/conf/-/conf-6.2.3.tgz#0c0611f0fca25174d72c7b633ff6af9173a55f62"
integrity sha512-xwce2fuN77kiXiUq0tQImwJM0SXkGKt1/uZYyiQ9OWUKUQmF6gzIMyCL0idlpgQelKomSFMkAGn2QK7JJ2c1Cg==
dependencies:
ajv "^6.10.2"
debounce-fn "^3.0.1"
Expand Down Expand Up @@ -4451,12 +4451,12 @@ [email protected]:
lazy-val "^1.0.4"
mime "^2.4.4"

electron-store@^5.1.0:
version "5.1.0"
resolved "https://registry.yarnpkg.com/electron-store/-/electron-store-5.1.0.tgz#0b3cb66b15d0002678fc5c13e8b0c38a8678d670"
integrity sha512-uhAF/4+zDb+y0hWqlBirEPEAR4ciCZDp4fRWGFNV62bG+ArdQPpXk7jS0MEVj3CfcG5V7hx7Dpq5oD+1j6GD8Q==
electron-store@^5.1.1:
version "5.1.1"
resolved "https://registry.yarnpkg.com/electron-store/-/electron-store-5.1.1.tgz#3040e5b4ad25d2e4caea59d505646c1e7c94a09b"
integrity sha512-FLidOVE8JVCdJXHd7xY/JojKJ2r2WNmWt0O/LlX2LuSVV7dkG2RSy2/Gm2LFw8OKDfrNBd9c/s4X1ikMrJEUKg==
dependencies:
conf "^6.2.0"
conf "^6.2.1"
type-fest "^0.7.1"

electron-to-chromium@^1.3.341, electron-to-chromium@^1.3.363:
Expand Down

0 comments on commit 03c2da3

Please sign in to comment.