From 055e5314ea9006db79f15b17cbe8e7c160d90b39 Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Wed, 18 Mar 2020 21:28:43 -0700 Subject: Update dependencies --- modern/.env | 1 + modern/package.json | 22 +++++++++++----------- 2 files changed, 12 insertions(+), 11 deletions(-) create mode 100644 modern/.env (limited to 'modern') diff --git a/modern/.env b/modern/.env new file mode 100644 index 0000000..6f809cc --- /dev/null +++ b/modern/.env @@ -0,0 +1 @@ +SKIP_PREFLIGHT_CHECK=true 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", -- cgit v1.2.3