Update readme, update dependencies

This commit is contained in:
Maksim Eltyshev
2020-10-20 16:10:25 +05:00
parent 4fb6b5f156
commit 76f9748e57
9 changed files with 849 additions and 830 deletions

View File

@@ -61,20 +61,20 @@
"date-fns": "^2.16.1",
"dequal": "^2.0.2",
"history": "^4.10.1",
"i18next": "^19.7.0",
"i18next": "^19.8.2",
"i18next-browser-languagedetector": "^6.0.1",
"initials": "^3.1.1",
"lodash": "^4.17.20",
"node-sass": "^4.14.1",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react": "^16.14.0",
"react-beautiful-dnd": "^13.0.0",
"react-datepicker": "^3.2.2",
"react-dom": "^16.13.1",
"react-datepicker": "^3.3.0",
"react-dom": "^16.14.0",
"react-dropzone": "^11.2.0",
"react-i18next": "^11.7.3",
"react-input-mask": "^2.0.4",
"react-markdown": "^4.3.1",
"react-markdown": "^5.0.0",
"react-redux": "^7.2.1",
"react-router-dom": "^5.2.0",
"react-scripts": "3.4.3",
@@ -85,8 +85,8 @@
"redux-saga": "^1.1.3",
"reselect": "^4.0.0",
"sails.io.js": "^1.2.1",
"semantic-ui-react": "^1.3.0",
"socket.io-client": "^2.3.0",
"semantic-ui-react": "^2.0.0",
"socket.io-client": "^2.3.1",
"validator": "^13.1.17",
"whatwg-fetch": "^3.4.1"
},
@@ -96,14 +96,14 @@
"enzyme-adapter-react-16": "^1.15.5",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-config-prettier": "^6.12.0",
"eslint-plugin-import": "^2.22.0",
"eslint-config-prettier": "^6.13.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.21.2",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4.1.2",
"jest-enzyme": "^7.1.2",
"prettier": "2.1.2",
"react-test-renderer": "^16.13.1"
"react-test-renderer": "^16.14.0"
}
}