From b622a816909c2b326f5abd0c38c219067d9aff30 Mon Sep 17 00:00:00 2001 From: Matti Riekkinen Date: Tue, 10 Aug 2021 15:30:23 +0300 Subject: [PATCH] Fix issue with react-leaflet A compatibility issue in react-leaflet prevents a project created with CRA from compiling. Applied the fix described in https://github.com/facebook/create-react-app/issues/9468#issuecomment-694191642 Also, please see https://github.com/PaulLeCam/react-leaflet/issues/883 --- map-client/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/map-client/package.json b/map-client/package.json index ac216f2..fa72881 100644 --- a/map-client/package.json +++ b/map-client/package.json @@ -38,9 +38,9 @@ "not op_mini all" ], "development": [ - "last 1 chrome version", - "last 1 firefox version", - "last 1 safari version" + ">0.2%", + "not dead", + "not op_mini all" ] }, "devDependencies": {