1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-08-03 12:35:26 +02:00

Update dependencies

This commit is contained in:
Maksim Eltyshev 2020-01-14 13:10:34 +05:00
parent 6ff86db58c
commit 1f43d4f214
4 changed files with 411 additions and 80 deletions

View file

@ -34,28 +34,28 @@
"dependencies": {
"classnames": "^2.2.6",
"connected-react-router": "^6.6.1",
"date-fns": "^2.8.1",
"date-fns": "^2.9.0",
"dequal": "^1.0.0",
"history": "^4.10.1",
"i18next": "^19.0.2",
"i18next": "^19.0.3",
"i18next-browser-languagedetector": "^4.0.1",
"initials": "^3.0.1",
"lodash": "^4.17.15",
"prop-types": "^15.7.2",
"react": "^16.12.0",
"react-beautiful-dnd": "^12.2.0",
"react-datepicker": "^2.10.1",
"react-datepicker": "^2.11.0",
"react-dom": "^16.12.0",
"react-i18next": "^11.2.7",
"react-i18next": "^11.3.0",
"react-input-mask": "^2.0.4",
"react-markdown": "^4.2.2",
"react-markdown": "^4.3.1",
"react-redux": "^7.1.3",
"react-router-dom": "^5.1.2",
"react-scripts": "3.3.0",
"react-textarea-autosize": "^7.1.2",
"redux": "^4.0.5",
"redux-logger": "^3.0.6",
"redux-orm": "^0.15.1",
"redux-orm": "^0.16.1",
"redux-saga": "^1.1.3",
"reselect": "^4.0.0",
"sails.io.js": "^1.2.1",
@ -67,7 +67,7 @@
"devDependencies": {
"eslint": "^5.16.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-plugin-import": "^2.19.1",
"eslint-plugin-import": "^2.20.0",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.17.0",
"eslint-plugin-react-hooks": "^1.7.0",