mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-05-09 22:51:42 +00:00
chore: add magnet-uri type definitions
This commit is contained in:
parent
6065d8bf15
commit
519aa76d42
2 changed files with 11 additions and 0 deletions
|
|
@ -54,6 +54,7 @@
|
|||
"@stylistic/eslint-plugin-jsx": "^4.4.1",
|
||||
"@types/hat": "^0.0.4",
|
||||
"@types/lodash.throttle": "^4.1.9",
|
||||
"@types/magnet-uri": "^5.1.5",
|
||||
"@types/react": "^18.3.13",
|
||||
"@types/react-dom": "^18.3.1",
|
||||
"babel-loader": "9.2.1",
|
||||
|
|
|
|||
|
|
@ -123,6 +123,9 @@ importers:
|
|||
'@types/lodash.throttle':
|
||||
specifier: ^4.1.9
|
||||
version: 4.1.9
|
||||
'@types/magnet-uri':
|
||||
specifier: ^5.1.5
|
||||
version: 5.1.5
|
||||
'@types/react':
|
||||
specifier: ^18.3.13
|
||||
version: 18.3.24
|
||||
|
|
@ -1219,6 +1222,9 @@ packages:
|
|||
'@types/lodash@4.17.20':
|
||||
resolution: {integrity: sha512-H3MHACvFUEiujabxhaI/ImO6gUrd8oOurg7LQtS7mbwIXA/cUqWrvBsaeJ23aZEPk1TAYkurjfMbSELfoCXlGA==}
|
||||
|
||||
'@types/magnet-uri@5.1.5':
|
||||
resolution: {integrity: sha512-SbBjlb1KGe38VfjRR+mwqztJd/4skhdKkRbIzPDhTy7IAeEAPZWIVSEkZw00Qr4ZZOGR3/ATJ20WWPBfrKHGdA==}
|
||||
|
||||
'@types/mime@1.3.5':
|
||||
resolution: {integrity: sha512-/pyBZWSLD2n0dcHE3hq8s8ZvcETHtEuF+3E7XVt0Ig2nvsVQXdghHVcEkIWjy9A0wKfTn97a/PSDYohKIlnP/w==}
|
||||
|
||||
|
|
@ -6014,6 +6020,10 @@ snapshots:
|
|||
|
||||
'@types/lodash@4.17.20': {}
|
||||
|
||||
'@types/magnet-uri@5.1.5':
|
||||
dependencies:
|
||||
'@types/node': 24.5.2
|
||||
|
||||
'@types/mime@1.3.5': {}
|
||||
|
||||
'@types/node-forge@1.3.14':
|
||||
|
|
|
|||
Loading…
Reference in a new issue