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-22 19:46:11 +05:00
parent 344080960e
commit 33ac5bd788
2 changed files with 8 additions and 8 deletions

View file

@ -4188,9 +4188,9 @@
} }
}, },
"date-fns": { "date-fns": {
"version": "2.5.1", "version": "2.6.0",
"resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.5.1.tgz", "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.6.0.tgz",
"integrity": "sha512-ZBrQmuaqH9YqIejbgu8f09ki7wdD2JxWsRTZ/+HnnLNmkI56ty0evnWzKY+ihLT0xX5VdUX0vDNZCxJJGKX2+Q==" "integrity": "sha512-F55YxqRdEfP/eYQmQjLN798v0AwLjmZ8nMBjdQvNwEE3N/zWVrlkkqT+9seBlPlsbkybG4JmWg3Ee3dIV9BcGQ=="
}, },
"date-now": { "date-now": {
"version": "0.1.4", "version": "0.1.4",
@ -6484,9 +6484,9 @@
"integrity": "sha1-7AbBDgo0wPL68Zn3/X/Hj//QPHM=" "integrity": "sha1-7AbBDgo0wPL68Zn3/X/Hj//QPHM="
}, },
"i18next": { "i18next": {
"version": "17.2.0", "version": "17.3.0",
"resolved": "https://registry.npmjs.org/i18next/-/i18next-17.2.0.tgz", "resolved": "https://registry.npmjs.org/i18next/-/i18next-17.3.0.tgz",
"integrity": "sha512-ltl4LSzCEAPBbHRJ6R8diJCnxCbVkf6cxH3k1B4CjB0YFGoISm3/Jxgw3noELe9TP+C/x8fEostuJcGVUeYwdw==", "integrity": "sha512-4sJ6CHhLu/+xOEo3wresVl7jhC92bXhBkZYigJRzXCljzlgdayNhP/+0K+76GHmFTlL/OHg/hw04Praph9SJsA==",
"requires": { "requires": {
"@babel/runtime": "^7.3.1" "@babel/runtime": "^7.3.1"
} }

View file

@ -33,10 +33,10 @@
"dependencies": { "dependencies": {
"classnames": "^2.2.6", "classnames": "^2.2.6",
"connected-react-router": "^6.5.2", "connected-react-router": "^6.5.2",
"date-fns": "^2.5.1", "date-fns": "^2.6.0",
"dequal": "^1.0.0", "dequal": "^1.0.0",
"history": "^4.10.1", "history": "^4.10.1",
"i18next": "^17.2.0", "i18next": "^17.3.0",
"i18next-browser-languagedetector": "^4.0.0", "i18next-browser-languagedetector": "^4.0.0",
"initials": "^3.0.1", "initials": "^3.0.1",
"lodash": "^4.17.15", "lodash": "^4.17.15",