|
1 | 1 | { |
2 | 2 | "name": "chromeshack", |
3 | | - "version": "1.76.0", |
| 3 | + "version": "1.77.0", |
4 | 4 | "description": "Collection of scripts for Shacknews.", |
5 | 5 | "repository": "https://github.com/latestchatty/chromeshack", |
6 | 6 | "type": "module", |
|
29 | 29 | "format": "run-s pretty && biome format --write ." |
30 | 30 | }, |
31 | 31 | "dependencies": { |
32 | | - "@fortawesome/fontawesome-svg-core": "^6.5.1", |
33 | | - "@fortawesome/free-regular-svg-icons": "^6.5.1", |
34 | | - "@fortawesome/free-solid-svg-icons": "^6.5.1", |
35 | | - "@fortawesome/react-fontawesome": "^0.2.0", |
36 | | - "dompurify": "^3.0.8", |
| 32 | + "@fortawesome/fontawesome-svg-core": "^6.5.2", |
| 33 | + "@fortawesome/free-regular-svg-icons": "^6.5.2", |
| 34 | + "@fortawesome/free-solid-svg-icons": "^6.5.2", |
| 35 | + "@fortawesome/react-fontawesome": "^0.2.1", |
| 36 | + "dompurify": "^3.1.4", |
37 | 37 | "embla-carousel-react": "8.0.0-rc19", |
38 | 38 | "html-react-parser": "^4.2.10", |
39 | 39 | "lodash.isequal": "^4.5.0", |
40 | 40 | "lz-string": "^1.5.0", |
41 | | - "preact": "^10.19.4", |
| 41 | + "preact": "^10.22.0", |
42 | 42 | "prop-types": "15.8.1", |
43 | | - "text-field-edit": "^4.0.0", |
| 43 | + "text-field-edit": "^4.1.1", |
44 | 44 | "ts-debounce": "^4.0.0", |
45 | | - "xss": "^1.0.14", |
46 | | - "zustand": "^4.5.0" |
| 45 | + "xss": "^1.0.15", |
| 46 | + "zustand": "^4.5.2" |
47 | 47 | }, |
48 | 48 | "devDependencies": { |
49 | | - "@biomejs/biome": "^1.5.3", |
| 49 | + "@biomejs/biome": "^1.7.3", |
50 | 50 | "@crxjs/vite-plugin": "2.0.0-beta.23", |
51 | 51 | "@playwright/test": "1.41.2", |
52 | | - "@preact/preset-vite": "^2.8.1", |
| 52 | + "@preact/preset-vite": "^2.8.2", |
53 | 53 | "@types/chrome": "^0.0.246", |
54 | 54 | "@types/dompurify": "^3.0.5", |
55 | | - "@types/jquery": "^3.5.29", |
| 55 | + "@types/jquery": "^3.5.30", |
56 | 56 | "@types/lodash.isequal": "^4.5.8", |
57 | | - "@types/node": "^20.11.17", |
58 | | - "@types/react": "^18.2.55", |
59 | | - "@types/react-dom": "^18.2.19", |
60 | | - "adm-zip": "^0.5.10", |
61 | | - "dotenv": "^16.4.4", |
| 57 | + "@types/node": "^20.12.12", |
| 58 | + "@types/react": "^18.3.2", |
| 59 | + "@types/react-dom": "^18.3.0", |
| 60 | + "adm-zip": "^0.5.12", |
| 61 | + "dotenv": "^16.4.5", |
62 | 62 | "embla-carousel": "8.0.0-rc19", |
63 | | - "glob": "^10.3.10", |
| 63 | + "glob": "^10.3.15", |
64 | 64 | "jest": "^29.7.0", |
65 | 65 | "license-checker": "^25.0.1", |
66 | 66 | "npm-run-all": "^4.1.5", |
67 | 67 | "prettier": "^3.2.5", |
68 | | - "typescript": "^5.3.3", |
69 | | - "vite": "^5.1.1" |
| 68 | + "typescript": "^5.4.5", |
| 69 | + "vite": "^5.2.11" |
70 | 70 | } |
71 | 71 | } |
0 commit comments