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-09-28 04:40:10 +05:00
parent fac5254ae8
commit be9ab670f4
8 changed files with 369 additions and 324 deletions

View file

@ -58,7 +58,7 @@
"dependencies": {
"classnames": "^2.2.6",
"connected-react-router": "^6.8.0",
"date-fns": "^2.15.0",
"date-fns": "^2.16.1",
"dequal": "^2.0.2",
"history": "^4.10.1",
"i18next": "^19.7.0",
@ -69,10 +69,10 @@
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-beautiful-dnd": "^13.0.0",
"react-datepicker": "^3.1.3",
"react-datepicker": "^3.2.2",
"react-dom": "^16.13.1",
"react-dropzone": "^11.0.3",
"react-i18next": "^11.7.0",
"react-dropzone": "^11.2.0",
"react-i18next": "^11.7.3",
"react-input-mask": "^2.0.4",
"react-markdown": "^4.3.1",
"react-redux": "^7.2.1",
@ -85,25 +85,25 @@
"redux-saga": "^1.1.3",
"reselect": "^4.0.0",
"sails.io.js": "^1.2.1",
"semantic-ui-react": "^1.2.1",
"semantic-ui-react": "^1.3.0",
"socket.io-client": "^2.3.0",
"validator": "^13.1.1",
"whatwg-fetch": "^3.4.0"
"validator": "^13.1.17",
"whatwg-fetch": "^3.4.1"
},
"devDependencies": {
"chai": "^4.2.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.3",
"enzyme-adapter-react-16": "^1.15.5",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-config-prettier": "^6.11.0",
"eslint-config-prettier": "^6.12.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.20.6",
"eslint-plugin-react-hooks": "^4.1.0",
"eslint-plugin-react": "^7.21.2",
"eslint-plugin-react-hooks": "^4.1.2",
"jest-enzyme": "^7.1.2",
"prettier": "2.0.5",
"prettier": "2.1.2",
"react-test-renderer": "^16.13.1"
}
}