|
1 | 1 | { |
2 | 2 | "name": "klack", |
3 | 3 | "description": "Instant screen recording browser extension with floating camera view", |
4 | | - "version": "0.12.0", |
| 4 | + "version": "0.13.0", |
5 | 5 | "type": "module", |
6 | 6 | "scripts": { |
7 | 7 | "test": "vitest run --silent", |
8 | | - "test:watch": "vitest --watch --silent", |
| 8 | + "test:watch": "vitest", |
9 | 9 | "test:coverage": "vitest run --coverage --silent", |
10 | 10 | "build": "hereby build", |
11 | 11 | "build:release": "hereby build:release", |
|
29 | 29 | }, |
30 | 30 | "license": "MIT", |
31 | 31 | "dependencies": { |
32 | | - "@eslint/js": "^9.27.0", |
33 | | - "@tabler/icons-react": "^3.33.0", |
34 | | - "@tailwindcss/cli": "^4.1.7", |
| 32 | + "@eslint/js": "^9.34.0", |
| 33 | + "@tabler/icons-react": "^3.34.1", |
| 34 | + "@tailwindcss/cli": "^4.1.12", |
35 | 35 | "@testing-library/react": "^16.3.0", |
36 | | - "@types/chrome": "^0.0.323", |
37 | | - "@types/node": "^22.15.19", |
38 | | - "@types/react": "^19.1.4", |
39 | | - "@types/react-dom": "^19.1.5", |
40 | | - "@types/shelljs": "^0.8.16", |
41 | | - "@typescript-eslint/eslint-plugin": "^8.32.1", |
42 | | - "@typescript-eslint/parser": "^8.32.1", |
43 | | - "@vitest/coverage-v8": "3.1.4", |
44 | | - "dotenv": "^16.5.0", |
45 | | - "esbuild": "^0.25.4", |
46 | | - "eslint": "^9.27.0", |
47 | | - "eslint-plugin-prettier": "^5.4.0", |
| 36 | + "@types/chrome": "^0.1.4", |
| 37 | + "@types/node": "^24.3.0", |
| 38 | + "@types/react": "^19.1.11", |
| 39 | + "@types/react-dom": "^19.1.7", |
| 40 | + "@types/shelljs": "^0.8.17", |
| 41 | + "@typescript-eslint/eslint-plugin": "^8.41.0", |
| 42 | + "@typescript-eslint/parser": "^8.41.0", |
| 43 | + "@vitest/coverage-v8": "3.2.4", |
| 44 | + "dotenv": "^17.2.1", |
| 45 | + "esbuild": "^0.25.9", |
| 46 | + "eslint": "^9.34.0", |
| 47 | + "eslint-plugin-prettier": "^5.5.4", |
48 | 48 | "eslint-plugin-react": "^7.37.5", |
49 | 49 | "eslint-plugin-react-hooks": "^5.2.0", |
50 | 50 | "execa": "^9.5.3", |
51 | | - "globals": "^16.1.0", |
52 | | - "happy-dom": "^17.4.7", |
| 51 | + "globals": "^16.3.0", |
| 52 | + "happy-dom": "^18.0.1", |
53 | 53 | "hereby": "^1.11.0", |
54 | | - "prettier": "^3.5.3", |
55 | | - "prettier-plugin-tailwindcss": "^0.6.11", |
56 | | - "react": "^19.1.0", |
57 | | - "react-dom": "^19.1.0", |
| 54 | + "prettier": "^3.6.2", |
| 55 | + "prettier-plugin-tailwindcss": "^0.6.14", |
| 56 | + "react": "^19.1.1", |
| 57 | + "react-dom": "^19.1.1", |
58 | 58 | "shelljs": "^0.10.0", |
59 | | - "tailwindcss": "^4.1.7", |
60 | | - "typescript": "^5.8.3", |
| 59 | + "tailwindcss": "^4.1.12", |
| 60 | + "typescript": "^5.9.2", |
61 | 61 | "vitest": "^3.1.4" |
62 | 62 | } |
63 | 63 | } |
0 commit comments