|
23 | 23 | "test": "playwright test" |
24 | 24 | }, |
25 | 25 | "dependencies": { |
26 | | - "@fortawesome/fontawesome-svg-core": "^6.5.2", |
27 | | - "@fortawesome/free-brands-svg-icons": "^6.5.2", |
28 | | - "@fortawesome/free-regular-svg-icons": "^6.5.2", |
29 | | - "@fortawesome/free-solid-svg-icons": "^6.5.2", |
| 26 | + "@fortawesome/fontawesome-svg-core": "^6.6.0", |
| 27 | + "@fortawesome/free-brands-svg-icons": "^6.6.0", |
| 28 | + "@fortawesome/free-regular-svg-icons": "^6.6.0", |
| 29 | + "@fortawesome/free-solid-svg-icons": "^6.6.0", |
30 | 30 | "@fortawesome/react-fontawesome": "^0.2.2", |
31 | | - "@tanstack/query-async-storage-persister": "^5.50.1", |
32 | | - "@tanstack/react-query": "^5.50.1", |
33 | | - "@tanstack/react-query-devtools": "^5.50.1", |
34 | | - "@tanstack/react-query-persist-client": "^5.50.1", |
35 | | - "axios": "^1.7.2", |
| 31 | + "@tanstack/query-async-storage-persister": "^5.55.4", |
| 32 | + "@tanstack/react-query": "^5.55.4", |
| 33 | + "@tanstack/react-query-devtools": "^5.55.4", |
| 34 | + "@tanstack/react-query-persist-client": "^5.55.4", |
| 35 | + "axios": "^1.7.7", |
36 | 36 | "clsx": "^2.1.1", |
37 | | - "country-flag-icons": "^1.5.12", |
| 37 | + "country-flag-icons": "^1.5.13", |
38 | 38 | "date-fns": "^3.6.0", |
39 | 39 | "deepmerge": "^4.3.1", |
40 | 40 | "flatpickr": "^4.6.13", |
|
43 | 43 | "react-dom": "^18.3.1", |
44 | 44 | "react-flatpickr": "^3.10.13", |
45 | 45 | "react-intl": "^6.6.8", |
46 | | - "react-router-dom": "^6.24.1", |
| 46 | + "react-router-dom": "^6.26.2", |
47 | 47 | "react-select": "^5.8.0", |
48 | | - "react-tooltip": "^5.27.1", |
49 | | - "tailwind-merge": "^2.4.0", |
| 48 | + "react-tooltip": "^5.28.0", |
| 49 | + "tailwind-merge": "^2.5.2", |
50 | 50 | "tailwindcss-shadow-fill": "^1.0.1", |
51 | 51 | "tailwindcss-text-fill": "^0.2.0", |
52 | 52 | "yup": "^1.4.0" |
53 | 53 | }, |
54 | 54 | "devDependencies": { |
55 | | - "@playwright/test": "^1.45.1", |
56 | | - "@types/chrome": "^0.0.268", |
57 | | - "@types/node": "^20.14.10", |
58 | | - "@types/react": "^18.3.3", |
| 55 | + "@playwright/test": "^1.47.0", |
| 56 | + "@types/chrome": "^0.0.270", |
| 57 | + "@types/node": "^22.5.4", |
| 58 | + "@types/react": "^18.3.5", |
59 | 59 | "@types/react-dom": "^18.3.0", |
60 | 60 | "@types/react-flatpickr": "^3.8.11", |
61 | | - "@typescript-eslint/eslint-plugin": "^7.15.0", |
62 | | - "@typescript-eslint/parser": "^7.15.0", |
| 61 | + "@typescript-eslint/eslint-plugin": "^8.5.0", |
| 62 | + "@typescript-eslint/parser": "^8.5.0", |
63 | 63 | "@vitejs/plugin-react": "^4.3.1", |
64 | | - "autoprefixer": "^10.4.19", |
| 64 | + "autoprefixer": "^10.4.20", |
65 | 65 | "cross-env": "^7.0.3", |
66 | 66 | "dotenv": "^16.4.5", |
67 | 67 | "eslint": "^8.57.0", |
68 | | - "eslint-plugin-react": "^7.34.3", |
| 68 | + "eslint-plugin-react": "^7.35.2", |
69 | 69 | "eslint-plugin-react-hooks": "^4.6.2", |
70 | | - "eslint-plugin-react-refresh": "^0.4.7", |
| 70 | + "eslint-plugin-react-refresh": "^0.4.11", |
71 | 71 | "eslint-plugin-tailwindcss": "^3.17.4", |
72 | | - "postcss": "^8.4.39", |
73 | | - "prettier": "^3.3.2", |
74 | | - "prettier-plugin-tailwindcss": "^0.6.5", |
75 | | - "sharp": "^0.33.4", |
76 | | - "tailwindcss": "^3.4.4", |
| 72 | + "postcss": "^8.4.45", |
| 73 | + "prettier": "^3.3.3", |
| 74 | + "prettier-plugin-tailwindcss": "^0.6.6", |
| 75 | + "sharp": "^0.33.5", |
| 76 | + "tailwindcss": "^3.4.10", |
77 | 77 | "tailwindcss-animate": "^1.0.7", |
78 | | - "typescript": "^5.5.3", |
79 | | - "vite": "^5.3.3", |
| 78 | + "typescript": "^5.6.2", |
| 79 | + "vite": "^5.4.3", |
80 | 80 | "vite-plugin-static-copy": "^1.0.6", |
81 | 81 | "vite-plugin-zip-pack": "^1.2.4" |
82 | 82 | } |
|
0 commit comments