|
49 | 49 | "@headlessui/react": "^2.2.10", |
50 | 50 | "@inertiajs/react": "3.3.0", |
51 | 51 | "@types/leaflet": "^1.9.21", |
52 | | - "axios": "^1.16.1", |
| 52 | + "axios": "^1.17.0", |
53 | 53 | "leaflet": "^1.9.4", |
54 | | - "react": "^19.2.6", |
55 | | - "react-dom": "^19.2.6", |
| 54 | + "react": "^19.2.7", |
| 55 | + "react-dom": "^19.2.7", |
56 | 56 | "react-icons": "^5.6.0", |
57 | 57 | "react-leaflet": "^5.0.0" |
58 | 58 | }, |
|
61 | 61 | "@tailwindcss/forms": "^0.5.11", |
62 | 62 | "@tailwindcss/vite": "^4.3.0", |
63 | 63 | "@types/node": "^25.9.1", |
64 | | - "@types/react": "^19.2.15", |
| 64 | + "@types/react": "^19.2.17", |
65 | 65 | "@types/react-dom": "^19.2.3", |
66 | 66 | "@vitejs/plugin-react": "^6.0.2", |
67 | 67 | "autoprefixer": "^10.5.0", |
68 | | - "concurrently": "^9.2.1", |
| 68 | + "concurrently": "^10.0.3", |
69 | 69 | "eslint": "^9.0.0", |
70 | 70 | "eslint-config-prettier": "^10.1.8", |
71 | 71 | "eslint-plugin-react": "^7.37.5", |
72 | 72 | "eslint-plugin-react-hooks": "^7.1.1", |
73 | 73 | "globals": "^17.6.0", |
74 | 74 | "husky": "^9.1.7", |
75 | 75 | "laravel-vite-plugin": "^3.1.0", |
76 | | - "lint-staged": "^17.0.5", |
| 76 | + "lint-staged": "^17.0.7", |
77 | 77 | "postcss": "^8.5.15", |
78 | 78 | "prettier": "^3.8.3", |
79 | 79 | "tailwindcss": "^4.3.0", |
80 | 80 | "typescript": "~6.0.3", |
81 | | - "typescript-eslint": "^8.60.0", |
82 | | - "vite": "^8.0.14" |
| 81 | + "typescript-eslint": "^8.60.1", |
| 82 | + "vite": "^8.0.16" |
83 | 83 | }, |
84 | 84 | "lint-staged": { |
85 | 85 | "resources/js/**/*.{ts,tsx}": [ |
|
0 commit comments