|
18 | 18 | "lint:eslint": "eslint .",
|
19 | 19 | "lint:fix": "pnpm run '/^(lint:biome|lint:eslint):fix$/'",
|
20 | 20 | "lint:eslint:fix": "eslint . --fix",
|
21 |
| - "lint:biome:fix": "biome check . --apply", |
| 21 | + "lint:biome:fix": "biome check . --write", |
22 | 22 | "prepare": "npm run build",
|
23 | 23 | "build": "tsc",
|
24 | 24 | "build:docs": "typedoc",
|
|
28 | 28 | },
|
29 | 29 | "dependencies": {
|
30 | 30 | "@ctrl/magnet-link": "^4.0.2",
|
31 |
| - "@ctrl/shared-torrent": "^6.0.0", |
| 31 | + "@ctrl/shared-torrent": "^6.1.0", |
32 | 32 | "node-fetch-native": "^1.6.4",
|
33 |
| - "ofetch": "^1.3.4", |
34 |
| - "tough-cookie": "^4.1.4", |
| 33 | + "ofetch": "^1.4.1", |
| 34 | + "tough-cookie": "^5.0.0", |
35 | 35 | "ufo": "^1.5.4",
|
36 | 36 | "uint8array-extras": "^1.4.0"
|
37 | 37 | },
|
38 | 38 | "devDependencies": {
|
39 |
| - "@biomejs/biome": "1.8.3", |
40 |
| - "@ctrl/eslint-config-biome": "4.1.5", |
| 39 | + "@biomejs/biome": "1.9.4", |
| 40 | + "@ctrl/eslint-config-biome": "4.2.11", |
41 | 41 | "@sindresorhus/tsconfig": "6.0.0",
|
42 |
| - "@types/node": "22.5.1", |
43 |
| - "@types/tough-cookie": "4.0.5", |
44 |
| - "@vitest/coverage-v8": "2.0.5", |
| 42 | + "@types/node": "22.9.0", |
| 43 | + "@vitest/coverage-v8": "2.1.4", |
45 | 44 | "p-wait-for": "5.0.2",
|
46 |
| - "typedoc": "0.26.6", |
47 |
| - "typescript": "5.5.4", |
48 |
| - "vitest": "2.0.5" |
| 45 | + "typedoc": "0.26.11", |
| 46 | + "typescript": "5.6.3", |
| 47 | + "vitest": "2.1.4" |
49 | 48 | },
|
50 | 49 | "publishConfig": {
|
51 | 50 | "access": "public",
|
|
0 commit comments