adding tracks swiper

This commit is contained in:
2025-03-22 23:32:09 -05:00
parent 113ccbf440
commit d4be759dab
3 changed files with 1 additions and 20 deletions

View File

@@ -33,7 +33,6 @@
"devDependencies": { "devDependencies": {
"@microsoft/microsoft-graph-types": "^2.40.0", "@microsoft/microsoft-graph-types": "^2.40.0",
"@types/leaflet": "^1.9.16", "@types/leaflet": "^1.9.16",
"@types/mapbox__mapbox-gl-geocoder": "^5.0.0",
"@types/react": "^18.2.66", "@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22", "@types/react-dom": "^18.2.22",
"@vitejs/plugin-react": "^4.2.1", "@vitejs/plugin-react": "^4.2.1",

View File

@@ -8,7 +8,7 @@ import { Swiper, SwiperSlide } from 'swiper/react';
import { Pagination } from 'swiper/modules'; import { Pagination } from 'swiper/modules';
import { MapContainer, TileLayer, GeoJSON } from 'react-leaflet'; import { MapContainer, TileLayer, GeoJSON } from 'react-leaflet';
import toGeoJSON from '@mapbox/togeojson'; import toGeoJSON from '@mapbox/togeojson';
import rewind from '@mapbox/geojson-rewind'; import rewind from '@placemarkio/geojson-rewind';
import 'swiper/css'; import 'swiper/css';
import 'swiper/css/pagination'; import 'swiper/css/pagination';
import 'swiper/css'; import 'swiper/css';

18
pnpm-lock.yaml generated
View File

@@ -212,9 +212,6 @@ importers:
'@types/leaflet': '@types/leaflet':
specifier: ^1.9.16 specifier: ^1.9.16
version: 1.9.16 version: 1.9.16
'@types/mapbox__mapbox-gl-geocoder':
specifier: ^5.0.0
version: 5.0.0
'@types/react': '@types/react':
specifier: ^18.2.66 specifier: ^18.2.66
version: 18.3.18 version: 18.3.18
@@ -2295,12 +2292,6 @@ packages:
'@types/leaflet@1.9.16': '@types/leaflet@1.9.16':
resolution: {integrity: sha512-wzZoyySUxkgMZ0ihJ7IaUIblG8Rdc8AbbZKLneyn+QjYsj5q1QU7TEKYqwTr10BGSzY5LI7tJk9Ifo+mEjdFRw==} resolution: {integrity: sha512-wzZoyySUxkgMZ0ihJ7IaUIblG8Rdc8AbbZKLneyn+QjYsj5q1QU7TEKYqwTr10BGSzY5LI7tJk9Ifo+mEjdFRw==}
'@types/mapbox-gl@3.4.1':
resolution: {integrity: sha512-NsGKKtgW93B+UaLPti6B7NwlxYlES5DpV5Gzj9F75rK5ALKsqSk15CiEHbOnTr09RGbr6ZYiCdI+59NNNcAImg==}
'@types/mapbox__mapbox-gl-geocoder@5.0.0':
resolution: {integrity: sha512-eGBWdFiP2QgmwndPyhwK6eBeOfyB8vRscp2C6Acqasx5dH8FvTo/VgXWCrCKFR3zkWek/H4w4/CwmBFOs7OLBA==}
'@types/methods@1.1.4': '@types/methods@1.1.4':
resolution: {integrity: sha512-ymXWVrDiCxTBE3+RIrrP533E70eA+9qu7zdWoHuOmGujkYtzf4HQF96b8nwHLqhuf4ykX61IGRIB38CC6/sImQ==} resolution: {integrity: sha512-ymXWVrDiCxTBE3+RIrrP533E70eA+9qu7zdWoHuOmGujkYtzf4HQF96b8nwHLqhuf4ykX61IGRIB38CC6/sImQ==}
@@ -8462,15 +8453,6 @@ snapshots:
dependencies: dependencies:
'@types/geojson': 7946.0.16 '@types/geojson': 7946.0.16
'@types/mapbox-gl@3.4.1':
dependencies:
'@types/geojson': 7946.0.16
'@types/mapbox__mapbox-gl-geocoder@5.0.0':
dependencies:
'@types/geojson': 7946.0.16
'@types/mapbox-gl': 3.4.1
'@types/methods@1.1.4': {} '@types/methods@1.1.4': {}
'@types/mime@1.3.5': {} '@types/mime@1.3.5': {}