diff --git a/.gitignore b/.gitignore index b282ff0..9f12b39 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ build build/* node_modules node_modules/* +.project diff --git a/package.json b/package.json index fd21879..e7a70b9 100644 --- a/package.json +++ b/package.json @@ -1,28 +1,28 @@ { "name": "libra-web", - "version": "1.0.0", + "version": "1.1.0", "private": true, "dependencies": { - "axios": "^0.18.0", - "babel-polyfill": "^6.26.0", - "bootstrap-css-only": "^4.3.1", - "history": "^4.9.0", + "axios": "0.19.0", + "babel-polyfill": "6.26.0", + "bootstrap-css-only": "4.3.1", + "history": "4.10.1", "kpmp-custom-react-scripts": "1.1.2", - "moment": "^2.24.0", - "prop-types": "^15.7.2", - "react": "^16.8.6", - "react-dom": "^16.8.6", - "react-ga": "^2.5.7", - "react-redux": "^5.1.1", - "react-router-dom": "^5.0.0", - "react-table": "^6.10.0", - "reactstrap": "^7.1.0", - "redux": "^4.0.1", - "redux-thunk": "^2.3.0" + "moment": "2.24.0", + "prop-types": "15.7.2", + "react": "16.9.0", + "react-dom": "16.9.0", + "react-ga": "2.6.0", + "react-redux": "7.1.1", + "react-router-dom": "5.0.1", + "react-table": "6.10.3", + "reactstrap": "8.0.1", + "redux": "4.0.4", + "redux-thunk": "2.3.0" }, "devDependencies": { - "node-sass-chokidar": "^1.3.4", - "npm-run-all": "^4.1.5" + "node-sass-chokidar": "1.3.5", + "npm-run-all": "4.1.5" }, "scripts": { "start-js": "react-scripts start", diff --git a/public/index.html b/public/index.html index f642311..c099d65 100644 --- a/public/index.html +++ b/public/index.html @@ -12,7 +12,7 @@ manifest.json provides metadata used when your web app is added to the homescreen on Android. See https://developers.google.com/web/fundamentals/web-app-manifest/ --> - +