This commit is contained in:
Core 2022-09-27 18:23:44 +01:00
parent e100d21934
commit 51fffa95f4
No known key found for this signature in database
GPG key ID: 2AB8327FBA02D1C0
2 changed files with 14 additions and 14 deletions

View file

@ -45,11 +45,11 @@
"@sentry/electron": "^4.0.2",
"@sentry/integrations": "^7.13.0",
"adm-zip": "0.4.10",
"airtunes2": "git+https://github.com/ciderapp/node_airtunes2.git",
"airtunes2": "github:ciderapp/node_airtunes2",
"castv2-client": "^1.2.0",
"chokidar": "^3.5.3",
"discord-auto-rpc": "^1.0.17",
"dns-js": "git+https://github.com/ciderapp/node-dns-js.git",
"dns-js": "github:ciderapp/node-dns-js",
"ejs": "^3.1.8",
"electron-fetch": "^1.7.4",
"electron-log": "^4.4.8",
@ -61,7 +61,7 @@
"get-port": "5.1.1",
"jimp": "^0.16.2",
"lastfmapi": "^0.1.1",
"mdns-js": "git+https://github.com/ciderapp/node-mdns-js.git",
"mdns-js": "github:ciderapp/node-mdns-js",
"mpris-service": "^2.1.2",
"music-metadata": "7.12.6",
"node-gyp": "^9.1.0",
@ -71,10 +71,10 @@
"run-script-os": "^1.1.6",
"source-map-support": "^0.5.21",
"ts-md5": "1.2.11",
"upnp-mediarenderer-client": "git+https://github.com/vapormusic/node-upnp-mediarenderer-client.git",
"upnp-mediarenderer-client": "github:vapormusic/node-upnp-mediarenderer-client",
"v8-compile-cache": "^2.3.0",
"wallpaper": "5.0.1",
"ws": "^8.8.1",
"ws": "^8.9.0",
"xml2js": "^0.4.23",
"youtube-search-without-api-key": "^1.0.7"
},
@ -82,10 +82,10 @@
"@types/adm-zip": "^0.5.0",
"@types/discord-rpc": "4.0.3",
"@types/express": "^4.17.14",
"@types/node": "^18.7.18",
"@types/node": "^18.7.23",
"@types/qrcode-terminal": "^0.12.0",
"@types/ws": "^8.5.3",
"electron": "git+https://github.com/castlabs/electron-releases.git",
"electron": "github:castlabs/electron-releases",
"electron-builder": "^23.3.3",
"electron-builder-notarize-pkg": "^1.2.0",
"electron-webpack": "^2.8.2",

14
pnpm-lock.yaml generated
View file

@ -6,17 +6,17 @@ specifiers:
'@types/adm-zip': ^0.5.0
'@types/discord-rpc': 4.0.3
'@types/express': ^4.17.14
'@types/node': ^18.7.18
'@types/node': ^18.7.23
'@types/qrcode-terminal': ^0.12.0
'@types/ws': ^8.5.3
adm-zip: 0.4.10
airtunes2: git+https://github.com/ciderapp/node_airtunes2.git
airtunes2: github:ciderapp/node_airtunes2
castv2-client: ^1.2.0
chokidar: ^3.5.3
discord-auto-rpc: ^1.0.17
dns-js: git+https://github.com/ciderapp/node-dns-js.git
dns-js: github:ciderapp/node-dns-js
ejs: ^3.1.8
electron: git+https://github.com/castlabs/electron-releases.git
electron: github:castlabs/electron-releases
electron-builder: ^23.3.3
electron-builder-notarize-pkg: ^1.2.0
electron-fetch: ^1.7.4
@ -31,7 +31,7 @@ specifiers:
jimp: ^0.16.2
lastfmapi: ^0.1.1
less: ^4.1.3
mdns-js: git+https://github.com/ciderapp/node-mdns-js.git
mdns-js: github:ciderapp/node-mdns-js
mpris-service: ^2.1.2
music-metadata: 7.12.6
musickit-typescript: ^1.2.4
@ -44,12 +44,12 @@ specifiers:
source-map-support: ^0.5.21
ts-md5: 1.2.11
typescript: ^4.8.3
upnp-mediarenderer-client: git+https://github.com/vapormusic/node-upnp-mediarenderer-client.git
upnp-mediarenderer-client: github:vapormusic/node-upnp-mediarenderer-client
v8-compile-cache: ^2.3.0
vue-devtools: ^5.1.4
wallpaper: 5.0.1
webpack: ~5.74.0
ws: ^8.8.1
ws: ^8.9.0
xml2js: ^0.4.23
youtube-search-without-api-key: ^1.0.7