diff options
author | Anton Tananaev <anton@traccar.org> | 2022-10-02 11:32:00 -0700 |
---|---|---|
committer | Anton Tananaev <anton@traccar.org> | 2022-10-02 11:32:00 -0700 |
commit | 0ad4c134b108f4f1496b792b28c4b19df03695d8 (patch) | |
tree | 6f76b89d948d1f815725a7754f295ddee197e680 /modern/package.json | |
parent | 174dccfe780b4a5916588b3ae13b66633f812b5c (diff) | |
download | trackermap-web-0ad4c134b108f4f1496b792b28c4b19df03695d8.tar.gz trackermap-web-0ad4c134b108f4f1496b792b28c4b19df03695d8.tar.bz2 trackermap-web-0ad4c134b108f4f1496b792b28c4b19df03695d8.zip |
Update JS dependencies
Diffstat (limited to 'modern/package.json')
-rw-r--r-- | modern/package.json | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/modern/package.json b/modern/package.json index ff06f096..01fdf4fc 100644 --- a/modern/package.json +++ b/modern/package.json @@ -3,31 +3,31 @@ "version": "5.3.0", "private": true, "dependencies": { - "@emotion/react": "^11.9.3", - "@emotion/styled": "^11.9.3", + "@emotion/react": "^11.10.4", + "@emotion/styled": "^11.10.4", "@mapbox/mapbox-gl-draw": "^1.3.0", - "@maplibre/maplibre-gl-geocoder": "^1.4.0", - "@mui/icons-material": "^5.8.4", - "@mui/lab": "^5.0.0-alpha.92", - "@mui/material": "^5.9.2", - "@mui/styles": "^5.9.2", - "@reduxjs/toolkit": "^1.8.3", - "@tmcw/togeojson": "^5.2.1", + "@maplibre/maplibre-gl-geocoder": "^1.5.0", + "@mui/icons-material": "^5.10.6", + "@mui/lab": "^5.0.0-alpha.101", + "@mui/material": "^5.10.7", + "@mui/styles": "^5.10.7", + "@reduxjs/toolkit": "^1.8.5", + "@tmcw/togeojson": "^5.2.2", "@turf/circle": "^6.5.0", "@turf/turf": "^6.5.0", "mapbox-gl": "^1.13.2", - "maplibre-gl": "^2.1.9", + "maplibre-gl": "^2.4.0", "moment": "^2.29.4", "react": "^18.2.0", "react-dom": "^18.2.0", "react-draggable": "^4.4.5", "react-mui-dropzone": "^4.0.6", - "react-redux": "^8.0.2", - "react-router-dom": "^6.3.0", + "react-redux": "^8.0.4", + "react-router-dom": "^6.4.1", "react-scripts": "^5.0.1", - "react-virtualized-auto-sizer": "^1.0.6", + "react-virtualized-auto-sizer": "^1.0.7", "react-window": "^1.8.7", - "recharts": "^2.1.13", + "recharts": "^2.1.14", "redux": "^4.2.0", "typeface-roboto": "1.1.13", "wellknown": "^0.5.0", |