aboutsummaryrefslogtreecommitdiff
path: root/modern/package.json
diff options
context:
space:
mode:
authorAnton Tananaev <anton@traccar.org>2023-02-04 15:15:35 -0800
committerAnton Tananaev <anton@traccar.org>2023-02-04 15:15:35 -0800
commit208251f1c7bef92fb9d52cc40acc3176387a6680 (patch)
tree6f707d2e59111f6c3545303098e7b9c7d40ad45a /modern/package.json
parent80815532407d2f92a387ce0c40c87bb81aecad51 (diff)
downloadtrackermap-web-208251f1c7bef92fb9d52cc40acc3176387a6680.tar.gz
trackermap-web-208251f1c7bef92fb9d52cc40acc3176387a6680.tar.bz2
trackermap-web-208251f1c7bef92fb9d52cc40acc3176387a6680.zip
Update web dependencies
Diffstat (limited to 'modern/package.json')
-rw-r--r--modern/package.json28
1 files changed, 14 insertions, 14 deletions
diff --git a/modern/package.json b/modern/package.json
index db25538c..a79c5cba 100644
--- a/modern/package.json
+++ b/modern/package.json
@@ -5,17 +5,17 @@
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
- "@mapbox/mapbox-gl-draw": "^1.3.0",
+ "@mapbox/mapbox-gl-draw": "^1.4.0",
"@maplibre/maplibre-gl-geocoder": "^1.5.0",
- "@mui/icons-material": "^5.10.15",
- "@mui/lab": "^5.0.0-alpha.109",
- "@mui/material": "^5.10.15",
- "@mui/styles": "^5.10.15",
- "@reduxjs/toolkit": "^1.9.0",
- "@tmcw/togeojson": "^5.5.0",
+ "@mui/icons-material": "^5.11.0",
+ "@mui/lab": "^5.0.0-alpha.118",
+ "@mui/material": "^5.11.7",
+ "@mui/styles": "^5.11.7",
+ "@reduxjs/toolkit": "^1.9.2",
+ "@tmcw/togeojson": "^5.6.0",
"@turf/circle": "^6.5.0",
"@turf/turf": "^6.5.0",
- "mapbox-gl": "^1.13.2",
+ "mapbox-gl": "^1.13.3",
"maplibre-gl": "^2.4.0",
"moment": "^2.29.4",
"react": "^18.2.0",
@@ -23,12 +23,12 @@
"react-draggable": "^4.4.5",
"react-mui-dropzone": "^4.0.6",
"react-redux": "^8.0.5",
- "react-router-dom": "^6.4.3",
+ "react-router-dom": "^6.8.0",
"react-scripts": "^5.0.1",
"react-virtualized-auto-sizer": "^1.0.7",
"react-window": "^1.8.8",
- "recharts": "^2.1.16",
- "redux": "^4.2.0",
+ "recharts": "^2.3.2",
+ "redux": "^4.2.1",
"typeface-roboto": "1.1.13",
"wellknown": "^0.5.0",
"workbox-background-sync": "^6.5.4",
@@ -62,10 +62,10 @@
]
},
"devDependencies": {
- "eslint": "^8.28.0",
+ "eslint": "^8.33.0",
"eslint-config-airbnb": "^19.0.4",
- "eslint-plugin-import": "^2.26.0",
- "eslint-plugin-react": "^7.31.11",
+ "eslint-plugin-import": "^2.27.5",
+ "eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0"
}
}