aboutsummaryrefslogtreecommitdiff
path: root/modern/package.json
diff options
context:
space:
mode:
authorAnton Tananaev <anton.tananaev@gmail.com>2020-03-18 21:28:43 -0700
committerAnton Tananaev <anton.tananaev@gmail.com>2020-03-18 21:28:43 -0700
commit055e5314ea9006db79f15b17cbe8e7c160d90b39 (patch)
tree41191c6992cc6b6bbe29c73823ef8ff6b096ba1d /modern/package.json
parent334830434fc03d8ab193452eeb5b35cb6024c447 (diff)
downloadetbsa-traccar-web-055e5314ea9006db79f15b17cbe8e7c160d90b39.tar.gz
etbsa-traccar-web-055e5314ea9006db79f15b17cbe8e7c160d90b39.tar.bz2
etbsa-traccar-web-055e5314ea9006db79f15b17cbe8e7c160d90b39.zip
Update dependencies
Diffstat (limited to 'modern/package.json')
-rw-r--r--modern/package.json22
1 files changed, 11 insertions, 11 deletions
diff --git a/modern/package.json b/modern/package.json
index 9d5ccf6..a19f528 100644
--- a/modern/package.json
+++ b/modern/package.json
@@ -3,22 +3,22 @@
"version": "0.1.0",
"private": true,
"dependencies": {
- "@material-ui/core": "^3.0.1",
- "@material-ui/icons": "^3.0.1",
- "leaflet": "^1.5.1",
- "react": "^16.8.6",
+ "@material-ui/core": "^4.9.7",
+ "@material-ui/icons": "^4.9.1",
+ "leaflet": "^1.6.0",
+ "react": "^16.13.0",
"react-container-dimensions": "^1.4.1",
- "react-dom": "^16.8.6",
- "react-leaflet": "^2.3.0",
- "react-redux": "^7.0.3",
- "react-router-dom": "^5.0.0",
- "react-scripts": "^3.0.1",
- "redux": "^4.0.0"
+ "react-dom": "^16.13.0",
+ "react-leaflet": "^2.6.3",
+ "react-redux": "^7.2.0",
+ "react-router-dom": "^5.1.2",
+ "react-scripts": "^3.4.0",
+ "redux": "^4.0.5"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
- "test": "react-scripts test --env=jsdom",
+ "test": "react-scripts test",
"eject": "react-scripts eject"
},
"proxy": "http://localhost:8082",