|
23 | 23 | "format:prettier:fix": "yarn format:prettier --write"
|
24 | 24 | },
|
25 | 25 | "dependencies": {
|
26 |
| - "@hookform/resolvers": "^3.4.0", |
| 26 | + "@hookform/resolvers": "^3.6.0", |
27 | 27 | "@radix-ui/react-accordion": "^1.1.2",
|
28 | 28 | "@radix-ui/react-alert-dialog": "^1.0.5",
|
29 | 29 | "@radix-ui/react-checkbox": "^1.0.4",
|
|
48 | 48 | "clsx": "^2.1.1",
|
49 | 49 | "date-fns": "^3.6.0",
|
50 | 50 | "lucide-react": "^0.378.0",
|
51 |
| - "nats.ws": "^1.26.0", |
| 51 | + "nats.ws": "^1.27.0", |
52 | 52 | "react": "^18.3.1",
|
53 | 53 | "react-dom": "^18.3.1",
|
54 |
| - "react-hook-form": "^7.51.4", |
| 54 | + "react-hook-form": "^7.51.5", |
55 | 55 | "react-router-dom": "^6.23.1",
|
56 | 56 | "tailwind-merge": "^2.3.0",
|
57 | 57 | "tailwindcss-animate": "^1.0.7",
|
|
61 | 61 | },
|
62 | 62 | "devDependencies": {
|
63 | 63 | "@playwright/test": "^1.44.1",
|
64 |
| - "@types/node": "^20.14.0", |
| 64 | + "@types/node": "^20.14.2", |
65 | 65 | "@types/react": "^18.3.3",
|
66 | 66 | "@types/react-dom": "^18.3.0",
|
67 | 67 | "@types/uuid": "^9.0.8",
|
68 |
| - "@typescript-eslint/eslint-plugin": "^7.9.0", |
69 |
| - "@typescript-eslint/parser": "^7.9.0", |
| 68 | + "@typescript-eslint/eslint-plugin": "^7.12.0", |
| 69 | + "@typescript-eslint/parser": "^7.12.0", |
70 | 70 | "@vitejs/plugin-react": "^4.3.0",
|
71 | 71 | "@vitejs/plugin-react-swc": "^3.7.0",
|
72 | 72 | "autoprefixer": "^10.4.19",
|
|
77 | 77 | "eslint-plugin-eslint-comments": "^3.2.0",
|
78 | 78 | "eslint-plugin-import": "^2.29.1",
|
79 | 79 | "eslint-plugin-jsx-a11y": "^6.8.0",
|
80 |
| - "eslint-plugin-react": "^7.34.1", |
| 80 | + "eslint-plugin-react": "^7.34.2", |
81 | 81 | "eslint-plugin-react-hooks": "^4.6.2",
|
82 | 82 | "eslint-plugin-react-refresh": "^0.4.7",
|
83 |
| - "eslint-plugin-tailwindcss": "^3.15.2", |
| 83 | + "eslint-plugin-tailwindcss": "^3.17.3", |
84 | 84 | "eslint-plugin-unicorn": "^52.0.0",
|
85 |
| - "execa": "^9.1.0", |
| 85 | + "execa": "^9.2.0", |
86 | 86 | "get-port": "^7.1.0",
|
87 | 87 | "pino": "^9.1.0",
|
88 | 88 | "postcss": "^8.4.38",
|
89 |
| - "prettier": "^3.3.0", |
90 |
| - "tailwindcss": "^3.4.3", |
| 89 | + "prettier": "^3.3.1", |
| 90 | + "tailwindcss": "^3.4.4", |
91 | 91 | "ts-node": "^10.9.2",
|
92 | 92 | "typescript": "^5.4.5",
|
93 | 93 | "uuid": "^9.0.1",
|
94 |
| - "vite": "^5.2.12", |
| 94 | + "vite": "^5.2.13", |
95 | 95 | "vite-plugin-svgr": "^4.2.0"
|
96 | 96 | }
|
97 | 97 | }
|
0 commit comments