|
12 | 12 | "release": "semantic-release" |
13 | 13 | }, |
14 | 14 | "dependencies": { |
15 | | - "@heroicons/react": "^2.1.5", |
16 | | - "@maptiler/geocoding-control": "^1.4.1", |
17 | | - "@maptiler/sdk": "^2.5.1", |
| 15 | + "@heroicons/react": "^2.2.0", |
| 16 | + "@maptiler/geocoding-control": "^2.1.6", |
| 17 | + "@maptiler/sdk": "^3.0.1", |
18 | 18 | "@nextui-org/react": "^2.4.6", |
19 | 19 | "@phosphor-icons/react": "^2.1.7", |
20 | | - "@turf/centroid": "^7.0.0", |
21 | | - "autoprefixer": "10.4.19", |
| 20 | + "@turf/centroid": "^7.2.0", |
| 21 | + "autoprefixer": "10.4.21", |
22 | 22 | "clsx": "^2.1.1", |
23 | | - "framer-motion": "^11.3.8", |
| 23 | + "framer-motion": "^12.5.0", |
24 | 24 | "lodash": "^4.17.21", |
25 | | - "maplibre-gl": "^4.5.0", |
| 25 | + "maplibre-gl": "^5.2.0", |
26 | 26 | "multi-range-slider-react": "^2.0.7", |
27 | 27 | "next": "^14.2.5", |
28 | | - "pmtiles": "^3.0.6", |
29 | | - "postcss": "8.4.39", |
| 28 | + "pmtiles": "^4.3.0", |
| 29 | + "postcss": "8.5.3", |
30 | 30 | "protobufjs": "^7.3.2", |
31 | 31 | "react": "18.3.1", |
32 | 32 | "react-dom": "18.3.1", |
33 | | - "react-icons": "^5.2.1", |
34 | | - "react-map-gl": "^7.1.7", |
| 33 | + "react-icons": "^5.5.0", |
| 34 | + "react-map-gl": "^8.0.1", |
35 | 35 | "sharp": "^0.33.4", |
36 | 36 | "tailwindcss": "^3.4.6", |
37 | | - "typescript": "5.5.3" |
| 37 | + "typescript": "5.8.2" |
38 | 38 | }, |
39 | 39 | "devDependencies": { |
40 | 40 | "@semantic-release/changelog": "^6.0.3", |
41 | | - "@semantic-release/commit-analyzer": "^13.0.0", |
| 41 | + "@semantic-release/commit-analyzer": "^13.0.1", |
42 | 42 | "@semantic-release/git": "^10.0.1", |
43 | | - "@semantic-release/github": "^10.1.1", |
| 43 | + "@semantic-release/github": "^11.0.1", |
44 | 44 | "@semantic-release/npm": "^12.0.1", |
45 | | - "@semantic-release/release-notes-generator": "^14.0.1", |
46 | | - "@types/node": "^20.14.11", |
| 45 | + "@semantic-release/release-notes-generator": "^14.0.3", |
| 46 | + "@types/node": "^22.13.11", |
47 | 47 | "@types/pbf": "^3.0.5", |
48 | | - "@types/pg": "^8.11.6", |
| 48 | + "@types/pg": "^8.11.11", |
49 | 49 | "@types/react": "^18.3.3", |
50 | 50 | "@types/react-dom": "^18.3.0", |
51 | | - "@typescript-eslint/eslint-plugin": "^7.16.1", |
52 | | - "@typescript-eslint/parser": "^7.16.1", |
53 | | - "eslint": "^8.56.0", |
54 | | - "eslint-config-next": "^14.2.5", |
55 | | - "eslint-config-prettier": "^9.1.0", |
| 51 | + "@typescript-eslint/eslint-plugin": "^8.27.0", |
| 52 | + "@typescript-eslint/parser": "^8.27.0", |
| 53 | + "eslint": "^9.22.0", |
| 54 | + "eslint-config-next": "^15.2.3", |
| 55 | + "eslint-config-prettier": "^10.1.1", |
56 | 56 | "eslint-plugin-custom-rules": "file:./eslint-plugin-custom-rules", |
57 | | - "eslint-plugin-prettier": "^5.0.0", |
| 57 | + "eslint-plugin-prettier": "^5.2.3", |
58 | 58 | "eslint-plugin-react": "^7.34.4", |
59 | | - "postcss-nesting": "^12.1.5", |
60 | | - "postcss-preset-env": "^9.6.0", |
| 59 | + "postcss-nesting": "^13.0.1", |
| 60 | + "postcss-preset-env": "^10.1.5", |
61 | 61 | "semantic-release": "^24.0.0" |
62 | 62 | }, |
63 | 63 | "overrides": { |
|
0 commit comments