|
23 | 23 | "graphql": "^16.11.0", |
24 | 24 | "graphql-request": "^7.2.0", |
25 | 25 | "graphql-tag": "^2.12.6", |
26 | | - "i18next": "^25.2.0", |
27 | | - "i18next-browser-languagedetector": "^8.1.0", |
28 | | - "react": "^19.0.0", |
29 | | - "react-dom": "^19.0.0", |
30 | | - "react-i18next": "^15.5.2", |
31 | | - "tailwind-merge": "^3.3.0", |
32 | | - "vitest": "^3.1.4" |
| 26 | + "i18next": "^25.3.2", |
| 27 | + "i18next-browser-languagedetector": "^8.2.0", |
| 28 | + "react": "^19.1.0", |
| 29 | + "react-dom": "^19.1.0", |
| 30 | + "react-i18next": "^15.6.1", |
| 31 | + "tailwind-merge": "^3.3.1", |
| 32 | + "vitest": "^3.2.4" |
33 | 33 | }, |
34 | 34 | "devDependencies": { |
35 | | - "@graphql-codegen/cli": "5.0.6", |
36 | | - "@graphql-codegen/client-preset": "4.8.1", |
| 35 | + "@graphql-codegen/cli": "5.0.7", |
| 36 | + "@graphql-codegen/client-preset": "4.8.3", |
37 | 37 | "@graphql-codegen/typescript": "^4.1.6", |
38 | | - "@graphql-codegen/typescript-graphql-request": "^6.2.0", |
| 38 | + "@graphql-codegen/typescript-graphql-request": "^6.3.0", |
39 | 39 | "@graphql-codegen/typescript-operations": "^4.6.1", |
40 | | - "@tailwindcss/vite": "^4.1.7", |
| 40 | + "@tailwindcss/vite": "^4.1.11", |
41 | 41 | "@testing-library/dom": "^10.4.0", |
42 | 42 | "@testing-library/jest-dom": "^6.6.3", |
43 | | - "@testing-library/react": "^16.2.0", |
| 43 | + "@testing-library/react": "^16.3.0", |
44 | 44 | "@testing-library/user-event": "^14.6.1", |
45 | | - "@types/node": "^22.15.23", |
46 | | - "@types/react": "^19.0.10", |
47 | | - "@types/react-dom": "^19.0.4", |
48 | | - "@vitejs/plugin-react": "^4.3.4", |
| 45 | + "@types/node": "^22.16.5", |
| 46 | + "@types/react": "^19.1.8", |
| 47 | + "@types/react-dom": "^19.1.6", |
| 48 | + "@vitejs/plugin-react": "^4.7.0", |
49 | 49 | "autoprefixer": "^10.4.21", |
50 | 50 | "del-cli": "^6.0.0", |
51 | | - "happy-dom": "^17.1.8", |
| 51 | + "happy-dom": "^18.0.1", |
52 | 52 | "i18next-parser": "^9.3.0", |
53 | | - "msw": "^2.7.3", |
54 | | - "postcss": "^8.5.3", |
55 | | - "tailwindcss": "^3.4.17", |
| 53 | + "msw": "^2.10.4", |
| 54 | + "postcss": "^8.5.6", |
| 55 | + "tailwindcss": "^4.1.11", |
56 | 56 | "tailwindcss-animate": "^1.0.7", |
57 | | - "typescript": "~5.7.2", |
58 | | - "vite": "^6.2.0", |
| 57 | + "typescript": "~5.8.3", |
| 58 | + "vite": "^7.0.6", |
59 | 59 | "vite-tsconfig-paths": "^5.1.4" |
60 | 60 | }, |
61 | 61 | "engines": { |
62 | | - "node": ">=22.11.0" |
| 62 | + "node": ">=22.17.1" |
63 | 63 | }, |
64 | 64 | "graphql": { |
65 | 65 | "schema": "../../../schema/graphql/*.graphql" |
|
0 commit comments