aboutsummaryrefslogtreecommitdiff
path: root/modern/package.json
diff options
context:
space:
mode:
authorAnton Tananaev <anton@traccar.org>2023-04-16 08:01:37 -0700
committerAnton Tananaev <anton@traccar.org>2023-04-16 08:01:37 -0700
commitfd7822844431874e07a199a0520c6057dbf415d6 (patch)
tree3cf0b318897e2f167121ffb8000662d7b8842cfc /modern/package.json
parent655a54340000beb26905497379e9c95abfe6299b (diff)
downloadtrackermap-web-fd7822844431874e07a199a0520c6057dbf415d6.tar.gz
trackermap-web-fd7822844431874e07a199a0520c6057dbf415d6.tar.bz2
trackermap-web-fd7822844431874e07a199a0520c6057dbf415d6.zip
Update JS dependencies
Diffstat (limited to 'modern/package.json')
-rw-r--r--modern/package.json24
1 files changed, 12 insertions, 12 deletions
diff --git a/modern/package.json b/modern/package.json
index cd379856..7699919f 100644
--- a/modern/package.json
+++ b/modern/package.json
@@ -3,15 +3,15 @@
"version": "5.6.0",
"private": true,
"dependencies": {
- "@emotion/react": "^11.10.5",
- "@emotion/styled": "^11.10.5",
- "@mapbox/mapbox-gl-draw": "^1.4.0",
+ "@emotion/react": "^11.10.6",
+ "@emotion/styled": "^11.10.6",
+ "@mapbox/mapbox-gl-draw": "^1.4.1",
"@maplibre/maplibre-gl-geocoder": "^1.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",
+ "@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",
"@turf/circle": "^6.5.0",
"@turf/turf": "^6.5.0",
@@ -23,11 +23,11 @@
"react-draggable": "^4.4.5",
"react-mui-dropzone": "^4.0.6",
"react-redux": "^8.0.5",
- "react-router-dom": "^6.8.0",
+ "react-router-dom": "^6.10.0",
"react-scripts": "^5.0.1",
- "react-virtualized-auto-sizer": "^1.0.7",
+ "react-virtualized-auto-sizer": "^1.0.14",
"react-window": "^1.8.8",
- "recharts": "^2.3.2",
+ "recharts": "^2.5.0",
"redux": "^4.2.1",
"typeface-roboto": "1.1.13",
"wellknown": "^0.5.0",
@@ -62,7 +62,7 @@
]
},
"devDependencies": {
- "eslint": "^8.33.0",
+ "eslint": "^8.38.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-react": "^7.32.2",