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 2019-10-13 07:50:45 +05:00
parent 5a5d6fd774
commit 749ab6119e
4 changed files with 46 additions and 15 deletions

View file

@ -6493,9 +6493,9 @@
"integrity": "sha1-7AbBDgo0wPL68Zn3/X/Hj//QPHM="
},
"i18next": {
"version": "17.0.18",
"resolved": "https://registry.npmjs.org/i18next/-/i18next-17.0.18.tgz",
"integrity": "sha512-FpLbLwzYV/qen9ZTA+mOHiNzLxESnF+sQCe5wT7UShssfDiW/df5JdXuxnPsPQiUd+M1kpB3Jaawcn9RN6atig==",
"version": "17.2.0",
"resolved": "https://registry.npmjs.org/i18next/-/i18next-17.2.0.tgz",
"integrity": "sha512-ltl4LSzCEAPBbHRJ6R8diJCnxCbVkf6cxH3k1B4CjB0YFGoISm3/Jxgw3noELe9TP+C/x8fEostuJcGVUeYwdw==",
"requires": {
"@babel/runtime": "^7.3.1"
}

View file

@ -37,7 +37,7 @@
"date-fns": "^2.4.1",
"dequal": "^1.0.0",
"history": "^4.10.1",
"i18next": "^17.0.18",
"i18next": "^17.2.0",
"i18next-browser-languagedetector": "^4.0.0",
"initials": "^3.0.1",
"lodash": "^4.17.15",