Skip to content

Commit

Permalink
[build] fix error by updating package
Browse files Browse the repository at this point in the history
  • Loading branch information
alexthemaster committed Sep 29, 2022
1 parent 47f6dda commit 4f2e9ee
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "daunroda-app",
"version": "0.0.1-alpha.7",
"version": "0.0.1-alpha.8",
"private": true,
"description": "The official Daunroda app to easily download Spotify playlists.",
"author": "Alex Kovacs <[email protected]>",
Expand All @@ -13,7 +13,7 @@
"main": "dist/electron/main/index.js",
"dependencies": {
"@sapphire/fetch": "^2.4.1",
"daunroda": "https://github.com/daunroda/daunroda-app-package.git#commit=973730d73e26fb584f9c7256e1cc6fcb205dc218",
"daunroda": "https://github.com/daunroda/daunroda-app-package#7775c66116853de58d6a94a161cae137f878fe32",
"electron-updater": "^5.2.1",
"fluent-ffmpeg": "https://github.com/alexthemaster/node-fluent-ffmpeg.git#commit=86418dd02dfb9554ce2becaafda20c66447b0d84",
"spotify-web-api-node": "^5.0.2"
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1672,7 +1672,7 @@ __metadata:
"@vitejs/plugin-vue": ^3.1.0
"@vue/eslint-config-prettier": ^7.0.0
"@vue/eslint-config-typescript": ^11.0.2
daunroda: "https://github.com/daunroda/daunroda-app-package.git#commit=973730d73e26fb584f9c7256e1cc6fcb205dc218"
daunroda: "https://github.com/daunroda/daunroda-app-package#7775c66116853de58d6a94a161cae137f878fe32"
electron: ^20.3.0
electron-builder: ^23.5.1
electron-updater: ^5.2.1
Expand All @@ -1692,9 +1692,9 @@ __metadata:
languageName: unknown
linkType: soft

"daunroda@https://github.com/daunroda/daunroda-app-package.git#commit=973730d73e26fb584f9c7256e1cc6fcb205dc218":
version: 1.1.2
resolution: "daunroda@https://github.com/daunroda/daunroda-app-package.git#commit=973730d73e26fb584f9c7256e1cc6fcb205dc218"
"daunroda@https://github.com/daunroda/daunroda-app-package#7775c66116853de58d6a94a161cae137f878fe32":
version: 1.1.3
resolution: "daunroda@https://github.com/daunroda/daunroda-app-package.git#commit=7775c66116853de58d6a94a161cae137f878fe32"
dependencies:
"@sapphire/stopwatch": ^1.4.1
"@skyra/jaro-winkler": ^1.1.0
Expand All @@ -1705,7 +1705,7 @@ __metadata:
undici: ^5.10.0
youtubei.js: ^2.2.1
ytdl-core: ^4.11.2
checksum: 20dc6a9e49f6816b352c53ec49a923c7aea49c4ea04d724cfbf49e02ae461c13f399aacfba3e579775eab66d7f9cc6d88aa376a4f65b1629317a3a48db9db12e
checksum: 7ed1514924d43ad8bca936057320072ee19eb8a3c0f1123b0be3454723a88b32b5fd87f3d5ee4a512cb050390a2ef2f153b6033aee11bc93bdc8a8e323d04547
languageName: node
linkType: hard

Expand Down

0 comments on commit 4f2e9ee

Please sign in to comment.