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-24 23:45:22 +05:00
parent 6ec48abbee
commit 8e0e819309
2 changed files with 8 additions and 8 deletions

View file

@ -6484,9 +6484,9 @@
"integrity": "sha1-7AbBDgo0wPL68Zn3/X/Hj//QPHM="
},
"i18next": {
"version": "17.3.0",
"resolved": "https://registry.npmjs.org/i18next/-/i18next-17.3.0.tgz",
"integrity": "sha512-4sJ6CHhLu/+xOEo3wresVl7jhC92bXhBkZYigJRzXCljzlgdayNhP/+0K+76GHmFTlL/OHg/hw04Praph9SJsA==",
"version": "18.0.0",
"resolved": "https://registry.npmjs.org/i18next/-/i18next-18.0.0.tgz",
"integrity": "sha512-K+pjlA2D3Xs7Adcy4Ggwcp8tFl6lAo8pUn21k2PEuW+YPEIDk2IiWQ5L8hLfDU7bs0CqG8QydiIcmsSiOC/x6Q==",
"requires": {
"@babel/runtime": "^7.3.1"
}
@ -10938,9 +10938,9 @@
"integrity": "sha512-bOUvMWFQVk5oz8Ded9Xb7WVdEi3QGLC8tH7HmYP0Fdp4Bn3qw0tRFmr5TW6mvahzvmrK4a6bqWGfCevBflP+Xw=="
},
"react-i18next": {
"version": "10.13.1",
"resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-10.13.1.tgz",
"integrity": "sha512-MReJUMoYooaKZONvoewFuAwf31bQU60Xt25P5wBIPTMphY4LjDJE27rwhEKjNLL24nSIHa3Jh+z9bPwSKISAoA==",
"version": "11.0.0",
"resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.0.0.tgz",
"integrity": "sha512-lsY7g+V2VZ3TICEdRr0MTXCcQbliS9TZLI3EZd07mtWMcHmPScepd8TQtjP3ZMfgIJoLeek0mCEMqfCcr6PUzw==",
"requires": {
"@babel/runtime": "^7.3.1",
"html-parse-stringify2": "2.0.1"

View file

@ -36,7 +36,7 @@
"date-fns": "^2.6.0",
"dequal": "^1.0.0",
"history": "^4.10.1",
"i18next": "^17.3.0",
"i18next": "^18.0.0",
"i18next-browser-languagedetector": "^4.0.0",
"initials": "^3.0.1",
"lodash": "^4.17.15",
@ -45,7 +45,7 @@
"react-beautiful-dnd": "^11.0.5",
"react-datepicker": "^2.9.6",
"react-dom": "^16.11.0",
"react-i18next": "^10.13.1",
"react-i18next": "^11.0.0",
"react-input-mask": "^2.0.4",
"react-markdown": "^4.2.2",
"react-redux": "^7.1.1",