|
32 | 32 | },
|
33 | 33 | "dependencies": {
|
34 | 34 | "@prisma/client": "^5.12.1",
|
35 |
| - "@tanstack/react-query": "^5.49.2", |
| 35 | + "@tanstack/react-query": "^5.51.11", |
36 | 36 | "@trpc/client": "npm:@trpc/client@next",
|
37 | 37 | "@trpc/next": "npm:@trpc/next@next",
|
38 | 38 | "@trpc/react-query": "npm:@trpc/react-query@next",
|
39 | 39 | "@trpc/server": "npm:@trpc/server@next",
|
40 | 40 | "clsx": "^2.0.0",
|
41 |
| - "next": "^14.1.4", |
| 41 | + "next": "^14.2.5", |
42 | 42 | "react": "^18.3.1",
|
43 | 43 | "react-dom": "^18.3.1",
|
44 | 44 | "superjson": "^1.12.4",
|
|
48 | 48 | "@playwright/test": "^1.26.1",
|
49 | 49 | "@types/node": "^20.10.0",
|
50 | 50 | "@types/react": "^18.3.1",
|
51 |
| - "@typescript-eslint/eslint-plugin": "^7.7.0", |
52 |
| - "@typescript-eslint/parser": "^7.7.0", |
| 51 | + "@typescript-eslint/eslint-plugin": "^7.16.1", |
| 52 | + "@typescript-eslint/parser": "^7.16.1", |
53 | 53 | "autoprefixer": "^10.4.7",
|
54 | 54 | "dotenv": "^16.0.1",
|
55 |
| - "eslint": "^8.56.0", |
56 |
| - "eslint-config-next": "^14.0.1", |
57 |
| - "eslint-plugin-react": "^7.32.2", |
58 |
| - "eslint-plugin-react-hooks": "^4.6.0", |
| 55 | + "eslint": "^8.57.0", |
| 56 | + "eslint-config-next": "^14.2.5", |
| 57 | + "eslint-plugin-react": "^7.35.0", |
| 58 | + "eslint-plugin-react-hooks": "^4.6.2", |
59 | 59 | "npm-run-all": "^4.1.5",
|
60 |
| - "postcss": "^8.4.14", |
| 60 | + "postcss": "^8.4.39", |
61 | 61 | "prettier": "^2.8.8",
|
62 | 62 | "prisma": "^5.12.1",
|
63 | 63 | "start-server-and-test": "^1.12.0",
|
64 |
| - "tailwindcss": "^3.3.0", |
| 64 | + "tailwindcss": "^3.4.6", |
65 | 65 | "tsx": "^4.0.0",
|
66 |
| - "typescript": "^5.5.0", |
67 |
| - "vite": "^5.1.0", |
68 |
| - "vitest": "^1.5.2" |
| 66 | + "typescript": "^5.5.3", |
| 67 | + "vite": "^5.3.4", |
| 68 | + "vitest": "^2.0.4" |
69 | 69 | },
|
70 | 70 | "publishConfig": {
|
71 | 71 | "access": "restricted"
|
|
0 commit comments