|
18 | 18 | "watch": "jest --watch"
|
19 | 19 | },
|
20 | 20 | "dependencies": {
|
21 |
| - "@apollo/client": "^3.12.7", |
22 |
| - "@ark-ui/react": "^4.9.1", |
23 |
| - "@chakra-ui/react": "^3.7.0", |
| 21 | + "@apollo/client": "^3.13.1", |
| 22 | + "@ark-ui/react": "^4.9.2", |
| 23 | + "@chakra-ui/react": "^3.8.1", |
24 | 24 | "@emotion/react": "^11.14.0",
|
25 | 25 | "@emotion/styled": "^11.14.0",
|
26 |
| - "@fortawesome/fontawesome-svg-core": "^6.7.0", |
27 |
| - "@fortawesome/free-brands-svg-icons": "^6.7.0", |
28 |
| - "@fortawesome/free-regular-svg-icons": "^6.7.0", |
29 |
| - "@fortawesome/free-solid-svg-icons": "^6.7.0", |
| 26 | + "@fortawesome/fontawesome-svg-core": "^6.7.2", |
| 27 | + "@fortawesome/free-brands-svg-icons": "^6.7.2", |
| 28 | + "@fortawesome/free-regular-svg-icons": "^6.7.2", |
| 29 | + "@fortawesome/free-solid-svg-icons": "^6.7.2", |
30 | 30 | "@fortawesome/react-fontawesome": "^0.2.2",
|
31 |
| - "@radix-ui/react-dropdown-menu": "^2.1.4", |
32 |
| - "@radix-ui/react-toast": "^1.2.4", |
33 |
| - "@sentry/react": "^9.0.0", |
| 31 | + "@radix-ui/react-dropdown-menu": "^2.1.6", |
| 32 | + "@radix-ui/react-toast": "^1.2.6", |
| 33 | + "@sentry/react": "^9.3.0", |
34 | 34 | "@testing-library/user-event": "^14.6.1",
|
35 |
| - "@types/lodash": "^4.17.14", |
| 35 | + "@types/lodash": "^4.17.15", |
36 | 36 | "class-variance-authority": "^0.7.1",
|
37 | 37 | "clsx": "^2.1.1",
|
38 | 38 | "core-js": "^3.40.0",
|
39 | 39 | "date-fns": "^4.1.0",
|
40 | 40 | "dayjs": "^1.11.13",
|
41 |
| - "dompurify": "^3.2.3", |
| 41 | + "dompurify": "^3.2.4", |
42 | 42 | "dotenv": "^16.4.7",
|
43 | 43 | "graphql": "^16.10.0",
|
44 | 44 | "leaflet": "^1.9.4",
|
|
49 | 49 | "react": "^19.0.0",
|
50 | 50 | "react-dom": "^19.0.0",
|
51 | 51 | "react-gtm-module": "^2.0.11",
|
52 |
| - "react-icons": "^5.4.0", |
53 |
| - "react-router-dom": "^7.0.2", |
54 |
| - "tailwind-merge": "^3.0.1", |
| 52 | + "react-icons": "^5.5.0", |
| 53 | + "react-router-dom": "^7.2.0", |
| 54 | + "tailwind-merge": "^3.0.2", |
55 | 55 | "tailwindcss-animate": "^1.0.7"
|
56 | 56 | },
|
57 | 57 | "devDependencies": {
|
58 |
| - "@eslint/js": "^9.15.0", |
| 58 | + "@eslint/js": "^9.21.0", |
59 | 59 | "@playwright/test": "^1.50.1",
|
60 |
| - "@swc/core": "^1.10.9", |
| 60 | + "@swc/core": "^1.11.5", |
61 | 61 | "@swc/jest": "^0.2.37",
|
62 |
| - "@tailwindcss/postcss": "^4.0.0", |
| 62 | + "@tailwindcss/postcss": "^4.0.9", |
63 | 63 | "@testing-library/jest-dom": "^6.6.3",
|
64 | 64 | "@testing-library/react": "^16.2.0",
|
65 | 65 | "@types/date-fns": "^2.6.3",
|
66 | 66 | "@types/jest": "^29.5.14",
|
67 |
| - "@types/node": "^22.10.8", |
68 |
| - "@types/react": "^19.0.6", |
69 |
| - "@types/react-dom": "^19.0.3", |
| 67 | + "@types/node": "^22.13.5", |
| 68 | + "@types/react": "^19.0.10", |
| 69 | + "@types/react-dom": "^19.0.4", |
70 | 70 | "@types/react-gtm-module": "^2.0.4",
|
71 |
| - "@typescript-eslint/eslint-plugin": "^8.21.0", |
72 |
| - "@typescript-eslint/parser": "^8.21.0", |
| 71 | + "@typescript-eslint/eslint-plugin": "^8.25.0", |
| 72 | + "@typescript-eslint/parser": "^8.25.0", |
73 | 73 | "@vitejs/plugin-react": "^4.3.4",
|
74 | 74 | "autoprefixer": "^10.4.20",
|
75 |
| - "eslint": "^9.19.0", |
76 |
| - "eslint-config-prettier": "^10.0.1", |
| 75 | + "eslint": "^9.21.0", |
| 76 | + "eslint-config-prettier": "^10.0.2", |
77 | 77 | "eslint-import-resolver-alias": "^1.1.2",
|
78 | 78 | "eslint-plugin-import": "^2.31.0",
|
79 |
| - "eslint-plugin-jest": "^28.9.0", |
80 |
| - "eslint-plugin-prettier": "^5.2.1", |
| 79 | + "eslint-plugin-jest": "^28.11.0", |
| 80 | + "eslint-plugin-prettier": "^5.2.3", |
81 | 81 | "eslint-plugin-react": "^7.37.4",
|
82 |
| - "eslint-plugin-react-hooks": "^5.1.0", |
| 82 | + "eslint-plugin-react-hooks": "^5.2.0", |
83 | 83 | "globals": "^16.0.0",
|
84 | 84 | "identity-obj-proxy": "^3.0.0",
|
85 | 85 | "jest": "^29.7.0",
|
86 | 86 | "jest-environment-jsdom": "^29.7.0",
|
87 | 87 | "open": "^10.1.0",
|
88 |
| - "postcss": "^8.4.47", |
89 |
| - "prettier": "^3.4.2", |
| 88 | + "postcss": "^8.5.3", |
| 89 | + "prettier": "^3.5.2", |
90 | 90 | "prettier-plugin-tailwindcss": "^0.6.11",
|
91 | 91 | "tailwindcss": "^3.4.17",
|
92 |
| - "ts-jest": "^29.2.5", |
| 92 | + "ts-jest": "^29.2.6", |
93 | 93 | "ts-node": "^10.9.2",
|
94 | 94 | "typescript": "~5.7.3",
|
95 |
| - "typescript-eslint": "^8.21.0", |
| 95 | + "typescript-eslint": "^8.25.0", |
96 | 96 | "util": "^0.12.5",
|
97 |
| - "vite": "^6.0.11", |
| 97 | + "vite": "^6.2.0", |
98 | 98 | "vite-plugin-environment": "^1.1.3",
|
99 | 99 | "vite-tsconfig-paths": "^5.1.4"
|
100 | 100 | },
|
|
0 commit comments