diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2020-09-21 22:17:24 -0700 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2020-09-21 22:17:24 -0700 |
commit | 59d6a589b0fad3d3b448eb65c9288d861d01c11f (patch) | |
tree | 5b1a557d96e1dd72bfe24ab40d3c8eb011f19b4d /modern | |
parent | c036e13c6fcf94b1269abeb1300740c1193ab71b (diff) | |
download | etbsa-traccar-web-59d6a589b0fad3d3b448eb65c9288d861d01c11f.tar.gz etbsa-traccar-web-59d6a589b0fad3d3b448eb65c9288d861d01c11f.tar.bz2 etbsa-traccar-web-59d6a589b0fad3d3b448eb65c9288d861d01c11f.zip |
Update libraries
Diffstat (limited to 'modern')
-rw-r--r-- | modern/package.json | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/modern/package.json b/modern/package.json index 4d4765c..e14c074 100644 --- a/modern/package.json +++ b/modern/package.json @@ -4,19 +4,19 @@ "private": true, "dependencies": { "@craco/craco": "^5.6.4", - "@material-ui/core": "^4.9.7", + "@material-ui/core": "^4.11.0", "@material-ui/icons": "^4.9.1", - "@reduxjs/toolkit": "^1.2.5", - "mapbox-gl": "^1.8.1", - "moment": "^2.27.0", - "ol": "^6.2.1", - "ol-mapbox-style": "^6.0.1", - "react": "^16.13.0", + "@reduxjs/toolkit": "^1.4.0", + "mapbox-gl": "^1.12.0", + "moment": "^2.28.0", + "ol": "^6.4.3", + "ol-mapbox-style": "^6.1.4", + "react": "^16.13.1", "react-container-dimensions": "^1.4.1", - "react-dom": "^16.13.0", - "react-redux": "^7.2.0", - "react-router-dom": "^5.1.2", - "react-scripts": "^3.4.0", + "react-dom": "^16.13.1", + "react-redux": "^7.2.1", + "react-router-dom": "^5.2.0", + "react-scripts": "^3.4.3", "redux": "^4.0.5", "typeface-roboto": "0.0.75" }, |