|
2 | 2 | "name": "ublacklist",
|
3 | 3 | "version": "0.0.0",
|
4 | 4 | "dependencies": {
|
5 |
| - "@codemirror/commands": "^6.6.2", |
6 |
| - "@codemirror/lang-yaml": "^6.1.1", |
7 |
| - "@codemirror/language": "^6.10.3", |
8 |
| - "@codemirror/lint": "^6.8.1", |
9 |
| - "@codemirror/state": "^6.4.1", |
10 |
| - "@codemirror/view": "^6.33.0", |
11 |
| - "@lezer/common": "^1.2.1", |
| 5 | + "@codemirror/commands": "^6.8.0", |
| 6 | + "@codemirror/lang-yaml": "^6.1.2", |
| 7 | + "@codemirror/language": "^6.10.8", |
| 8 | + "@codemirror/lint": "^6.8.4", |
| 9 | + "@codemirror/state": "^6.5.2", |
| 10 | + "@codemirror/view": "^6.36.3", |
| 11 | + "@lezer/common": "^1.2.3", |
12 | 12 | "@lezer/highlight": "^1.2.1",
|
13 | 13 | "@lezer/lr": "^1.4.2",
|
14 | 14 | "@mdi/svg": "^7.4.47",
|
15 | 15 | "colord": "^2.9.3",
|
16 | 16 | "dayjs": "^1.11.13",
|
17 | 17 | "goober": "2.1.10",
|
18 |
| - "is-mobile": "^4.0.0", |
| 18 | + "is-mobile": "^5.0.0", |
19 | 19 | "js-yaml": "^4.1.0",
|
20 | 20 | "punycode": "^2.3.1",
|
21 |
| - "react": "^18.3.1", |
| 21 | + "react": "^19.0.0", |
22 | 22 | "react-colorful": "^5.6.1",
|
23 |
| - "react-dom": "^18.3.1", |
24 |
| - "tldts": "^6.1.47", |
25 |
| - "zod": "^3.23.8" |
| 23 | + "react-dom": "^19.0.0", |
| 24 | + "tldts": "^6.1.78", |
| 25 | + "zod": "^3.24.2" |
26 | 26 | },
|
27 | 27 | "devDependencies": {
|
28 |
| - "@biomejs/biome": "^1.9.2", |
29 |
| - "@lezer/generator": "^1.7.1", |
| 28 | + "@biomejs/biome": "^1.9.4", |
| 29 | + "@lezer/generator": "^1.7.2", |
30 | 30 | "@types/fs-extra": "^11.0.4",
|
31 | 31 | "@types/js-yaml": "^4.0.9",
|
32 | 32 | "@types/license-checker": "^25.0.6",
|
33 |
| - "@types/node": "^22.5.5", |
| 33 | + "@types/node": "^22.13.5", |
34 | 34 | "@types/punycode": "^2.1.4",
|
35 |
| - "@types/react": "^18.3.8", |
36 |
| - "@types/react-dom": "^18.3.0", |
37 |
| - "@types/webextension-polyfill": "^0.12.1", |
38 |
| - "chalk": "^5.3.0", |
39 |
| - "chokidar": "^4.0.0", |
| 35 | + "@types/react": "^19.0.10", |
| 36 | + "@types/react-dom": "^19.0.4", |
| 37 | + "@types/webextension-polyfill": "^0.12.2", |
| 38 | + "chalk": "^5.4.1", |
| 39 | + "chokidar": "^4.0.3", |
40 | 40 | "csstype": "^3.1.3",
|
41 |
| - "dotenv": "^16.4.5", |
42 |
| - "esbuild": "^0.23.1", |
43 |
| - "fs-extra": "^11.2.0", |
44 |
| - "globby": "^14.0.2", |
45 |
| - "lefthook": "^1.7.15", |
| 41 | + "dotenv": "^16.4.7", |
| 42 | + "esbuild": "^0.25.0", |
| 43 | + "fs-extra": "^11.3.0", |
| 44 | + "globby": "^14.1.0", |
| 45 | + "lefthook": "^1.11.0", |
46 | 46 | "license-checker": "^25.0.1",
|
47 |
| - "p-limit": "^6.1.0", |
48 |
| - "prettier": "^3.3.3", |
49 |
| - "semantic-release": "^24.1.1", |
| 47 | + "p-limit": "^6.2.0", |
| 48 | + "prettier": "^3.5.2", |
| 49 | + "semantic-release": "^24.2.3", |
50 | 50 | "semantic-release-amo": "^1.3.1",
|
51 | 51 | "semantic-release-chrome": "^3.2.0",
|
52 |
| - "tsx": "^4.19.1", |
53 |
| - "typescript": "^5.6.2" |
| 52 | + "tsx": "^4.19.3", |
| 53 | + "typescript": "^5.7.3" |
54 | 54 | },
|
55 | 55 | "engines": {
|
56 | 56 | "pnpm": ">=9.7.0"
|
57 | 57 | },
|
58 |
| - "packageManager": "[email protected]", |
| 58 | + "packageManager": "[email protected]", |
| 59 | + "pnpm": { |
| 60 | + "onlyBuiltDependencies": [ |
| 61 | + "@biomejs/biome", |
| 62 | + "core-js", |
| 63 | + "core-js-pure", |
| 64 | + "esbuild", |
| 65 | + "lefthook" |
| 66 | + ] |
| 67 | + }, |
59 | 68 | "private": true,
|
60 | 69 | "scripts": {
|
61 | 70 | "build": "tsx scripts/build.ts",
|
|
74 | 83 | "generate-third-party-notices": "tsx scripts/generate-third-party-notices.ts",
|
75 | 84 | "test": "tsx --test src/**/*.test.ts"
|
76 | 85 | },
|
77 |
| - "type": "module", |
78 |
| - "workspaces": [ |
79 |
| - "website" |
80 |
| - ] |
| 86 | + "type": "module" |
81 | 87 | }
|
0 commit comments