diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2020-03-18 21:28:43 -0700 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2020-03-18 21:28:43 -0700 |
commit | 055e5314ea9006db79f15b17cbe8e7c160d90b39 (patch) | |
tree | 41191c6992cc6b6bbe29c73823ef8ff6b096ba1d | |
parent | 334830434fc03d8ab193452eeb5b35cb6024c447 (diff) | |
download | trackermap-web-055e5314ea9006db79f15b17cbe8e7c160d90b39.tar.gz trackermap-web-055e5314ea9006db79f15b17cbe8e7c160d90b39.tar.bz2 trackermap-web-055e5314ea9006db79f15b17cbe8e7c160d90b39.zip |
Update dependencies
-rw-r--r-- | modern/.env | 1 | ||||
-rw-r--r-- | modern/package.json | 22 |
2 files changed, 12 insertions, 11 deletions
diff --git a/modern/.env b/modern/.env new file mode 100644 index 00000000..6f809cc2 --- /dev/null +++ b/modern/.env @@ -0,0 +1 @@ +SKIP_PREFLIGHT_CHECK=true diff --git a/modern/package.json b/modern/package.json index 9d5ccf62..a19f5286 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", |