Skip to content

Commit

Permalink
chore: update import
Browse files Browse the repository at this point in the history
  • Loading branch information
felixerdy committed Oct 5, 2023
1 parent 11ddab0 commit 7da70ad
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"static": "next build && next export"
},
"dependencies": {
"@capacitor-community/background-geolocation": "felixerdy/background-geolocation#master",
"@capacitor-community/background-geolocation": "felixerdy/background-geolocation",
"@capacitor-community/bluetooth-le": "^3.0.1",
"@capacitor/android": "^5.3.0",
"@capacitor/core": "^5.3.0",
Expand Down
4 changes: 2 additions & 2 deletions src/components/Map/LocationMarker.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Location } from '@capacitor-community/background-geolocation'
import Layer from 'react-map-gl/dist/esm/components/layer'
import Source from 'react-map-gl/dist/esm/components/source'
import { Source, Layer } from 'react-map-gl/maplibre'

// @ts-ignore
import circle from '@turf/circle'

Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
dependencies:
regenerator-runtime "^0.14.0"

"@capacitor-community/background-geolocation@felixerdy/background-geolocation#master":
"@capacitor-community/background-geolocation@felixerdy/background-geolocation":
version "1.2.14"
resolved "https://codeload.github.com/felixerdy/background-geolocation/tar.gz/a61469d2d6b9607299a4b5b9e343367797d20759"

Expand Down

0 comments on commit 7da70ad

Please sign in to comment.