diff options
Diffstat (limited to 'modern/package.json')
-rw-r--r-- | modern/package.json | 52 |
1 files changed, 26 insertions, 26 deletions
diff --git a/modern/package.json b/modern/package.json index ba85defc..7a13d435 100644 --- a/modern/package.json +++ b/modern/package.json @@ -3,46 +3,46 @@ "version": "5.7.0", "private": true, "dependencies": { - "@emotion/react": "^11.10.6", - "@emotion/styled": "^11.10.6", - "@fontsource/roboto": "^4.5.8", + "@emotion/react": "^11.11.0", + "@emotion/styled": "^11.11.0", + "@fontsource/roboto": "^5.0.2", "@mapbox/mapbox-gl-draw": "^1.4.1", "@maplibre/maplibre-gl-geocoder": "^1.5.0", "@mui/icons-material": "^5.11.16", - "@mui/lab": "^5.0.0-alpha.126", - "@mui/material": "^5.12.0", - "@mui/styles": "^5.12.0", - "@reduxjs/toolkit": "^1.9.3", - "@tmcw/togeojson": "^5.6.0", + "@mui/lab": "^5.0.0-alpha.132", + "@mui/material": "^5.13.3", + "@mui/styles": "^5.13.2", + "@reduxjs/toolkit": "^1.9.5", + "@tmcw/togeojson": "^5.6.2", "@turf/circle": "^6.5.0", "@turf/turf": "^6.5.0", "mapbox-gl": "^1.13.3", - "maplibre-gl": "^2.4.0", + "maplibre-gl": "^3.0.1", "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.10.0", + "react-router-dom": "^6.11.2", "react-scripts": "^5.0.1", - "react-virtualized-auto-sizer": "^1.0.14", - "react-window": "^1.8.8", - "recharts": "^2.5.0", + "react-virtualized-auto-sizer": "^1.0.19", + "react-window": "^1.8.9", + "recharts": "^2.6.2", "redux": "^4.2.1", "wellknown": "^0.5.0", - "workbox-background-sync": "^6.5.4", - "workbox-broadcast-update": "^6.5.4", - "workbox-cacheable-response": "^6.5.4", - "workbox-core": "^6.5.4", - "workbox-expiration": "^6.5.4", - "workbox-google-analytics": "^6.5.4", - "workbox-navigation-preload": "^6.5.4", - "workbox-precaching": "^6.5.4", - "workbox-range-requests": "^6.5.4", - "workbox-routing": "^6.5.4", - "workbox-strategies": "^6.5.4", - "workbox-streams": "^6.5.4" + "workbox-background-sync": "^6.6.1", + "workbox-broadcast-update": "^6.6.1", + "workbox-cacheable-response": "^6.6.1", + "workbox-core": "^6.6.1", + "workbox-expiration": "^6.6.1", + "workbox-google-analytics": "^6.6.1", + "workbox-navigation-preload": "^6.6.1", + "workbox-precaching": "^6.6.1", + "workbox-range-requests": "^6.6.1", + "workbox-routing": "^6.6.1", + "workbox-strategies": "^6.6.1", + "workbox-streams": "^6.6.1" }, "scripts": { "start": "react-scripts start", @@ -62,7 +62,7 @@ ] }, "devDependencies": { - "eslint": "^8.38.0", + "eslint": "^8.41.0", "eslint-config-airbnb": "^19.0.4", "eslint-plugin-import": "^2.27.5", "eslint-plugin-react": "^7.32.2", |