mirror of
https://github.com/jellyfin/jellyfin-vue.git
synced 2024-11-23 05:59:55 +00:00
build(tsconfig): add MediaSession API typings
This commit is contained in:
parent
0211ccb4a3
commit
9cc4c57f97
@ -75,6 +75,7 @@
|
||||
"@nuxtjs/vuetify": "^1.11.2",
|
||||
"@types/nuxtjs__auth": "^4.8.7",
|
||||
"@types/qs": "^6.9.5",
|
||||
"@types/wicg-mediasession": "^1.1.0",
|
||||
"@vue/test-utils": "^1.1.2",
|
||||
"axe-core": "^4.1.1",
|
||||
"babel-core": "7.0.0-bridge.0",
|
||||
|
@ -24,6 +24,7 @@
|
||||
"@nuxtjs/vuetify",
|
||||
"@nuxtjs/date-fns",
|
||||
"nuxt-i18n",
|
||||
"@types/wicg-mediasession",
|
||||
"jest"
|
||||
]
|
||||
},
|
||||
|
10
yarn.lock
10
yarn.lock
@ -2445,6 +2445,11 @@
|
||||
"@types/webpack-sources" "*"
|
||||
source-map "^0.6.0"
|
||||
|
||||
"@types/wicg-mediasession@^1.1.0":
|
||||
version "1.1.0"
|
||||
resolved "https://registry.yarnpkg.com/@types/wicg-mediasession/-/wicg-mediasession-1.1.0.tgz#368bb113ffc1a5410895cbb1e5ba50ee291f162f"
|
||||
integrity sha512-aA6+ZUHgNpXqWEL8UdS1fx/oCFSrh/Hu9BbM8rXYZLiCQSuZ8+Lzu1//LKwHMNBAXgen7/8LoThDEKS9VEaGxw==
|
||||
|
||||
"@types/yargs-parser@*":
|
||||
version "15.0.0"
|
||||
resolved "https://registry.yarnpkg.com/@types/yargs-parser/-/yargs-parser-15.0.0.tgz#cb3f9f741869e20cce330ffbeb9271590483882d"
|
||||
@ -13687,11 +13692,6 @@ typedarray@^0.0.6:
|
||||
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
|
||||
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
|
||||
|
||||
typescript@~4.0:
|
||||
version "4.0.2"
|
||||
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.0.2.tgz#7ea7c88777c723c681e33bf7988be5d008d05ac2"
|
||||
integrity sha512-e4ERvRV2wb+rRZ/IQeb3jm2VxBsirQLpQhdxplZ2MEzGvDkkMmPglecnNDfSUBivMjP93vRbngYYDQqQ/78bcQ==
|
||||
|
||||
typescript@~4.1:
|
||||
version "4.1.3"
|
||||
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.1.3.tgz#519d582bd94cba0cf8934c7d8e8467e473f53bb7"
|
||||
|
Loading…
Reference in New Issue
Block a user