From de1bbc415c4ad747c7a79c2f450ec42c1354ee6b Mon Sep 17 00:00:00 2001 From: Linards <33150232+HolimaX@users.noreply.github.com> Date: Wed, 28 Aug 2019 11:08:17 +0300 Subject: [PATCH 1/3] Update package.json Updating to latest available versions. Change made by: - ```npm upgrade --force && npm audit fix``` --- package.json | 67 +++++++++++++++++++++++++++------------------------- 1 file changed, 35 insertions(+), 32 deletions(-) diff --git a/package.json b/package.json index 78d9a46..8f919ef 100644 --- a/package.json +++ b/package.json @@ -3,35 +3,38 @@ "version": "0.1.0", "private": true, "dependencies": { - "@fortawesome/fontawesome-svg-core": "^1.2.12", - "@fortawesome/free-solid-svg-icons": "^5.6.3", - "@fortawesome/react-fontawesome": "^0.1.4", - "bootstrap": "^4.2.1", - "jquery": "^3.3.1", - "node-sass": "^4.11.0", - "popper.js": "^1.14.6", - "react": "^16.7.0", - "react-bootstrap4-modal": "^1.7.0", - "react-dom": "^16.7.0", - "react-redux": "^6.0.0", - "react-router-dom": "^4.3.1", - "react-scripts": "2.1.3", - "redux": "^4.0.1", - "redux-thunk": "^2.3.0" - }, - "scripts": { - "start": "react-scripts start", - "build": "react-scripts build", - "test": "react-scripts test", - "eject": "react-scripts eject" - }, - "eslintConfig": { - "extends": "react-app" - }, - "browserslist": [ - ">0.2%", - "not dead", - "not ie <= 11", - "not op_mini all" - ] -} + "@fortawesome/fontawesome-svg-core": "^1.2.12", + "@fortawesome/free-solid-svg-icons": "^5.6.3", + "@fortawesome/react-fontawesome": "^0.1.4", + "bootstrap": "^4.2.1", + "jquery": "^3.3.1", + "node-sass": "^4.11.0", + "popper.js": "^1.14.6", + "react": "^16.7.0", + "react-bootstrap4-modal": "^1.7.0", + "react-dom": "^16.7.0", + "react-redux": "^6.0.0", + "react-router-dom": "^4.3.1", + "react-scripts": "^3.1.1", + "redux": "^4.0.1", + "redux-thunk": "^2.3.0", + "serve": "^11.1.0", + "yarn": "^1.17.3" + }, + "scripts": { + "start": "react-scripts start", + "build": "react-scripts build", + "test": "react-scripts test", + "eject": "react-scripts eject", + "deploy": "./deploy.sh" + }, + "eslintConfig": { + "extends": "react-app" + }, + "browserslist": [ + ">0.2%", + "not dead", + "not ie <= 11", + "not op_mini all" + ] + } From 2b881fd96ff2e5e8cb06f1bd6af8d03c7c6ef06b Mon Sep 17 00:00:00 2001 From: Linards <33150232+HolimaX@users.noreply.github.com> Date: Wed, 28 Aug 2019 11:11:02 +0300 Subject: [PATCH 2/3] Update package.json --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 8f919ef..d7be9cc 100644 --- a/package.json +++ b/package.json @@ -25,8 +25,7 @@ "start": "react-scripts start", "build": "react-scripts build", "test": "react-scripts test", - "eject": "react-scripts eject", - "deploy": "./deploy.sh" + "eject": "react-scripts eject" }, "eslintConfig": { "extends": "react-app" From 47a3dac8703ddeb548cba9f433c08d5d68322ad9 Mon Sep 17 00:00:00 2001 From: Linards <33150232+HolimaX@users.noreply.github.com> Date: Wed, 28 Aug 2019 11:13:11 +0300 Subject: [PATCH 3/3] Create AUTHORS --- AUTHORS | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 AUTHORS diff --git a/AUTHORS b/AUTHORS new file mode 100644 index 0000000..e68dd51 --- /dev/null +++ b/AUTHORS @@ -0,0 +1,2 @@ +Khuong Nguyen @khuongnguyen232 +Linards Liepins @HolimaX