1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-07-18 20:59:44 +02:00

Update dependencies

This commit is contained in:
Maksim Eltyshev 2020-03-25 00:15:47 +05:00
parent 05adea1afd
commit de61d94a98
145 changed files with 963 additions and 1149 deletions

View file

@ -47,25 +47,25 @@
},
"dependencies": {
"classnames": "^2.2.6",
"connected-react-router": "^6.7.0",
"connected-react-router": "^6.8.0",
"date-fns": "^2.11.0",
"dequal": "^1.0.0",
"history": "^4.10.1",
"i18next": "^19.3.2",
"i18next": "^19.3.1",
"i18next-browser-languagedetector": "^4.0.2",
"initials": "^3.0.1",
"lodash": "^4.17.15",
"prop-types": "^15.7.2",
"react": "^16.13.0",
"react": "^16.13.1",
"react-beautiful-dnd": "^13.0.0",
"react-datepicker": "^2.14.0",
"react-dom": "^16.13.0",
"react-i18next": "^11.3.3",
"react-datepicker": "^2.14.1",
"react-dom": "^16.13.1",
"react-i18next": "^11.3.4",
"react-input-mask": "^2.0.4",
"react-markdown": "^4.3.1",
"react-redux": "^7.2.0",
"react-router-dom": "^5.1.2",
"react-scripts": "3.4.0",
"react-scripts": "3.4.1",
"react-textarea-autosize": "^7.1.2",
"redux": "^4.0.5",
"redux-logger": "^3.0.6",
@ -75,18 +75,18 @@
"sails.io.js": "^1.2.1",
"semantic-ui-react": "^0.88.2",
"socket.io-client": "^2.3.0",
"validator": "^12.2.0",
"validator": "^13.0.0",
"whatwg-fetch": "^3.0.0"
},
"devDependencies": {
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.1.0",
"eslint-config-prettier": "^6.10.0",
"eslint-config-prettier": "^6.10.1",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react-hooks": "^2.5.0",
"prettier": "1.19.1"
"eslint-plugin-react-hooks": "^2.5.1",
"prettier": "2.0.2"
}
}