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

Commit

Permalink
Merge pull request #326 from jellyfin/web
Browse files Browse the repository at this point in the history
Update web version for new release
  • Loading branch information
dkanada authored Apr 27, 2020
2 parents f8573f0 + 07058cf commit 99516d4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .ci/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:

- task: Cache@2
displayName: 'Check Cache'
enabled: false
inputs:
key: 'yarn | yarn.lock'
path: 'node_modules'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"gulp": "^4.0.0",
"gulp-dom": "^1.0.0",
"gulp-if": "^2.0.2",
"jellyfin-web": "git+https://github.com/jellyfin/jellyfin-web.git#v10.5.4",
"jellyfin-web": "git+https://github.com/jellyfin/jellyfin-web.git#v10.5.5",
"org.jellyfin.mobile": "file:src/NativeShell",
"request": "^2.88.0"
},
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2491,9 +2491,9 @@ isstream@~0.1.2:
version "1.0.3"
resolved "https://github.com/jellyfin/jellyfin-noto#b784602db063734c721a46563ae5d6577ec2b35d"

"jellyfin-web@git+https://github.com/jellyfin/jellyfin-web.git#v10.5.4":
"jellyfin-web@git+https://github.com/jellyfin/jellyfin-web.git#v10.5.5":
version "0.0.0"
resolved "git+https://github.com/jellyfin/jellyfin-web.git#51722fd2257eeb493b30b16d36556e2157e4211e"
resolved "git+https://github.com/jellyfin/jellyfin-web.git#c25db80cbdf036807b898b6ce19d3b7455d77157"
dependencies:
alameda "^1.4.0"
document-register-element "^1.14.3"
Expand Down

0 comments on commit 99516d4

Please sign in to comment.