aboutsummaryrefslogtreecommitdiff
path: root/modern
diff options
context:
space:
mode:
Diffstat (limited to 'modern')
-rw-r--r--modern/.env1
-rw-r--r--modern/package.json22
2 files changed, 12 insertions, 11 deletions
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",