mirror of
https://github.com/plankanban/planka.git
synced 2025-08-09 07:25:24 +02:00
Markdown support in card description and comment, fixes for mobile devices, update dependencies
This commit is contained in:
parent
ed348cf7bc
commit
2fda41b982
11 changed files with 374 additions and 14 deletions
|
@ -30,7 +30,7 @@
|
|||
"date-fns": "^2.4.1",
|
||||
"dequal": "^1.0.0",
|
||||
"history": "^4.10.1",
|
||||
"i18next": "^17.0.17",
|
||||
"i18next": "^17.0.18",
|
||||
"i18next-browser-languagedetector": "^3.0.3",
|
||||
"initials": "^3.0.1",
|
||||
"lodash": "^4.17.15",
|
||||
|
@ -41,6 +41,7 @@
|
|||
"react-dom": "^16.10.1",
|
||||
"react-i18next": "^10.13.1",
|
||||
"react-input-mask": "^2.0.4",
|
||||
"react-markdown": "^4.2.2",
|
||||
"react-redux": "^7.1.1",
|
||||
"react-router-dom": "^5.1.2",
|
||||
"react-scripts": "3.1.2",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue