Skip to content

Commit

Permalink
Downgrade to react-leaflet 3.0.2 to fix yuzhva/react-leaflet-markercl…
Browse files Browse the repository at this point in the history
  • Loading branch information
srosset81 committed Mar 24, 2022
1 parent f3e6ee9 commit 384822b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/frontend/packages/geo-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@material-ui/lab": "^4.0.0-alpha.57",
"autosuggest-highlight": "^3.1.1",
"lodash.throttle": "^4.1.1",
"react-leaflet": "3.2.1",
"react-leaflet": "3.0.2",
"react-leaflet-markercluster": "^3.0.0-rc1"
},
"peerDependencies": {
Expand Down
12 changes: 6 additions & 6 deletions src/frontend/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1930,7 +1930,7 @@
dependencies:
"@types/node" "*"

"@react-leaflet/core@^1.0.2", "@react-leaflet/core@^1.1.0", "@react-leaflet/core@^1.1.1":
"@react-leaflet/core@^1.0.2", "@react-leaflet/core@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@react-leaflet/core/-/core-1.1.1.tgz#827fd05bb542cf874116176d8ef48d5b12163f81"
integrity sha512-7PGLWa9MZ5x/cWy8EH2VzI4T8q5WpuHbixzCDXqixP/WyqwIrg5NDUPgYuFnB4IEIZF+6nA265mYzswFo/h1Pw==
Expand Down Expand Up @@ -5723,12 +5723,12 @@ react-leaflet-markercluster@^3.0.0-rc1:
leaflet.markercluster "^1.4.1"
react-leaflet "^3.0.0"

react-leaflet@3.2.1:
version "3.2.1"
resolved "https://registry.yarnpkg.com/react-leaflet/-/react-leaflet-3.2.1.tgz#5f04588b96f62b9476cbeb4ea39c698b5db78e1c"
integrity sha512-3iS1fpOO+uaRpbuq68Euw9kgaoM9oIGBiDfeFtVb/C9PWBQvXdrv1n946Z8GrbQEhrT+hM9ND6NLLF9fGxTGRw==
react-leaflet@3.0.2:
version "3.0.2"
resolved "https://registry.yarnpkg.com/react-leaflet/-/react-leaflet-3.0.2.tgz#4133a0550efe7e24be272b9e24e72fa98b51b751"
integrity sha512-7JxMV9HOo94jFwn1z+gcHVcYWeMxD994YsLxX3yyWebGOsLxpYfiQgNI7RPZWcAtcBK8XYSRB6WUj8NNb9hgbw==
dependencies:
"@react-leaflet/core" "^1.1.0"
"@react-leaflet/core" "^1.0.2"

react-leaflet@^3.0.0:
version "3.2.2"
Expand Down

0 comments on commit 384822b

Please sign in to comment.