aboutsummaryrefslogtreecommitdiff
path: root/modern/package.json
diff options
context:
space:
mode:
authorAnton Tananaev <anton@traccar.org>2023-11-19 15:19:24 -0800
committerAnton Tananaev <anton@traccar.org>2023-11-19 15:19:50 -0800
commit7292cd8702ca3c19702a562b052d277089d8ddf5 (patch)
treec2aa39b71d510aa3b459f4a59d22d57644d981ab /modern/package.json
parent47eb8c41d0c47dc37df58e8a343a3c393d803847 (diff)
downloadtrackermap-web-7292cd8702ca3c19702a562b052d277089d8ddf5.tar.gz
trackermap-web-7292cd8702ca3c19702a562b052d277089d8ddf5.tar.bz2
trackermap-web-7292cd8702ca3c19702a562b052d277089d8ddf5.zip
Update js dependencies
Diffstat (limited to 'modern/package.json')
-rw-r--r--modern/package.json42
1 files changed, 21 insertions, 21 deletions
diff --git a/modern/package.json b/modern/package.json
index ce17f09d..70b61c96 100644
--- a/modern/package.json
+++ b/modern/package.json
@@ -6,35 +6,35 @@
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@fontsource/roboto": "^5.0.8",
- "@mapbox/mapbox-gl-draw": "^1.4.2",
+ "@mapbox/mapbox-gl-draw": "^1.4.3",
"@maplibre/maplibre-gl-geocoder": "^1.5.0",
- "@mui/icons-material": "^5.14.3",
- "@mui/lab": "^5.0.0-alpha.132",
- "@mui/material": "^5.14.5",
- "@mui/styles": "^5.14.5",
- "@reduxjs/toolkit": "^1.9.5",
+ "@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",
"@tmcw/togeojson": "^5.8.1",
"@turf/circle": "^6.5.0",
"@turf/turf": "^6.5.0",
- "@vitejs/plugin-react": "^4.0.4",
- "dayjs": "^1.11.9",
+ "@vitejs/plugin-react": "^4.2.0",
+ "dayjs": "^1.11.10",
"events": "^3.3.0",
"mapbox-gl": "^1.13.3",
- "maplibre-gl": "^3.3.0",
+ "maplibre-gl": "^3.6.1",
"react": "^18.2.0",
"react-country-flag": "3.1.0",
"react-dom": "^18.2.0",
- "react-draggable": "^4.4.5",
- "react-mui-dropzone": "^4.0.6",
- "react-redux": "^8.1.2",
- "react-router-dom": "^6.15.0",
+ "react-draggable": "^4.4.6",
+ "react-mui-dropzone": "^4.0.7",
+ "react-redux": "^8.1.3",
+ "react-router-dom": "^6.19.0",
"react-virtualized-auto-sizer": "^1.0.20",
"react-window": "^1.8.9",
- "recharts": "^2.7.3",
+ "recharts": "^2.10.1",
"redux": "^4.2.1",
- "vite": "^4.4.9",
- "vite-plugin-pwa": "^0.16.4",
- "vite-plugin-svgr": "^3.2.0",
+ "vite": "^5.0.0",
+ "vite-plugin-pwa": "^0.17.0",
+ "vite-plugin-svgr": "^4.2.0",
"wellknown": "^0.5.0"
},
"scripts": {
@@ -56,11 +56,11 @@
]
},
"devDependencies": {
- "@vite-pwa/assets-generator": "^0.0.8",
- "eslint": "^8.47.0",
+ "@vite-pwa/assets-generator": "^0.0.11",
+ "eslint": "^8.54.0",
"eslint-config-airbnb": "^19.0.4",
- "eslint-plugin-import": "^2.28.1",
- "eslint-plugin-jsx-a11y": "^6.7.1",
+ "eslint-plugin-import": "^2.29.0",
+ "eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0"
}