diff options
Diffstat (limited to 'modern/package.json')
-rw-r--r-- | modern/package.json | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/modern/package.json b/modern/package.json index f1118e7e..df41082c 100644 --- a/modern/package.json +++ b/modern/package.json @@ -3,37 +3,37 @@ "version": "5.10.0", "private": true, "dependencies": { - "@emotion/react": "^11.11.1", + "@emotion/react": "^11.11.3", "@emotion/styled": "^11.11.0", "@fontsource/roboto": "^5.0.8", "@mapbox/mapbox-gl-draw": "^1.4.3", "@maplibre/maplibre-gl-geocoder": "^1.5.0", - "@mui/icons-material": "^5.14.18", - "@mui/lab": "^5.0.0-alpha.153", - "@mui/material": "^5.14.18", - "@mui/styles": "^5.14.18", - "@reduxjs/toolkit": "^1.9.7", + "@mui/icons-material": "^5.15.4", + "@mui/lab": "^5.0.0-alpha.160", + "@mui/material": "^5.15.4", + "@mui/styles": "^5.15.4", + "@reduxjs/toolkit": "^2.0.1", "@tmcw/togeojson": "^5.8.1", "@turf/circle": "^6.5.0", "@turf/turf": "^6.5.0", - "@vitejs/plugin-react": "^4.2.0", + "@vitejs/plugin-react": "^4.2.1", "dayjs": "^1.11.10", "events": "^3.3.0", "mapbox-gl": "^1.13.3", - "maplibre-gl": "^3.6.1", + "maplibre-gl": "^3.6.2", "react": "^18.2.0", "react-country-flag": "3.1.0", "react-dom": "^18.2.0", "react-draggable": "^4.4.6", "react-mui-dropzone": "^4.0.7", - "react-redux": "^8.1.3", - "react-router-dom": "^6.19.0", + "react-redux": "^9.1.0", + "react-router-dom": "^6.21.2", "react-virtualized-auto-sizer": "^1.0.20", - "react-window": "^1.8.9", - "recharts": "^2.10.1", - "redux": "^4.2.1", - "vite": "^5.0.5", - "vite-plugin-pwa": "^0.17.0", + "react-window": "^1.8.10", + "recharts": "^2.10.4", + "redux": "^5.0.1", + "vite": "^5.0.11", + "vite-plugin-pwa": "^0.17.4", "vite-plugin-svgr": "^4.2.0", "wellknown": "^0.5.0" }, @@ -56,10 +56,10 @@ ] }, "devDependencies": { - "@vite-pwa/assets-generator": "^0.0.11", - "eslint": "^8.54.0", + "@vite-pwa/assets-generator": "^0.2.3", + "eslint": "^8.56.0", "eslint-config-airbnb": "^19.0.4", - "eslint-plugin-import": "^2.29.0", + "eslint-plugin-import": "^2.29.1", "eslint-plugin-jsx-a11y": "^6.8.0", "eslint-plugin-react": "^7.33.2", "eslint-plugin-react-hooks": "^4.6.0" |