From 519aa76d42f85625221f45eef13bde745f5e89ad Mon Sep 17 00:00:00 2001 From: Tim Date: Tue, 5 May 2026 04:45:41 +0200 Subject: [PATCH] chore: add magnet-uri type definitions --- package.json | 1 + pnpm-lock.yaml | 10 ++++++++++ 2 files changed, 11 insertions(+) diff --git a/package.json b/package.json index 44b796f12..26aa43b3b 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 495775f60..f0b20c081 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -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':