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

Fix Docker image, update dependencies

This commit is contained in:
Maksim Eltyshev 2020-04-29 04:49:39 +05:00
parent d264382fda
commit c2a16459df
7 changed files with 1480 additions and 1262 deletions

View file

@ -51,8 +51,8 @@
"date-fns": "^2.12.0",
"dequal": "^1.0.0",
"history": "^4.10.1",
"i18next": "^19.4.1",
"i18next-browser-languagedetector": "^4.0.2",
"i18next": "^19.4.4",
"i18next-browser-languagedetector": "^4.1.1",
"initials": "^3.0.1",
"lodash": "^4.17.15",
"prop-types": "^15.7.2",
@ -61,7 +61,7 @@
"react-datepicker": "^2.14.1",
"react-dom": "^16.13.1",
"react-dropzone": "^11.0.1",
"react-i18next": "^11.3.4",
"react-i18next": "^11.4.0",
"react-input-mask": "^2.0.4",
"react-markdown": "^4.3.1",
"react-redux": "^7.2.0",
@ -82,12 +82,12 @@
"devDependencies": {
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.1.0",
"eslint-config-prettier": "^6.10.1",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react-hooks": "^3.0.0",
"prettier": "2.0.4"
"prettier": "2.0.5"
}
}