1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-08-09 07:25:24 +02:00

Update dependencies

This commit is contained in:
Maksim Eltyshev 2019-11-18 11:59:37 +05:00
parent 390d96cc19
commit ccb5aaf1e7
5 changed files with 109 additions and 99 deletions

View file

@ -33,8 +33,8 @@
},
"dependencies": {
"classnames": "^2.2.6",
"connected-react-router": "^6.5.2",
"date-fns": "^2.6.0",
"connected-react-router": "^6.6.0",
"date-fns": "^2.7.0",
"dequal": "^1.0.0",
"history": "^4.10.1",
"i18next": "^19.0.0",
@ -42,21 +42,21 @@
"initials": "^3.0.1",
"lodash": "^4.17.15",
"prop-types": "^15.7.2",
"react": "^16.11.0",
"react-beautiful-dnd": "^12.0.0",
"react-datepicker": "^2.9.6",
"react-dom": "^16.11.0",
"react-i18next": "^11.0.1",
"react": "^16.12.0",
"react-beautiful-dnd": "^12.1.1",
"react-datepicker": "^2.10.0",
"react-dom": "^16.12.0",
"react-i18next": "^11.2.1",
"react-input-mask": "^2.0.4",
"react-markdown": "^4.2.2",
"react-redux": "^7.1.1",
"react-redux": "^7.1.3",
"react-router-dom": "^5.1.2",
"react-scripts": "3.2.0",
"react-textarea-autosize": "^7.1.2",
"redux": "^4.0.4",
"redux-logger": "^3.0.6",
"redux-orm": "^0.15.1",
"redux-saga": "^1.1.1",
"redux-saga": "^1.1.3",
"reselect": "^4.0.0",
"sails.io.js": "^1.2.1",
"semantic-ui-react": "^0.88.1",
@ -71,7 +71,7 @@
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.16.0",
"eslint-plugin-react-hooks": "^1.7.0",
"prettier-eslint": "^9.0.0",
"prettier-eslint": "^9.0.1",
"prettier-eslint-cli": "^5.0.0"
}
}