|
1 | 1 | { |
2 | 2 | "name": "react-client", |
3 | 3 | "private": true, |
4 | | - "version": "0.50.5", |
| 4 | + "version": "0.50.6", |
5 | 5 | "type": "module", |
6 | 6 | "scripts": { |
7 | 7 | "dev": "vite", |
|
27 | 27 | "@radix-ui/react-separator": "1.0.3", |
28 | 28 | "@radix-ui/react-slot": "1.0.2", |
29 | 29 | "@radix-ui/react-tabs": "1.0.4", |
30 | | - "@tanstack/react-query": "5.20.5", |
31 | | - "@tanstack/react-query-devtools": "5.20.5", |
32 | | - "@tanstack/react-table": "8.12.0", |
| 30 | + "@tanstack/react-query": "5.24.1", |
| 31 | + "@tanstack/react-query-devtools": "5.24.1", |
| 32 | + "@tanstack/react-table": "8.13.2", |
33 | 33 | "@uiw/react-markdown-preview": "5.0.7", |
34 | 34 | "@uiw/react-md-editor": "4.0.3", |
35 | 35 | "axios": "1.6.7", |
36 | | - "chart.js": "4.4.1", |
| 36 | + "chart.js": "4.4.2", |
37 | 37 | "class-variance-authority": "0.7.0", |
38 | 38 | "clsx": "2.1.0", |
39 | 39 | "dayjs": "1.11.10", |
40 | | - "lucide-react": "0.331.0", |
| 40 | + "lucide-react": "0.344.0", |
41 | 41 | "luxon": "3.4.4", |
42 | 42 | "react": "18.2.0", |
43 | 43 | "react-chartjs-2": "5.2.0", |
44 | 44 | "react-dom": "18.2.0", |
45 | | - "react-hook-form": "7.50.1", |
| 45 | + "react-hook-form": "7.51.0", |
46 | 46 | "react-lazily": "0.9.2", |
47 | | - "react-router-dom": "6.22.0", |
| 47 | + "react-router-dom": "6.22.2", |
48 | 48 | "rehype-external-links": "3.0.0", |
49 | 49 | "rehype-sanitize": "6.0.0", |
50 | | - "sonner": "1.4.0", |
| 50 | + "sonner": "1.4.3", |
51 | 51 | "tailwind-merge": "2.2.1", |
52 | 52 | "tailwindcss-animate": "1.0.7", |
53 | 53 | "zod": "3.22.4", |
54 | | - "zustand": "4.5.0" |
| 54 | + "zustand": "4.5.2" |
55 | 55 | }, |
56 | 56 | "devDependencies": { |
57 | 57 | "@faker-js/faker": "8.4.1", |
58 | | - "@playwright/test": "1.41.2", |
| 58 | + "@playwright/test": "1.42.1", |
59 | 59 | "@trivago/prettier-plugin-sort-imports": "4.3.0", |
60 | 60 | "@types/luxon": "3.4.2", |
61 | | - "@types/node": "20.11.19", |
62 | | - "@types/react": "18.2.55", |
| 61 | + "@types/node": "20.11.24", |
| 62 | + "@types/react": "18.2.61", |
63 | 63 | "@types/react-dom": "18.2.19", |
64 | | - "@typescript-eslint/eslint-plugin": "7.0.1", |
65 | | - "@typescript-eslint/parser": "7.0.1", |
| 64 | + "@typescript-eslint/eslint-plugin": "7.1.0", |
| 65 | + "@typescript-eslint/parser": "7.1.0", |
66 | 66 | "@vitejs/plugin-react-swc": "3.6.0", |
67 | | - "autoprefixer": "10.4.17", |
68 | | - "eslint": "8.56.0", |
| 67 | + "autoprefixer": "10.4.18", |
| 68 | + "eslint": "8.57.0", |
69 | 69 | "eslint-config-prettier": "9.1.0", |
70 | 70 | "eslint-plugin-react-hooks": "4.6.0", |
71 | 71 | "eslint-plugin-react-refresh": "0.4.5", |
|
74 | 74 | "prettier-plugin-tailwindcss": "0.5.11", |
75 | 75 | "tailwindcss": "3.4.1", |
76 | 76 | "typescript": "5.3.3", |
77 | | - "vite": "5.1.3" |
| 77 | + "vite": "5.1.4" |
78 | 78 | } |
79 | 79 | } |
0 commit comments