Skip to content

Commit

Permalink
update react-leaflet-markercluster
Browse files Browse the repository at this point in the history
  • Loading branch information
barbalex committed Dec 7, 2024
1 parent d2f6e99 commit f457986
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"react-highlight-words": "0.20.0",
"react-icons": "5.4.0",
"react-leaflet": "4.2.1",
"react-leaflet-markercluster": "4.1.1",
"react-leaflet-markercluster": "4.2.1",
"react-linkify": "1.0.0-alpha",
"react-markdown-editor-lite": "1.3.4",
"react-resize-detector": "11.0.1",
Expand Down Expand Up @@ -137,7 +137,6 @@
"react-leaflet-bing-v2": "5.2.3: reinstall after pull-request accepted: https://github.com/TA-Geoforce/react-leaflet-bing-v2/pull/25",
"react-split-pane": "0.1.92 creates dependency conflict and thus forces to npm i --force: https://github.com/tomkp/react-split-pane/pull/836. TODO: migrate off of it",
"react-contextmenu": "extracted into modules because: archived, caused conflicting peer dependency (old react versions)",
"react-leaflet-markercluster": "4.1.1: Do not upgrade to 4.1.2, see: https://github.com/yuzhva/react-leaflet-markercluster/issues/216",
"classnames": "needed by react-contextmenu"
}
}
2 changes: 1 addition & 1 deletion src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import '@fontsource/roboto-mono/700.css'
import '@fontsource/roboto'
import '@fontsource/roboto/500.css'
import '@fontsource/roboto/700.css'
import 'react-leaflet-markercluster/dist/styles.min.css'
import 'react-leaflet-markercluster/styles'
import 'react-datepicker/dist/react-datepicker.css'

import { GlobalStyle } from './components/GlobalStyle.jsx'
Expand Down

0 comments on commit f457986

Please sign in to comment.