1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-08-05 13:35:27 +02:00

Update dependencies

This commit is contained in:
Maksim Eltyshev 2020-02-25 02:10:27 +05:00
parent c7aad28cdc
commit 0d8a3d3752
5 changed files with 417 additions and 391 deletions

660
client/package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -47,25 +47,25 @@
},
"dependencies": {
"classnames": "^2.2.6",
"connected-react-router": "^6.6.1",
"connected-react-router": "^6.7.0",
"date-fns": "^2.9.0",
"dequal": "^1.0.0",
"history": "^4.10.1",
"i18next": "^19.1.0",
"i18next-browser-languagedetector": "^4.0.1",
"i18next": "^19.3.2",
"i18next-browser-languagedetector": "^4.0.2",
"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.11.0",
"react-datepicker": "^2.13.0",
"react-dom": "^16.12.0",
"react-i18next": "^11.3.1",
"react-i18next": "^11.3.3",
"react-input-mask": "^2.0.4",
"react-markdown": "^4.3.1",
"react-redux": "^7.1.3",
"react-redux": "^7.2.0",
"react-router-dom": "^5.1.2",
"react-scripts": "3.3.1",
"react-scripts": "3.4.0",
"react-textarea-autosize": "^7.1.2",
"redux": "^4.0.5",
"redux-logger": "^3.0.6",
@ -86,7 +86,7 @@
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.18.3",
"eslint-plugin-react-hooks": "^2.3.0",
"eslint-plugin-react-hooks": "^2.4.0",
"prettier": "1.19.1"
}
}