diff options
author | Anton Tananaev <anton@traccar.org> | 2023-08-19 14:15:14 -0700 |
---|---|---|
committer | Anton Tananaev <anton@traccar.org> | 2023-08-19 14:15:14 -0700 |
commit | 749f1824acfd7fbeef2c0c958ffc0e5ce0a7344f (patch) | |
tree | be849507887dac8b298ed59b745f39a9952bc1d4 /modern/package.json | |
parent | 296db114132a395b0743732f04bd6ddf6b4edf0f (diff) | |
download | trackermap-web-749f1824acfd7fbeef2c0c958ffc0e5ce0a7344f.tar.gz trackermap-web-749f1824acfd7fbeef2c0c958ffc0e5ce0a7344f.tar.bz2 trackermap-web-749f1824acfd7fbeef2c0c958ffc0e5ce0a7344f.zip |
Update libraries
Diffstat (limited to 'modern/package.json')
-rw-r--r-- | modern/package.json | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/modern/package.json b/modern/package.json index 6c58619d..f1392573 100644 --- a/modern/package.json +++ b/modern/package.json @@ -3,33 +3,33 @@ "version": "5.8.0", "private": true, "dependencies": { - "@emotion/react": "^11.11.0", + "@emotion/react": "^11.11.1", "@emotion/styled": "^11.11.0", - "@fontsource/roboto": "^5.0.2", - "@mapbox/mapbox-gl-draw": "^1.4.1", + "@fontsource/roboto": "^5.0.8", + "@mapbox/mapbox-gl-draw": "^1.4.2", "@maplibre/maplibre-gl-geocoder": "^1.5.0", - "@mui/icons-material": "^5.11.16", + "@mui/icons-material": "^5.14.3", "@mui/lab": "^5.0.0-alpha.132", - "@mui/material": "^5.13.3", - "@mui/styles": "^5.13.2", + "@mui/material": "^5.14.5", + "@mui/styles": "^5.14.5", "@reduxjs/toolkit": "^1.9.5", - "@tmcw/togeojson": "^5.6.2", + "@tmcw/togeojson": "^5.8.1", "@turf/circle": "^6.5.0", "@turf/turf": "^6.5.0", "@vitejs/plugin-react": "^4.0.4", "events": "^3.3.0", "mapbox-gl": "^1.13.3", - "maplibre-gl": "^3.0.1", + "maplibre-gl": "^3.3.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.5", - "react-router-dom": "^6.11.2", - "react-virtualized-auto-sizer": "^1.0.19", + "react-redux": "^8.1.2", + "react-router-dom": "^6.15.0", + "react-virtualized-auto-sizer": "^1.0.20", "react-window": "^1.8.9", - "recharts": "^2.6.2", + "recharts": "^2.7.3", "redux": "^4.2.1", "vite": "^4.4.9", "vite-plugin-pwa": "^0.16.4", @@ -54,11 +54,11 @@ ] }, "devDependencies": { - "eslint": "^8.41.0", + "eslint": "^8.47.0", "eslint-config-airbnb": "^19.0.4", - "eslint-plugin-import": "^2.27.5", + "eslint-plugin-import": "^2.28.1", "eslint-plugin-jsx-a11y": "^6.7.1", - "eslint-plugin-react": "^7.32.2", + "eslint-plugin-react": "^7.33.2", "eslint-plugin-react-hooks": "^4.6.0" } } |