diff options
-rw-r--r-- | modern/package.json | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/modern/package.json b/modern/package.json index 3f28ef5f..d74a3425 100644 --- a/modern/package.json +++ b/modern/package.json @@ -8,14 +8,14 @@ "@material-ui/core": "^4.12.4", "@material-ui/icons": "^4.11.3", "@material-ui/lab": "^4.0.0-alpha.58", - "@reduxjs/toolkit": "^1.6.0", + "@reduxjs/toolkit": "^1.8.1", "@tmcw/togeojson": "^4.5.0", "@turf/circle": "^6.5.0", - "@turf/turf": "^6.4.0", - "mapbox-gl": "^1.13.1", - "maplibre-gl": "^1.15.0", + "@turf/turf": "^6.5.0", + "mapbox-gl": "^1.13.2", + "maplibre-gl": "^2.1.9", "material-ui-dropzone": "^3.5.0", - "moment": "^2.29.1", + "moment": "^2.29.3", "react": "^17.0.2", "react-container-dimensions": "^1.4.1", "react-dom": "^17.0.2", @@ -24,8 +24,8 @@ "react-scripts": "^3.4.4", "react-virtualized-auto-sizer": "^1.0.5", "react-window": "^1.8.6", - "recharts": "^2.0.9", - "redux": "^4.1.0", + "recharts": "^2.1.10", + "redux": "^4.2.0", "typeface-roboto": "1.1.13", "wellknown": "^0.5.0" }, |