|
4 | 4 | "description": "Userscript that minimizes messages containing words from the list", |
5 | 5 | "author": "VChet", |
6 | 6 | "license": "MIT", |
| 7 | + "packageManager": "pnpm@10.34.4", |
7 | 8 | "type": "module", |
8 | 9 | "homepage": "https://github.com/VChet/telegram-ad-filter#readme", |
9 | 10 | "repository": { |
|
24 | 25 | "release": "npm run lint:all && commit-and-tag-version" |
25 | 26 | }, |
26 | 27 | "devDependencies": { |
27 | | - "@types/node": "^24.10.1", |
| 28 | + "@types/node": "^26.0.1", |
28 | 29 | "@types/tampermonkey": "^5.0.5", |
29 | | - "commit-and-tag-version": "^12.6.1", |
30 | | - "eslint": "^9.39.1", |
| 30 | + "commit-and-tag-version": "^12.7.3", |
| 31 | + "eslint": "~9.39.4", |
31 | 32 | "eslint-plugin-userscripts": "^0.5.6", |
32 | | - "neostandard": "^0.12.2", |
33 | | - "tsdown": "^0.17.0", |
34 | | - "typescript": "^5.9.3" |
| 33 | + "neostandard": "^0.13.0", |
| 34 | + "tsdown": "^0.22.3", |
| 35 | + "typescript": "^6.0.3" |
35 | 36 | }, |
36 | 37 | "pnpm": { |
37 | 38 | "overrides": { |
|
43 | 44 | "es-iterator-helpers": "npm:@nolyfill/es-iterator-helpers@^1", |
44 | 45 | "hasown": "npm:@nolyfill/hasown@^1", |
45 | 46 | "is-core-module": "npm:@nolyfill/is-core-module@^1", |
| 47 | + "isarray": "npm:@nolyfill/isarray@^1", |
| 48 | + "object-keys": "npm:@nolyfill/object-keys@^1", |
46 | 49 | "object.assign": "npm:@nolyfill/object.assign@^1", |
47 | 50 | "object.entries": "npm:@nolyfill/object.entries@^1", |
48 | 51 | "object.fromentries": "npm:@nolyfill/object.fromentries@^1", |
49 | 52 | "object.values": "npm:@nolyfill/object.values@^1", |
| 53 | + "safe-buffer": "npm:@nolyfill/safe-buffer@^1", |
50 | 54 | "string.prototype.matchall": "npm:@nolyfill/string.prototype.matchall@^1", |
51 | | - "string.prototype.repeat": "npm:@nolyfill/string.prototype.repeat@^1" |
| 55 | + "string.prototype.repeat": "npm:@nolyfill/string.prototype.repeat@^1", |
| 56 | + "typedarray": "npm:@nolyfill/typedarray@^1" |
52 | 57 | } |
53 | 58 | } |
54 | 59 | } |
0 commit comments