|
13 | 13 | "db:studio": "prisma studio" |
14 | 14 | }, |
15 | 15 | "dependencies": { |
16 | | - "@prisma/client": "^6.13.0", |
17 | | - "@prisma/extension-accelerate": "^2.0.2", |
18 | | - "@prisma/studio-core": "^0.5.1", |
19 | | - "@tailwindcss/vite": "^4.0.6", |
20 | | - "@tanstack/devtools-event-bus": "^0.2.1", |
21 | | - "@tanstack/devtools-event-client": "^0.2.1", |
22 | | - "@tanstack/react-devtools": "^0.2.2", |
23 | | - "@tanstack/react-query": "^5.83.0", |
24 | | - "@tanstack/react-query-devtools": "^5.83.0", |
25 | | - "@tanstack/react-router": "^1.130.2", |
26 | | - "@tanstack/react-router-devtools": "^1.130.2", |
27 | | - "@tanstack/react-router-with-query": "^1.130.2", |
28 | | - "@tanstack/react-start": "^1.130.15", |
29 | | - "@tanstack/router-plugin": "^1.121.2", |
30 | | - "prisma": "^6.13.0", |
31 | | - "react": "^19.1.0", |
32 | | - "react-dom": "^19.1.0", |
33 | | - "tailwindcss": "^4.0.6", |
34 | | - "vite-tsconfig-paths": "^5.1.4", |
35 | | - "zod": "^4.0.14" |
| 16 | + "@prisma/client": "catalog:", |
| 17 | + "@prisma/extension-accelerate": "catalog:", |
| 18 | + "@prisma/studio-core": "catalog:", |
| 19 | + "@tailwindcss/vite": "catalog:vite", |
| 20 | + "@tanstack/devtools-event-bus": "catalog:tanstack", |
| 21 | + "@tanstack/devtools-event-client": "catalog:tanstack", |
| 22 | + "@tanstack/react-devtools": "catalog:tanstack", |
| 23 | + "@tanstack/react-query": "catalog:tanstack", |
| 24 | + "@tanstack/react-query-devtools": "catalog:tanstack", |
| 25 | + "@tanstack/react-router": "catalog:tanstack", |
| 26 | + "@tanstack/react-router-devtools": "catalog:tanstack", |
| 27 | + "@tanstack/react-router-with-query": "catalog:tanstack", |
| 28 | + "@tanstack/react-start": "catalog:tanstack", |
| 29 | + "@tanstack/router-plugin": "catalog:tanstack", |
| 30 | + "prisma": "catalog:", |
| 31 | + "react": "catalog:react", |
| 32 | + "react-dom": "catalog:react", |
| 33 | + "tailwindcss": "catalog:", |
| 34 | + "vite-tsconfig-paths": "catalog:vite" |
36 | 35 | }, |
37 | 36 | "devDependencies": { |
38 | | - "@tanstack/devtools": "^0.2.1", |
39 | | - "@testing-library/dom": "^10.4.0", |
40 | | - "@testing-library/react": "^16.2.0", |
41 | | - "@types/react": "^19.1.2", |
42 | | - "@types/react-dom": "^19.1.2", |
43 | | - "@vitejs/plugin-react": "^4.5.2", |
44 | | - "jsdom": "^26.1.0", |
45 | | - "typescript": "5.8.3", |
46 | | - "vite": "^7.0.6", |
47 | | - "vitest": "^3.1.2", |
48 | | - "web-vitals": "^4.2.4" |
| 37 | + "@tanstack/devtools": "catalog:tanstack", |
| 38 | + "@testing-library/dom": "catalog:", |
| 39 | + "@testing-library/react": "catalog:", |
| 40 | + "@types/react": "catalog:react", |
| 41 | + "@types/react-dom": "catalog:react", |
| 42 | + "@vitejs/plugin-react": "catalog:vite", |
| 43 | + "jsdom": "catalog:", |
| 44 | + "typescript": "catalog:", |
| 45 | + "vite": "catalog:vite", |
| 46 | + "vitest": "catalog:vite", |
| 47 | + "web-vitals": "catalog:" |
49 | 48 | } |
50 | 49 | } |
0 commit comments