aboutsummaryrefslogtreecommitdiff
path: root/modern/package.json
diff options
context:
space:
mode:
authorAnton Tananaev <anton@traccar.org>2022-11-27 15:45:31 -0800
committerAnton Tananaev <anton@traccar.org>2022-11-27 15:45:31 -0800
commit882065d51542ccd4d6a96a47abef8d1c3f73aa5e (patch)
treed7953e0e9017e0bbc50c1c7fee563b79a2113381 /modern/package.json
parent1c5e362fadebec50816b6470044c70ada2ebfa79 (diff)
downloadtrackermap-web-882065d51542ccd4d6a96a47abef8d1c3f73aa5e.tar.gz
trackermap-web-882065d51542ccd4d6a96a47abef8d1c3f73aa5e.tar.bz2
trackermap-web-882065d51542ccd4d6a96a47abef8d1c3f73aa5e.zip
Update js libraries
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 fc96b50c..308dbd73 100644
--- a/modern/package.json
+++ b/modern/package.json
@@ -3,16 +3,16 @@
"version": "5.4.0",
"private": true,
"dependencies": {
- "@emotion/react": "^11.10.4",
- "@emotion/styled": "^11.10.4",
+ "@emotion/react": "^11.10.5",
+ "@emotion/styled": "^11.10.5",
"@mapbox/mapbox-gl-draw": "^1.3.0",
"@maplibre/maplibre-gl-geocoder": "^1.5.0",
- "@mui/icons-material": "^5.10.6",
- "@mui/lab": "^5.0.0-alpha.101",
- "@mui/material": "^5.10.7",
- "@mui/styles": "^5.10.7",
- "@reduxjs/toolkit": "^1.8.5",
- "@tmcw/togeojson": "^5.2.2",
+ "@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",
"@turf/circle": "^6.5.0",
"@turf/turf": "^6.5.0",
"mapbox-gl": "^1.13.2",
@@ -22,12 +22,12 @@
"react-dom": "^18.2.0",
"react-draggable": "^4.4.5",
"react-mui-dropzone": "^4.0.6",
- "react-redux": "^8.0.4",
- "react-router-dom": "^6.4.1",
+ "react-redux": "^8.0.5",
+ "react-router-dom": "^6.4.3",
"react-scripts": "^5.0.1",
"react-virtualized-auto-sizer": "^1.0.7",
- "react-window": "^1.8.7",
- "recharts": "^2.1.14",
+ "react-window": "^1.8.8",
+ "recharts": "^2.1.16",
"redux": "^4.2.0",
"typeface-roboto": "1.1.13",
"wellknown": "^0.5.0",
@@ -62,10 +62,10 @@
]
},
"devDependencies": {
- "eslint": "^8.24.0",
+ "eslint": "^8.28.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.26.0",
- "eslint-plugin-react": "^7.31.8",
+ "eslint-plugin-react": "^7.31.11",
"eslint-plugin-react-hooks": "^4.6.0"
}
}