|
43 | 43 | "@radix-ui/react-toggle": "^1.1.10", |
44 | 44 | "@radix-ui/react-toggle-group": "^1.1.11", |
45 | 45 | "@radix-ui/react-tooltip": "^1.2.8", |
46 | | - "@tailwindcss/vite": "^4.1.17", |
47 | | - "@tanstack/react-query": "^5.90.12", |
48 | | - "@tanstack/react-router": "^1.139.14", |
49 | | - "@tanstack/zod-adapter": "^1.139.14", |
| 46 | + "@tailwindcss/vite": "^4.1.18", |
| 47 | + "@tanstack/react-query": "^5.90.13", |
| 48 | + "@tanstack/react-router": "^1.144.0", |
| 49 | + "@tanstack/zod-adapter": "^1.144.0", |
50 | 50 | "@turf/turf": "^7.3.1", |
51 | | - "@watergis/maplibre-gl-terradraw": "^1.9.6", |
| 51 | + "@watergis/maplibre-gl-terradraw": "^1.9.8", |
52 | 52 | "axios": "^1.13.2", |
53 | 53 | "class-variance-authority": "^0.7.1", |
54 | 54 | "clsx": "^2.1.1", |
55 | 55 | "cmdk": "^1.1.1", |
56 | 56 | "d3": "^7.9.0", |
57 | 57 | "date-fns": "^4.1.0", |
58 | | - "lucide-react": "^0.556.0", |
59 | | - "maplibre-gl": "^5.14.0", |
| 58 | + "lucide-react": "^0.562.0", |
| 59 | + "maplibre-gl": "^5.15.0", |
60 | 60 | "next-themes": "^0.4.6", |
61 | 61 | "react": "^18.3.1", |
62 | 62 | "react-dom": "^18.3.1", |
63 | 63 | "react-map-gl": "^8.1.0", |
64 | 64 | "sonner": "^2.0.7", |
65 | 65 | "tailwind-merge": "^3.4.0", |
66 | | - "tailwindcss": "^4.1.17", |
| 66 | + "tailwindcss": "^4.1.18", |
67 | 67 | "throttle-debounce": "^5.0.2", |
68 | 68 | "zod": "^3.25.76", |
69 | 69 | "zustand": "^5.0.9" |
70 | 70 | }, |
71 | 71 | "devDependencies": { |
72 | 72 | "@playwright/test": "^1.57.0", |
73 | 73 | "@tanstack/eslint-plugin-query": "^5.91.2", |
74 | | - "@tanstack/eslint-plugin-router": "^1.139.0", |
75 | | - "@tanstack/react-devtools": "^0.8.2", |
| 74 | + "@tanstack/eslint-plugin-router": "^1.141.0", |
| 75 | + "@tanstack/react-devtools": "^0.8.6", |
76 | 76 | "@tanstack/react-query-devtools": "^5.91.1", |
77 | | - "@tanstack/react-router-devtools": "^1.139.15", |
| 77 | + "@tanstack/react-router-devtools": "^1.144.0", |
78 | 78 | "@testing-library/dom": "^10.4.1", |
79 | | - "@testing-library/react": "^16.3.0", |
| 79 | + "@testing-library/jest-dom": "^6.9.1", |
| 80 | + "@testing-library/react": "^16.3.1", |
| 81 | + "@testing-library/user-event": "^14.6.1", |
80 | 82 | "@types/d3": "^7.4.3", |
81 | 83 | "@types/eslint-plugin-jsx-a11y": "^6.10.1", |
82 | | - "@types/node": "^24.10.1", |
| 84 | + "@types/node": "^24.10.4", |
83 | 85 | "@types/react-dom": "^18.3.7", |
84 | 86 | "@types/throttle-debounce": "^5.0.2", |
85 | 87 | "@types/turf": "^3.5.32", |
86 | | - "@vitejs/plugin-react": "^5.1.1", |
87 | | - "@vitest/coverage-v8": "^4.0.15", |
| 88 | + "@vitejs/plugin-react": "^5.1.2", |
| 89 | + "@vitest/coverage-v8": "^4.0.16", |
88 | 90 | "dotenv": "^17.2.3", |
89 | | - "eslint": "^9.39.1", |
| 91 | + "eslint": "^9.39.2", |
90 | 92 | "eslint-config-prettier": "^10.1.8", |
91 | 93 | "eslint-import-resolver-typescript": "^4.4.4", |
92 | 94 | "eslint-plugin-check-file": "^3.3.1", |
|
97 | 99 | "eslint-plugin-react-hooks": "^7.0.1", |
98 | 100 | "gh-pages": "^6.3.0", |
99 | 101 | "husky": "^9.1.7", |
100 | | - "jsdom": "^27.2.0", |
| 102 | + "jsdom": "^27.4.0", |
101 | 103 | "lint-staged": "^16.2.7", |
102 | 104 | "prettier": "^3.7.4", |
103 | 105 | "tw-animate-css": "^1.4.0", |
104 | 106 | "typescript": "^5.9.3", |
105 | | - "typescript-eslint": "^8.48.1", |
106 | | - "vite": "^7.2.6", |
| 107 | + "typescript-eslint": "^8.50.1", |
| 108 | + "vite": "^7.3.0", |
107 | 109 | "vite-plugin-svgr": "^4.5.0", |
108 | | - "vitest": "^4.0.15" |
| 110 | + "vitest": "^4.0.16" |
109 | 111 | }, |
110 | 112 | "lint-staged": { |
111 | 113 | "*.{js,jsx,ts,tsx}": "eslint --fix", |
|
0 commit comments