|
15 | 15 | "generate:graphql": "graphql-codegen --config codegen.ts" |
16 | 16 | }, |
17 | 17 | "dependencies": { |
18 | | - "@apollo/client": "^3.11.8", |
19 | | - "@hookform/resolvers": "^3.9.0", |
20 | | - "@radix-ui/react-dialog": "^1.1.2", |
21 | | - "@radix-ui/react-dropdown-menu": "^2.1.2", |
22 | | - "@radix-ui/react-icons": "^1.3.0", |
23 | | - "@radix-ui/react-label": "^2.1.0", |
24 | | - "@radix-ui/react-navigation-menu": "^1.2.1", |
25 | | - "@radix-ui/react-select": "^2.1.2", |
26 | | - "@radix-ui/react-slot": "^1.1.0", |
| 18 | + "@apollo/client": "^3.13.9", |
| 19 | + "@hookform/resolvers": "^3.9.1", |
| 20 | + "@radix-ui/react-dialog": "^1.1.3", |
| 21 | + "@radix-ui/react-dropdown-menu": "^2.1.3", |
| 22 | + "@radix-ui/react-icons": "^1.3.2", |
| 23 | + "@radix-ui/react-label": "^2.1.1", |
| 24 | + "@radix-ui/react-navigation-menu": "^1.2.2", |
| 25 | + "@radix-ui/react-select": "^2.1.3", |
| 26 | + "@radix-ui/react-slot": "^1.1.1", |
27 | 27 | "@react-keycloak/web": "^3.4.0", |
28 | | - "@reduxjs/toolkit": "^2.2.8", |
29 | | - "@tanstack/react-table": "^8.20.5", |
30 | | - "class-variance-authority": "^0.7.0", |
| 28 | + "@reduxjs/toolkit": "^2.8.2", |
| 29 | + "@tanstack/react-table": "^8.20.6", |
| 30 | + "class-variance-authority": "^0.7.1", |
31 | 31 | "clsx": "^2.1.1", |
32 | | - "cmdk": "^1.0.0", |
33 | | - "graphql": "^16.9.0", |
| 32 | + "cmdk": "^1.0.4", |
| 33 | + "graphql": "^16.10.0", |
34 | 34 | "graphql-codegen": "^0.4.0", |
35 | | - "i18next-browser-languagedetector": "^8.0.0", |
36 | | - "keycloak-js": "^26.0.0", |
37 | | - "lucide-react": "^0.451.0", |
| 35 | + "i18next-browser-languagedetector": "^8.0.2", |
| 36 | + "keycloak-js": "^26.2.0", |
| 37 | + "lucide-react": "^0.469.0", |
38 | 38 | "react": "^18.3.1", |
39 | 39 | "react-dom": "^18.3.1", |
40 | | - "react-hook-form": "^7.53.0", |
41 | | - "react-i18next": "^15.0.2", |
42 | | - "react-redux": "^9.1.2", |
43 | | - "react-router-dom": "^6.26.2", |
| 40 | + "react-hook-form": "^7.54.2", |
| 41 | + "react-i18next": "^15.1.3", |
| 42 | + "react-redux": "^9.2.0", |
| 43 | + "react-router-dom": "^6.28.1", |
44 | 44 | "redux-persist": "^6.0.0", |
45 | | - "tailwind-merge": "^2.5.3", |
| 45 | + "tailwind-merge": "^2.6.0", |
46 | 46 | "tailwindcss-animate": "^1.0.7", |
47 | | - "zod": "^3.23.8" |
| 47 | + "zod": "^3.24.1" |
48 | 48 | }, |
49 | 49 | "devDependencies": { |
50 | | - "@testing-library/jest-dom": "^6.5.0", |
51 | | - "@testing-library/react": "^16.0.1", |
| 50 | + "@testing-library/jest-dom": "^6.6.3", |
| 51 | + "@testing-library/react": "^16.1.0", |
52 | 52 | "@testing-library/user-event": "^14.5.2", |
53 | | - "@types/jest": "^29.5.13", |
54 | | - "@types/node": "^22.7.5", |
55 | | - "@types/react": "^18.3.11", |
| 53 | + "@types/jest": "^29.5.14", |
| 54 | + "@types/node": "^22.10.2", |
| 55 | + "@types/react": "^18.3.13", |
56 | 56 | "@types/react-dom": "^18.3.1", |
57 | 57 | "@types/keycloak-js": "^3.4.1", |
58 | 58 | "@types/react-i18next": "^8.1.0", |
59 | 59 | "@types/react-router-dom": "^5.3.3", |
60 | 60 | "@types/redux-persist": "^4.3.1", |
61 | | - "@graphql-codegen/cli": "^5.0.3", |
62 | | - "@graphql-codegen/client-preset": "^4.3.3", |
63 | | - "@graphql-codegen/typescript-operations": "^4.2.3", |
64 | | - "@graphql-codegen/typescript-react-apollo": "^4.3.2", |
65 | | - "@typescript-eslint/eslint-plugin": "^7.18.0", |
66 | | - "@typescript-eslint/parser": "^7.18.0", |
67 | | - "@vitejs/plugin-react-swc": "^3.7.1", |
68 | | - "@vitest/coverage-v8": "^2.1.2", |
69 | | - "@vitest/ui": "^2.1.2", |
| 61 | + "@graphql-codegen/cli": "^5.0.7", |
| 62 | + "@graphql-codegen/client-preset": "^4.5.1", |
| 63 | + "@graphql-codegen/typescript-operations": "^4.3.1", |
| 64 | + "@graphql-codegen/typescript-react-apollo": "^4.3.3", |
| 65 | + "@typescript-eslint/eslint-plugin": "^8.18.2", |
| 66 | + "@typescript-eslint/parser": "^8.18.2", |
| 67 | + "@vitejs/plugin-react-swc": "^3.7.2", |
| 68 | + "@vitest/coverage-v8": "^2.1.8", |
| 69 | + "@vitest/ui": "^2.1.8", |
70 | 70 | "autoprefixer": "^10.4.20", |
71 | | - "eslint": "^9.12.0", |
| 71 | + "eslint": "^9.17.0", |
72 | 72 | "eslint-config-prettier": "^9.1.0", |
73 | 73 | "eslint-plugin-import": "^2.31.0", |
74 | 74 | "eslint-plugin-prettier": "^5.2.1", |
75 | | - "eslint-plugin-react-hooks": "^4.6.2", |
76 | | - "eslint-plugin-react-refresh": "^0.4.12", |
| 75 | + "eslint-plugin-react-hooks": "^5.0.0", |
| 76 | + "eslint-plugin-react-refresh": "^0.4.16", |
77 | 77 | "jsdom": "^25.0.1", |
78 | | - "postcss": "^8.4.47", |
79 | | - "prettier": "^3.3.3", |
80 | | - "prettier-plugin-tailwindcss": "^0.6.8", |
81 | | - "tailwindcss": "^3.4.13", |
82 | | - "typescript": "^5.6.3", |
83 | | - "vite": "^5.4.8", |
84 | | - "vite-tsconfig-paths": "^5.0.1", |
85 | | - "vitest": "^2.1.2", |
86 | | - "msw": "^2.4.10" |
| 78 | + "postcss": "^8.4.49", |
| 79 | + "prettier": "^3.4.2", |
| 80 | + "prettier-plugin-tailwindcss": "^0.6.9", |
| 81 | + "tailwindcss": "^3.4.17", |
| 82 | + "typescript": "^5.7.2", |
| 83 | + "vite": "^5.4.11", |
| 84 | + "vite-tsconfig-paths": "^5.1.4", |
| 85 | + "vitest": "^2.1.8", |
| 86 | + "msw": "^2.7.0" |
87 | 87 | } |
88 | 88 | } |
0 commit comments