|
22 | 22 | "test": "playwright test" |
23 | 23 | }, |
24 | 24 | "dependencies": { |
25 | | - "@fortawesome/fontawesome-svg-core": "^6.6.0", |
26 | | - "@fortawesome/free-brands-svg-icons": "^6.6.0", |
27 | | - "@fortawesome/free-regular-svg-icons": "^6.6.0", |
28 | | - "@fortawesome/free-solid-svg-icons": "^6.6.0", |
| 25 | + "@fortawesome/fontawesome-svg-core": "^6.7.1", |
| 26 | + "@fortawesome/free-brands-svg-icons": "^6.7.1", |
| 27 | + "@fortawesome/free-regular-svg-icons": "^6.7.1", |
| 28 | + "@fortawesome/free-solid-svg-icons": "^6.7.1", |
29 | 29 | "@fortawesome/react-fontawesome": "^0.2.2", |
30 | | - "@tanstack/query-async-storage-persister": "^5.59.20", |
31 | | - "@tanstack/react-query": "^5.59.20", |
32 | | - "@tanstack/react-query-devtools": "^5.59.20", |
33 | | - "@tanstack/react-query-persist-client": "^5.59.20", |
34 | | - "axios": "^1.7.7", |
| 30 | + "@tanstack/query-async-storage-persister": "^5.62.7", |
| 31 | + "@tanstack/react-query": "^5.62.7", |
| 32 | + "@tanstack/react-query-devtools": "^5.62.7", |
| 33 | + "@tanstack/react-query-persist-client": "^5.62.7", |
| 34 | + "axios": "^1.7.9", |
35 | 35 | "clsx": "^2.1.1", |
36 | 36 | "country-flag-icons": "^1.5.13", |
37 | 37 | "date-fns": "^3.6.0", |
|
43 | 43 | "react-flatpickr": "^3.10.13", |
44 | 44 | "react-intl": "^6.8.7", |
45 | 45 | "react-router-dom": "^6.28.0", |
46 | | - "react-select": "^5.8.2", |
| 46 | + "react-select": "^5.9.0", |
47 | 47 | "react-tooltip": "^5.28.0", |
48 | | - "tailwind-merge": "^2.5.4", |
| 48 | + "tailwind-merge": "^2.5.5", |
49 | 49 | "tailwindcss-shadow-fill": "^1.0.1", |
50 | 50 | "tailwindcss-text-fill": "^0.2.0", |
51 | | - "yup": "^1.4.0" |
| 51 | + "yup": "^1.5.0" |
52 | 52 | }, |
53 | 53 | "devDependencies": { |
54 | | - "@playwright/test": "^1.48.2", |
55 | | - "@types/chrome": "^0.0.280", |
56 | | - "@types/node": "^22.9.0", |
| 54 | + "@playwright/test": "^1.49.1", |
| 55 | + "@types/chrome": "^0.0.287", |
| 56 | + "@types/node": "^22.10.2", |
57 | 57 | "@types/react": "^18.3.12", |
58 | 58 | "@types/react-dom": "^18.3.1", |
59 | 59 | "@types/react-flatpickr": "^3.8.11", |
60 | | - "@typescript-eslint/eslint-plugin": "^8.13.0", |
61 | | - "@typescript-eslint/parser": "^8.13.0", |
62 | | - "@vitejs/plugin-react": "^4.3.3", |
| 60 | + "@typescript-eslint/eslint-plugin": "^8.18.0", |
| 61 | + "@typescript-eslint/parser": "^8.18.0", |
| 62 | + "@vitejs/plugin-react": "^4.3.4", |
63 | 63 | "autoprefixer": "^10.4.20", |
64 | 64 | "cross-env": "^7.0.3", |
65 | | - "dotenv": "^16.4.5", |
| 65 | + "dotenv": "^16.4.7", |
66 | 66 | "eslint": "^8.57.0", |
67 | 67 | "eslint-plugin-react": "^7.37.2", |
68 | 68 | "eslint-plugin-react-hooks": "^4.6.2", |
69 | | - "eslint-plugin-react-refresh": "^0.4.14", |
| 69 | + "eslint-plugin-react-refresh": "^0.4.16", |
70 | 70 | "eslint-plugin-tailwindcss": "^3.17.5", |
71 | | - "postcss": "^8.4.47", |
72 | | - "prettier": "^3.3.3", |
73 | | - "prettier-plugin-tailwindcss": "^0.6.8", |
| 71 | + "postcss": "^8.4.49", |
| 72 | + "prettier": "^3.4.2", |
| 73 | + "prettier-plugin-tailwindcss": "^0.6.9", |
74 | 74 | "sharp": "^0.33.5", |
75 | | - "tailwindcss": "^3.4.14", |
| 75 | + "tailwindcss": "^3.4.16", |
76 | 76 | "tailwindcss-animate": "^1.0.7", |
77 | | - "typescript": "^5.6.3", |
| 77 | + "typescript": "^5.7.2", |
78 | 78 | "vite": "^5.4.10", |
79 | | - "vite-plugin-static-copy": "^2.0.0", |
| 79 | + "vite-plugin-static-copy": "^2.2.0", |
80 | 80 | "vite-plugin-zip-pack": "^1.2.4" |
81 | 81 | }, |
82 | | - "packageManager": "pnpm@9.12.3" |
| 82 | + "packageManager": "pnpm@9.15.0" |
83 | 83 | } |
0 commit comments