Skip to content
This repository has been archived by the owner on Feb 11, 2023. It is now read-only.

Commit

Permalink
feat: 升级截图插件
Browse files Browse the repository at this point in the history
  • Loading branch information
nashaofu committed Jun 29, 2022
1 parent c769978 commit eb7059d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dingtalk",
"version": "2.1.19",
"version": "2.1.20",
"description": "钉钉桌面版,基于electron和钉钉网页版开发,支持Windows、Linux和macOS",
"author": "nashaofu <[email protected]>",
"main": "dist/main.js",
Expand Down Expand Up @@ -31,7 +31,7 @@
"@sentry/electron": "^2.5.4",
"axios": "^0.25.0",
"electron-localshortcut": "^3.2.1",
"electron-screenshots": "^0.5.1",
"electron-screenshots": "^0.5.4",
"electron-updater": "^4.6.1",
"lodash": "^4.17.21",
"normalize.css": "^8.0.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2842,10 +2842,10 @@ [email protected]:
lazy-val "^1.0.5"
mime "^2.5.2"

electron-screenshots@^0.5.1:
version "0.5.1"
resolved "https://registry.npmmirror.com/electron-screenshots/-/electron-screenshots-0.5.1.tgz#131b4e99aa4fa191998c8abd3f178b1ab2e933d4"
integrity sha512-0Em7R4GlBUzQuKqwNkSU4lPNEprEGJQH3WmqZTBa6Fvi/r6Pi5/kIWeZmZw1Y16O4FWVgr0qkhdWbAjCqQLbfQ==
electron-screenshots@^0.5.4:
version "0.5.4"
resolved "https://registry.npmmirror.com/electron-screenshots/-/electron-screenshots-0.5.4.tgz#53d1dc104f2260b15a078810b6341bbe97b1b93b"
integrity sha512-mZOqkVwf7o7u9Zfw7ToTlgHy8aycovmaNdGAqqwHz2SJiYtgqbFTFQWukWDl+zSdGbJ+XB+rKYSDZyCiKeiQoQ==
dependencies:
debug "^4.3.3"
fs-extra "^10.1.0"
Expand Down

0 comments on commit eb7059d

Please sign in to comment.