1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-08-03 04:25:27 +02:00

Update dependencies

This commit is contained in:
Maksim Eltyshev 2019-12-11 04:23:33 +05:00
parent ccb5aaf1e7
commit 2dbe98a1e5
4 changed files with 2191 additions and 1965 deletions

3263
client/package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -33,25 +33,25 @@
},
"dependencies": {
"classnames": "^2.2.6",
"connected-react-router": "^6.6.0",
"date-fns": "^2.7.0",
"connected-react-router": "^6.6.1",
"date-fns": "^2.8.1",
"dequal": "^1.0.0",
"history": "^4.10.1",
"i18next": "^19.0.0",
"i18next": "^19.0.1",
"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.1.1",
"react-datepicker": "^2.10.0",
"react-beautiful-dnd": "^12.2.0",
"react-datepicker": "^2.10.1",
"react-dom": "^16.12.0",
"react-i18next": "^11.2.1",
"react-i18next": "^11.2.5",
"react-input-mask": "^2.0.4",
"react-markdown": "^4.2.2",
"react-redux": "^7.1.3",
"react-router-dom": "^5.1.2",
"react-scripts": "3.2.0",
"react-scripts": "3.3.0",
"react-textarea-autosize": "^7.1.2",
"redux": "^4.0.4",
"redux-logger": "^3.0.6",
@ -59,17 +59,17 @@
"redux-saga": "^1.1.3",
"reselect": "^4.0.0",
"sails.io.js": "^1.2.1",
"semantic-ui-react": "^0.88.1",
"semantic-ui-react": "^0.88.2",
"socket.io-client": "^2.3.0",
"validator": "^12.0.0",
"validator": "^12.1.0",
"whatwg-fetch": "^3.0.0"
},
"devDependencies": {
"eslint": "^5.16.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-import": "^2.19.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.16.0",
"eslint-plugin-react": "^7.17.0",
"eslint-plugin-react-hooks": "^1.7.0",
"prettier-eslint": "^9.0.1",
"prettier-eslint-cli": "^5.0.0"