1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Merge pull request #5228 from jellyfin/update-jf-sdk

This commit is contained in:
Bill Thornton 2024-02-29 09:14:45 -05:00 committed by GitHub
commit 195f326fd3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

14
package-lock.json generated
View file

@ -17,7 +17,7 @@
"@fontsource/noto-sans-kr": "5.0.17",
"@fontsource/noto-sans-sc": "5.0.17",
"@fontsource/noto-sans-tc": "5.0.17",
"@jellyfin/sdk": "0.0.0-unstable.202402240501",
"@jellyfin/sdk": "0.0.0-unstable.202402290502",
"@loadable/component": "5.16.3",
"@mui/icons-material": "5.15.5",
"@mui/material": "5.15.5",
@ -3638,9 +3638,9 @@
"dev": true
},
"node_modules/@jellyfin/sdk": {
"version": "0.0.0-unstable.202402240501",
"resolved": "https://registry.npmjs.org/@jellyfin/sdk/-/sdk-0.0.0-unstable.202402240501.tgz",
"integrity": "sha512-UP6ajpwL6TZbCz/zEA6v5aNoDfOzHlIVM6+Z4VhzTroU6zbUIvVjUi67heANWBO2otq0qee6CyVcLC1/vX0B6Q==",
"version": "0.0.0-unstable.202402290502",
"resolved": "https://registry.npmjs.org/@jellyfin/sdk/-/sdk-0.0.0-unstable.202402290502.tgz",
"integrity": "sha512-oQSWR2acRT26oBvVntzwGiu5aCGet9ZIEaweEi7Vy0OF9Xl+k9BLlocg5ytcyyKY5ugziGH+j+19D5YHSaAJuA==",
"peerDependencies": {
"axios": "^1.3.4"
}
@ -25225,9 +25225,9 @@
"dev": true
},
"@jellyfin/sdk": {
"version": "0.0.0-unstable.202402240501",
"resolved": "https://registry.npmjs.org/@jellyfin/sdk/-/sdk-0.0.0-unstable.202402240501.tgz",
"integrity": "sha512-UP6ajpwL6TZbCz/zEA6v5aNoDfOzHlIVM6+Z4VhzTroU6zbUIvVjUi67heANWBO2otq0qee6CyVcLC1/vX0B6Q==",
"version": "0.0.0-unstable.202402290502",
"resolved": "https://registry.npmjs.org/@jellyfin/sdk/-/sdk-0.0.0-unstable.202402290502.tgz",
"integrity": "sha512-oQSWR2acRT26oBvVntzwGiu5aCGet9ZIEaweEi7Vy0OF9Xl+k9BLlocg5ytcyyKY5ugziGH+j+19D5YHSaAJuA==",
"requires": {}
},
"@jest/schemas": {