|
16 | 16 | "test:e2e": "npx playwright test"
|
17 | 17 | },
|
18 | 18 | "dependencies": {
|
19 |
| - "@hookform/devtools": "4.3.1", |
| 19 | + "@hookform/devtools": "4.3.3", |
20 | 20 | "@mantine/core": "5.10.5",
|
21 | 21 | "@mantine/hooks": "5.10.5",
|
22 | 22 | "@mantine/rte": "5.10.5",
|
23 | 23 | "@preact/signals-react": "1.3.8",
|
24 |
| - "@tailwindcss/typography": "0.5.13", |
25 |
| - "@tauri-apps/api": "1.5.6", |
| 24 | + "@tailwindcss/typography": "0.5.16", |
| 25 | + "@tauri-apps/api": "1.6.0", |
26 | 26 | "daisyui": "3.9.4",
|
27 |
| - "jotai": "2.8.3", |
| 27 | + "jotai": "2.12.2", |
28 | 28 | "mitt": "3.0.1",
|
29 | 29 | "p-forever": "3.0.1",
|
30 | 30 | "pino": "8.21.0",
|
31 | 31 | "react": "18.3.1",
|
32 | 32 | "react-dom": "18.3.1",
|
33 |
| - "react-error-boundary": "4.0.13", |
34 |
| - "react-hook-form": "7.51.5", |
35 |
| - "react-hot-toast": "2.4.1", |
36 |
| - "use-local-storage-state": "19.3.0" |
| 33 | + "react-error-boundary": "4.1.2", |
| 34 | + "react-hook-form": "7.55.0", |
| 35 | + "react-hot-toast": "2.5.2", |
| 36 | + "use-local-storage-state": "19.5.0" |
37 | 37 | },
|
38 | 38 | "devDependencies": {
|
39 |
| - "@playwright/test": "1.44.1", |
40 |
| - "@tauri-apps/cli": "1.5.14", |
| 39 | + "@playwright/test": "1.51.1", |
| 40 | + "@tauri-apps/cli": "1.6.3", |
41 | 41 | "@testing-library/react": "14.3.1",
|
42 | 42 | "@trivago/prettier-plugin-sort-imports": "4.3.0",
|
43 |
| - "@types/react": "18.3.3", |
44 |
| - "@types/react-dom": "18.3.0", |
| 43 | + "@types/react": "18.3.20", |
| 44 | + "@types/react-dom": "18.3.6", |
45 | 45 | "@typescript-eslint/eslint-plugin": "6.21.0",
|
46 | 46 | "@typescript-eslint/parser": "6.21.0",
|
47 |
| - "@vitejs/plugin-react": "4.3.1", |
48 |
| - "autoprefixer": "10.4.19", |
| 47 | + "@vitejs/plugin-react": "4.3.4", |
| 48 | + "autoprefixer": "10.4.21", |
49 | 49 | "c8": "8.0.1",
|
50 |
| - "eslint": "8.57.0", |
51 |
| - "eslint-config-productsway": "1.3.3", |
| 50 | + "eslint": "8.57.1", |
| 51 | + "eslint-config-productsway": "1.3.4", |
52 | 52 | "happy-dom": "10.11.2",
|
53 | 53 | "husky": "8.0.3",
|
54 | 54 | "nano-staged": "0.8.0",
|
55 | 55 | "npm-run-all2": "5.0.2",
|
56 |
| - "postcss": "8.4.38", |
57 |
| - "prettier": "3.3.1", |
58 |
| - "prettier-plugin-tailwindcss": "0.6.2", |
59 |
| - "rustywind": "0.22.0", |
60 |
| - "sort-package-json": "2.10.0", |
61 |
| - "tailwindcss": "3.4.4", |
62 |
| - "tsx": "4.15.1", |
63 |
| - "typescript": "5.4.5", |
| 56 | + "postcss": "8.5.3", |
| 57 | + "prettier": "3.5.3", |
| 58 | + "prettier-plugin-tailwindcss": "0.6.11", |
| 59 | + "rustywind": "0.24.0", |
| 60 | + "sort-package-json": "2.15.1", |
| 61 | + "tailwindcss": "3.4.17", |
| 62 | + "tsx": "4.19.3", |
| 63 | + "typescript": "5.8.3", |
64 | 64 | "vite": "5.2.13",
|
65 | 65 | "vitest": "1.6.0"
|
66 | 66 | },
|
|
0 commit comments