Skip to content

Commit

Permalink
⬆️ Upgrade(core): picgo-core -> 1.3.7
Browse files Browse the repository at this point in the history
fix macOS clipboard upload error

ISSUES CLOSED: #264, #199
  • Loading branch information
Molunerfinn committed May 12, 2019
1 parent c7ea9a8 commit e38e6f0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
"lowdb": "^1.0.0",
"md5": "^2.2.1",
"melody.css": "^1.0.2",
"picgo": "^1.3.5",
"picgo": "^1.3.7",
"qiniu": "^7.1.1",
"vue": "^2.3.3",
"vue-electron": "^1.0.6",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7657,10 +7657,10 @@ performance-now@^2.1.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b"

picgo@^1.3.5:
version "1.3.5"
resolved "http://registry.npm.taobao.org/picgo/download/picgo-1.3.5.tgz#87208a271e3e65f899119691b592be423e290fca"
integrity sha1-hyCKJx4+ZfiZEZaRtZK+Qj4pD8o=
picgo@^1.3.7:
version "1.3.7"
resolved "https://registry.npmjs.org/picgo/-/picgo-1.3.7.tgz#b152ec8235062a5638243c20afbafe87bf295c47"
integrity sha512-iJamLDhBy+Io/ePS6G+WT7ncXdmATrDFRFP4RvypqkuIdvPBULhukWyIEbB5hiXaQbYNBK6xx2trxp86YuvyeQ==
dependencies:
chalk "^2.4.1"
commander "^2.17.0"
Expand Down

0 comments on commit e38e6f0

Please sign in to comment.