Update
This commit is contained in:
parent
e100d21934
commit
51fffa95f4
2 changed files with 14 additions and 14 deletions
14
package.json
14
package.json
|
@ -45,11 +45,11 @@
|
||||||
"@sentry/electron": "^4.0.2",
|
"@sentry/electron": "^4.0.2",
|
||||||
"@sentry/integrations": "^7.13.0",
|
"@sentry/integrations": "^7.13.0",
|
||||||
"adm-zip": "0.4.10",
|
"adm-zip": "0.4.10",
|
||||||
"airtunes2": "git+https://github.com/ciderapp/node_airtunes2.git",
|
"airtunes2": "github:ciderapp/node_airtunes2",
|
||||||
"castv2-client": "^1.2.0",
|
"castv2-client": "^1.2.0",
|
||||||
"chokidar": "^3.5.3",
|
"chokidar": "^3.5.3",
|
||||||
"discord-auto-rpc": "^1.0.17",
|
"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",
|
"ejs": "^3.1.8",
|
||||||
"electron-fetch": "^1.7.4",
|
"electron-fetch": "^1.7.4",
|
||||||
"electron-log": "^4.4.8",
|
"electron-log": "^4.4.8",
|
||||||
|
@ -61,7 +61,7 @@
|
||||||
"get-port": "5.1.1",
|
"get-port": "5.1.1",
|
||||||
"jimp": "^0.16.2",
|
"jimp": "^0.16.2",
|
||||||
"lastfmapi": "^0.1.1",
|
"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",
|
"mpris-service": "^2.1.2",
|
||||||
"music-metadata": "7.12.6",
|
"music-metadata": "7.12.6",
|
||||||
"node-gyp": "^9.1.0",
|
"node-gyp": "^9.1.0",
|
||||||
|
@ -71,10 +71,10 @@
|
||||||
"run-script-os": "^1.1.6",
|
"run-script-os": "^1.1.6",
|
||||||
"source-map-support": "^0.5.21",
|
"source-map-support": "^0.5.21",
|
||||||
"ts-md5": "1.2.11",
|
"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",
|
"v8-compile-cache": "^2.3.0",
|
||||||
"wallpaper": "5.0.1",
|
"wallpaper": "5.0.1",
|
||||||
"ws": "^8.8.1",
|
"ws": "^8.9.0",
|
||||||
"xml2js": "^0.4.23",
|
"xml2js": "^0.4.23",
|
||||||
"youtube-search-without-api-key": "^1.0.7"
|
"youtube-search-without-api-key": "^1.0.7"
|
||||||
},
|
},
|
||||||
|
@ -82,10 +82,10 @@
|
||||||
"@types/adm-zip": "^0.5.0",
|
"@types/adm-zip": "^0.5.0",
|
||||||
"@types/discord-rpc": "4.0.3",
|
"@types/discord-rpc": "4.0.3",
|
||||||
"@types/express": "^4.17.14",
|
"@types/express": "^4.17.14",
|
||||||
"@types/node": "^18.7.18",
|
"@types/node": "^18.7.23",
|
||||||
"@types/qrcode-terminal": "^0.12.0",
|
"@types/qrcode-terminal": "^0.12.0",
|
||||||
"@types/ws": "^8.5.3",
|
"@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": "^23.3.3",
|
||||||
"electron-builder-notarize-pkg": "^1.2.0",
|
"electron-builder-notarize-pkg": "^1.2.0",
|
||||||
"electron-webpack": "^2.8.2",
|
"electron-webpack": "^2.8.2",
|
||||||
|
|
14
pnpm-lock.yaml
generated
14
pnpm-lock.yaml
generated
|
@ -6,17 +6,17 @@ specifiers:
|
||||||
'@types/adm-zip': ^0.5.0
|
'@types/adm-zip': ^0.5.0
|
||||||
'@types/discord-rpc': 4.0.3
|
'@types/discord-rpc': 4.0.3
|
||||||
'@types/express': ^4.17.14
|
'@types/express': ^4.17.14
|
||||||
'@types/node': ^18.7.18
|
'@types/node': ^18.7.23
|
||||||
'@types/qrcode-terminal': ^0.12.0
|
'@types/qrcode-terminal': ^0.12.0
|
||||||
'@types/ws': ^8.5.3
|
'@types/ws': ^8.5.3
|
||||||
adm-zip: 0.4.10
|
adm-zip: 0.4.10
|
||||||
airtunes2: git+https://github.com/ciderapp/node_airtunes2.git
|
airtunes2: github:ciderapp/node_airtunes2
|
||||||
castv2-client: ^1.2.0
|
castv2-client: ^1.2.0
|
||||||
chokidar: ^3.5.3
|
chokidar: ^3.5.3
|
||||||
discord-auto-rpc: ^1.0.17
|
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
|
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: ^23.3.3
|
||||||
electron-builder-notarize-pkg: ^1.2.0
|
electron-builder-notarize-pkg: ^1.2.0
|
||||||
electron-fetch: ^1.7.4
|
electron-fetch: ^1.7.4
|
||||||
|
@ -31,7 +31,7 @@ specifiers:
|
||||||
jimp: ^0.16.2
|
jimp: ^0.16.2
|
||||||
lastfmapi: ^0.1.1
|
lastfmapi: ^0.1.1
|
||||||
less: ^4.1.3
|
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
|
mpris-service: ^2.1.2
|
||||||
music-metadata: 7.12.6
|
music-metadata: 7.12.6
|
||||||
musickit-typescript: ^1.2.4
|
musickit-typescript: ^1.2.4
|
||||||
|
@ -44,12 +44,12 @@ specifiers:
|
||||||
source-map-support: ^0.5.21
|
source-map-support: ^0.5.21
|
||||||
ts-md5: 1.2.11
|
ts-md5: 1.2.11
|
||||||
typescript: ^4.8.3
|
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
|
v8-compile-cache: ^2.3.0
|
||||||
vue-devtools: ^5.1.4
|
vue-devtools: ^5.1.4
|
||||||
wallpaper: 5.0.1
|
wallpaper: 5.0.1
|
||||||
webpack: ~5.74.0
|
webpack: ~5.74.0
|
||||||
ws: ^8.8.1
|
ws: ^8.9.0
|
||||||
xml2js: ^0.4.23
|
xml2js: ^0.4.23
|
||||||
youtube-search-without-api-key: ^1.0.7
|
youtube-search-without-api-key: ^1.0.7
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue