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

Commit 99516d4

Browse files
authored
Merge pull request #326 from jellyfin/web
Update web version for new release
2 parents f8573f0 + 07058cf commit 99516d4

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.ci/azure-pipelines.yml

+1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ jobs:
4545

4646
- task: Cache@2
4747
displayName: 'Check Cache'
48+
enabled: false
4849
inputs:
4950
key: 'yarn | yarn.lock'
5051
path: 'node_modules'

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"gulp": "^4.0.0",
2424
"gulp-dom": "^1.0.0",
2525
"gulp-if": "^2.0.2",
26-
"jellyfin-web": "git+https://github.com/jellyfin/jellyfin-web.git#v10.5.4",
26+
"jellyfin-web": "git+https://github.com/jellyfin/jellyfin-web.git#v10.5.5",
2727
"org.jellyfin.mobile": "file:src/NativeShell",
2828
"request": "^2.88.0"
2929
},

yarn.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -2491,9 +2491,9 @@ isstream@~0.1.2:
24912491
version "1.0.3"
24922492
resolved "https://github.com/jellyfin/jellyfin-noto#b784602db063734c721a46563ae5d6577ec2b35d"
24932493

2494-
"jellyfin-web@git+https://github.com/jellyfin/jellyfin-web.git#v10.5.4":
2494+
"jellyfin-web@git+https://github.com/jellyfin/jellyfin-web.git#v10.5.5":
24952495
version "0.0.0"
2496-
resolved "git+https://github.com/jellyfin/jellyfin-web.git#51722fd2257eeb493b30b16d36556e2157e4211e"
2496+
resolved "git+https://github.com/jellyfin/jellyfin-web.git#c25db80cbdf036807b898b6ce19d3b7455d77157"
24972497
dependencies:
24982498
alameda "^1.4.0"
24992499
document-register-element "^1.14.3"

0 commit comments

Comments
 (0)