|
14 | 14 | "clean": "del coverage dist node_modules/.cache" |
15 | 15 | }, |
16 | 16 | "dependencies": { |
17 | | - "@axa-fr/react-oidc": "^7.25.13", |
| 17 | + "@axa-fr/react-oidc": "^7.26.0", |
18 | 18 | "@graphql-typed-document-node/core": "^3.2.0", |
19 | 19 | "@radix-ui/react-slot": "^1.2.3", |
20 | 20 | "@scaffold/ui": "workspace:*", |
21 | 21 | "class-variance-authority": "^0.7.1", |
22 | 22 | "clsx": "^2.1.1", |
23 | 23 | "graphql": "^16.11.0", |
24 | | - "graphql-request": "^7.2.0", |
| 24 | + "graphql-request": "^7.3.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.6.0", |
| 27 | + "i18next-browser-languagedetector": "^8.2.0", |
| 28 | + "react": "^19.2.0", |
| 29 | + "react-dom": "^19.2.0", |
| 30 | + "react-i18next": "^16.0.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", |
37 | | - "@graphql-codegen/typescript": "^4.1.6", |
38 | | - "@graphql-codegen/typescript-graphql-request": "^6.2.0", |
39 | | - "@graphql-codegen/typescript-operations": "^4.6.1", |
40 | | - "@tailwindcss/vite": "^4.1.7", |
41 | | - "@testing-library/dom": "^10.4.0", |
42 | | - "@testing-library/jest-dom": "^6.6.3", |
43 | | - "@testing-library/react": "^16.2.0", |
| 35 | + "@graphql-codegen/cli": "6.0.0", |
| 36 | + "@graphql-codegen/client-preset": "5.1.0", |
| 37 | + "@graphql-codegen/typescript": "^5.0.2", |
| 38 | + "@graphql-codegen/typescript-graphql-request": "^6.3.0", |
| 39 | + "@graphql-codegen/typescript-operations": "^5.0.2", |
| 40 | + "@tailwindcss/vite": "^4.1.14", |
| 41 | + "@testing-library/dom": "^10.4.1", |
| 42 | + "@testing-library/jest-dom": "^6.9.1", |
| 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.18.11", |
| 46 | + "@types/react": "^19.2.2", |
| 47 | + "@types/react-dom": "^19.2.2", |
| 48 | + "@vitejs/plugin-react": "^5.0.4", |
49 | 49 | "autoprefixer": "^10.4.21", |
50 | | - "del-cli": "^6.0.0", |
| 50 | + "del-cli": "^7.0.0", |
51 | 51 | "happy-dom": "^17.1.8", |
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.11.5", |
| 54 | + "postcss": "^8.5.6", |
| 55 | + "tailwindcss": "^4.1.14", |
56 | 56 | "tailwindcss-animate": "^1.0.7", |
57 | | - "typescript": "~5.7.2", |
| 57 | + "typescript": "~5.9.3", |
58 | 58 | "vite": "^6.2.0", |
59 | 59 | "vite-tsconfig-paths": "^5.1.4" |
60 | 60 | }, |
61 | 61 | "engines": { |
62 | | - "node": ">=22.11.0" |
| 62 | + "node": ">=22.20.0" |
63 | 63 | }, |
64 | 64 | "graphql": { |
65 | 65 | "schema": "../../../schema/graphql/*.graphql" |
|
0 commit comments