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

Commit

Permalink
feat: release 2.1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
nashaofu committed Dec 16, 2021
1 parent f5bd458 commit 3824ca7
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v1
with:
node-version: 12.x
node-version: 16.x

- name: Install Dependencies
run: yarn
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dingtalk",
"version": "2.1.12",
"version": "2.1.14",
"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.24.0",
"electron-screenshots": "^0.1.3",
"electron-updater": "^4.6.1",
"electron-updater": "^4.3.9",
"lodash": "^4.17.21",
"normalize.css": "^8.0.1",
"vue": "^2.6.14"
Expand All @@ -46,8 +46,8 @@
"autoprefixer": "^10.4.0",
"babel-loader": "^8.2.3",
"css-loader": "^6.5.1",
"electron": "^16.0.4",
"electron-builder": "^22.14.5",
"electron": "^14.2.2",
"electron-builder": "22.10.5",
"electron-debug": "^3.2.0",
"electron-dev-webpack-plugin": "^1.0.5",
"electron-devtools-installer": "^3.2.0",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -930,10 +930,10 @@
resolved "https://registry.npmmirror.com/@discoveryjs/json-ext/download/@discoveryjs/json-ext-0.5.6.tgz#d5e0706cf8c6acd8c6032f8d54070af261bbbb2f"
integrity sha512-ws57AidsDvREKrZKYffXddNkyaF14iHNHm8VQnZH6t99E8gczjNN0GpvcGny0imC80yQ0tHz1xVUKk/KFQSUyA==

"@electron/get@^1.13.0":
"@electron/get@^1.0.1":
version "1.13.1"
resolved "https://registry.npmmirror.com/@electron/get/download/@electron/get-1.13.1.tgz?cache=0&sync_timestamp=1635499103805&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2F%40electron%2Fget%2Fdownload%2F%40electron%2Fget-1.13.1.tgz#42a0aa62fd1189638bd966e23effaebb16108368"
integrity sha1-QqCqYv0RiWOL2WbiPv+uuxYQg2g=
resolved "https://registry.yarnpkg.com/@electron/get/-/get-1.13.1.tgz#42a0aa62fd1189638bd966e23effaebb16108368"
integrity sha512-U5vkXDZ9DwXtkPqlB45tfYnnYBN8PePp1z/XDCupnSpdrxT8/ThCv9WCwPLf9oqiSGZTkH6dx2jDUPuoXpjkcA==
dependencies:
debug "^4.1.1"
env-paths "^2.2.0"
Expand Down Expand Up @@ -2806,12 +2806,12 @@ electron-updater@^4.6.1:
lodash.isequal "^4.5.0"
semver "^7.3.5"

electron@^16.0.4:
version "16.0.4"
resolved "https://registry.npmmirror.com/electron/download/electron-16.0.4.tgz#87dfe21d17608537fc6df292c437362297566a73"
integrity sha512-IptwmowvMP1SFOmZLh6rrURwfnOxbDBXBRBcaOdfBM5I+B9mgtdNwzNC3ymFFNzEkZUwdOyg9fu3iyjAAQIQgw==
electron@^14.2.2:
version "14.2.2"
resolved "https://registry.yarnpkg.com/electron/-/electron-14.2.2.tgz#0d94f1fdaa8283979adde6178c2ef5a0f86a6470"
integrity sha512-1nh4NUQ/7jxVEQdxdgPWFq8jGWgUSSF62jni+5jvQNIZZN4/q1wbGN2i/tg/t4oeU5EtOOloa43Y9d29VmvPuw==
dependencies:
"@electron/get" "^1.13.0"
"@electron/get" "^1.0.1"
"@types/node" "^14.6.2"
extract-zip "^1.0.3"

Expand Down

0 comments on commit 3824ca7

Please sign in to comment.