electron bump version 20.0.3
This commit is contained in:
parent
04a2aa6a4a
commit
8daadf87e8
2 changed files with 6 additions and 6 deletions
10
package.json
10
package.json
|
@ -38,7 +38,7 @@
|
|||
"prettier": "npx prettier --write '**/*.{js,json,ts,css,less}'"
|
||||
},
|
||||
"dependencies": {
|
||||
"@sentry/electron": "^3.0.7",
|
||||
"@sentry/electron": "^4.0.0",
|
||||
"@sentry/integrations": "^7.8.1",
|
||||
"@types/pouchdb": "^6.4.0",
|
||||
"@types/pouchdb-node": "^6.1.4",
|
||||
|
@ -63,7 +63,7 @@
|
|||
"leveldown": "^6.1.1",
|
||||
"mdns-js": "git+https://github.com/ciderapp/node-mdns-js.git",
|
||||
"mpris-service": "^2.1.2",
|
||||
"music-metadata": "^7.12.5",
|
||||
"music-metadata": "7.12.6",
|
||||
"node-gyp": "^9.1.0",
|
||||
"node-ssdp": "^4.0.1",
|
||||
"pouchdb-adapter-leveldb": "^7.3.0",
|
||||
|
@ -86,7 +86,7 @@
|
|||
"@types/express": "^4.17.13",
|
||||
"@types/qrcode-terminal": "^0.12.0",
|
||||
"@types/ws": "^8.5.3",
|
||||
"electron": "git+https://github.com/castlabs/electron-releases.git#18-x-y",
|
||||
"electron": "git+https://github.com/castlabs/electron-releases.git#20-x-y",
|
||||
"electron-builder": "^23.3.3",
|
||||
"electron-builder-notarize-pkg": "^1.2.0",
|
||||
"electron-webpack": "^2.8.2",
|
||||
|
@ -119,9 +119,9 @@
|
|||
}
|
||||
],
|
||||
"build": {
|
||||
"electronVersion": "18.3.5",
|
||||
"electronVersion": "20.0.3",
|
||||
"electronDownload": {
|
||||
"version": "18.3.5+wvcus",
|
||||
"version": "20.0.3+wvcus",
|
||||
"mirror": "https://github.com/castlabs/electron-releases/releases/download/v"
|
||||
},
|
||||
"appId": "cider",
|
||||
|
|
|
@ -3,7 +3,7 @@ import * as path from "path";
|
|||
const { readdir } = require("fs").promises;
|
||||
import { utils } from "../../base/utils";
|
||||
import * as mm from "music-metadata";
|
||||
import { Md5 } from "ts-md5/dist/md5";
|
||||
import { Md5 } from "ts-md5";
|
||||
import e from "express";
|
||||
import { EventEmitter } from "events";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue