diff --git a/react-test-app/README.md b/react-test-app/README.md old mode 100755 new mode 100644 diff --git a/react-test-app/package.json b/react-test-app/package.json index f25c2d5..e743c84 100644 --- a/react-test-app/package.json +++ b/react-test-app/package.json @@ -3,9 +3,9 @@ "version": "0.1.0", "private": true, "dependencies": { - "react": "^16.8.2", - "react-dom": "^16.8.2", - "react-scripts": "2.1.5" + "react": "^16.8.6", + "react-dom": "^16.8.6", + "react-scripts": "3.0.1" }, "scripts": { "start": "react-scripts start", @@ -16,10 +16,16 @@ "eslintConfig": { "extends": "react-app" }, - "browserslist": [ - ">0.2%", - "not dead", - "not ie <= 11", - "not op_mini all" - ] + "browserslist": { + "production": [ + ">0.2%", + "not dead", + "not op_mini all" + ], + "development": [ + "last 1 chrome version", + "last 1 firefox version", + "last 1 safari version" + ] + } } diff --git a/react-test-app/public/favicon.ico b/react-test-app/public/favicon.ico old mode 100755 new mode 100644 diff --git a/react-test-app/public/index.html b/react-test-app/public/index.html old mode 100755 new mode 100644 index 75980d5..dd1ccfd --- a/react-test-app/public/index.html +++ b/react-test-app/public/index.html @@ -3,10 +3,7 @@
- +