aboutsummaryrefslogtreecommitdiff
path: root/modern/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'modern/package.json')
-rw-r--r--modern/package.json38
1 files changed, 20 insertions, 18 deletions
diff --git a/modern/package.json b/modern/package.json
index 771a786b..320d3411 100644
--- a/modern/package.json
+++ b/modern/package.json
@@ -4,28 +4,30 @@
"private": true,
"dependencies": {
"@craco/craco": "^5.9.0",
+ "@emotion/react": "^11.9.0",
+ "@emotion/styled": "^11.8.1",
"@mapbox/mapbox-gl-draw": "^1.3.0",
- "@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",
+ "@mui/icons-material": "^5.8.0",
+ "@mui/lab": "^5.0.0-alpha.82",
+ "@mui/material": "^5.8.0",
+ "@mui/styles": "^5.8.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",
- "react-redux": "^7.2.4",
- "react-router-dom": "^5.2.0",
+ "react-redux": "^8.0.2",
+ "react-router-dom": "^6.3.0",
"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"
},
@@ -50,10 +52,10 @@
]
},
"devDependencies": {
- "eslint": "^7.30.0",
- "eslint-config-airbnb": "^18.2.1",
- "eslint-plugin-import": "^2.23.4",
- "eslint-plugin-react": "^7.24.0",
- "eslint-plugin-react-hooks": "^1.7.0"
+ "eslint": "^8.16.0",
+ "eslint-config-airbnb": "^19.0.4",
+ "eslint-plugin-import": "^2.26.0",
+ "eslint-plugin-react": "^7.30.0",
+ "eslint-plugin-react-hooks": "^4.5.0"
}
}