aboutsummaryrefslogtreecommitdiff
path: root/modern/package.json
diff options
context:
space:
mode:
authorAnton Tananaev <anton@traccar.org>2022-08-01 17:47:56 -0700
committerAnton Tananaev <anton@traccar.org>2022-08-01 17:47:56 -0700
commita78261fee1483e447c3d162f2961aac7b5df65e8 (patch)
treeb3e7bcde6fff779daf72ee3a204d1f5b3737ff8e /modern/package.json
parenta15dd2a6a947672b576f474ad80a8902f1fb2ac2 (diff)
downloadtrackermap-web-a78261fee1483e447c3d162f2961aac7b5df65e8.tar.gz
trackermap-web-a78261fee1483e447c3d162f2961aac7b5df65e8.tar.bz2
trackermap-web-a78261fee1483e447c3d162f2961aac7b5df65e8.zip
Update dependencies
Diffstat (limited to 'modern/package.json')
-rw-r--r--modern/package.json58
1 files changed, 29 insertions, 29 deletions
diff --git a/modern/package.json b/modern/package.json
index 1b586e3d..5e50d70d 100644
--- a/modern/package.json
+++ b/modern/package.json
@@ -3,45 +3,45 @@
"version": "5.2.0",
"private": true,
"dependencies": {
- "@emotion/react": "^11.9.0",
- "@emotion/styled": "^11.8.1",
+ "@emotion/react": "^11.9.3",
+ "@emotion/styled": "^11.9.3",
"@mapbox/mapbox-gl-draw": "^1.3.0",
- "@maplibre/maplibre-gl-geocoder": "^1.3.1",
- "@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",
+ "@maplibre/maplibre-gl-geocoder": "^1.4.0",
+ "@mui/icons-material": "^5.8.4",
+ "@mui/lab": "^5.0.0-alpha.92",
+ "@mui/material": "^5.9.2",
+ "@mui/styles": "^5.9.2",
+ "@reduxjs/toolkit": "^1.8.3",
+ "@tmcw/togeojson": "^5.2.1",
"@turf/circle": "^6.5.0",
"@turf/turf": "^6.5.0",
"mapbox-gl": "^1.13.2",
"maplibre-gl": "^2.1.9",
"moment": "^2.29.4",
- "react": "^17.0.2",
- "react-dom": "^17.0.2",
+ "react": "^18.2.0",
+ "react-dom": "^18.2.0",
"react-mui-dropzone": "^4.0.6",
"react-redux": "^8.0.2",
"react-router-dom": "^6.3.0",
"react-scripts": "^5.0.1",
- "react-virtualized-auto-sizer": "^1.0.5",
- "react-window": "^1.8.6",
- "recharts": "^2.1.10",
+ "react-virtualized-auto-sizer": "^1.0.6",
+ "react-window": "^1.8.7",
+ "recharts": "^2.1.13",
"redux": "^4.2.0",
"typeface-roboto": "1.1.13",
"wellknown": "^0.5.0",
- "workbox-background-sync": "^6.5.3",
- "workbox-broadcast-update": "^6.5.3",
- "workbox-cacheable-response": "^6.5.3",
- "workbox-core": "^6.5.3",
- "workbox-expiration": "^6.5.3",
- "workbox-google-analytics": "^6.5.3",
- "workbox-navigation-preload": "^6.5.3",
- "workbox-precaching": "^6.5.3",
- "workbox-range-requests": "^6.5.3",
- "workbox-routing": "^6.5.3",
- "workbox-strategies": "^6.5.3",
- "workbox-streams": "^6.5.3"
+ "workbox-background-sync": "^6.5.4",
+ "workbox-broadcast-update": "^6.5.4",
+ "workbox-cacheable-response": "^6.5.4",
+ "workbox-core": "^6.5.4",
+ "workbox-expiration": "^6.5.4",
+ "workbox-google-analytics": "^6.5.4",
+ "workbox-navigation-preload": "^6.5.4",
+ "workbox-precaching": "^6.5.4",
+ "workbox-range-requests": "^6.5.4",
+ "workbox-routing": "^6.5.4",
+ "workbox-strategies": "^6.5.4",
+ "workbox-streams": "^6.5.4"
},
"scripts": {
"start": "react-scripts start",
@@ -61,10 +61,10 @@
]
},
"devDependencies": {
- "eslint": "^8.16.0",
+ "eslint": "^8.20.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"
+ "eslint-plugin-react": "^7.30.1",
+ "eslint-plugin-react-hooks": "^4.6.0"
}
}