mirror of
https://github.com/plankanban/planka.git
synced 2025-07-19 05:09:43 +02:00
Update dependencies
This commit is contained in:
parent
3896e0688e
commit
c6bbd038e2
2 changed files with 8 additions and 8 deletions
12
client/package-lock.json
generated
12
client/package-lock.json
generated
|
@ -6484,9 +6484,9 @@
|
|||
"integrity": "sha1-7AbBDgo0wPL68Zn3/X/Hj//QPHM="
|
||||
},
|
||||
"i18next": {
|
||||
"version": "18.0.0",
|
||||
"resolved": "https://registry.npmjs.org/i18next/-/i18next-18.0.0.tgz",
|
||||
"integrity": "sha512-K+pjlA2D3Xs7Adcy4Ggwcp8tFl6lAo8pUn21k2PEuW+YPEIDk2IiWQ5L8hLfDU7bs0CqG8QydiIcmsSiOC/x6Q==",
|
||||
"version": "18.0.1",
|
||||
"resolved": "https://registry.npmjs.org/i18next/-/i18next-18.0.1.tgz",
|
||||
"integrity": "sha512-KWd9qMFXw0qjxF7cTAqQselPCYoHfaLvBs8c6JcNzaQKVxbAlE/wv9EZXPy+JlKUcXCT0qgjcmxrJjmbnEp60A==",
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.3.1"
|
||||
}
|
||||
|
@ -13521,9 +13521,9 @@
|
|||
}
|
||||
},
|
||||
"validator": {
|
||||
"version": "11.1.0",
|
||||
"resolved": "https://registry.npmjs.org/validator/-/validator-11.1.0.tgz",
|
||||
"integrity": "sha512-qiQ5ktdO7CD6C/5/mYV4jku/7qnqzjrxb3C/Q5wR3vGGinHTgJZN/TdFT3ZX4vXhX2R1PXx42fB1cn5W+uJ4lg=="
|
||||
"version": "12.0.0",
|
||||
"resolved": "https://registry.npmjs.org/validator/-/validator-12.0.0.tgz",
|
||||
"integrity": "sha512-r5zA1cQBEOgYlesRmSEwc9LkbfNLTtji+vWyaHzRZUxCTHdsX3bd+sdHfs5tGZ2W6ILGGsxWxCNwT/h3IY/3ng=="
|
||||
},
|
||||
"value-equal": {
|
||||
"version": "1.0.1",
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
"date-fns": "^2.6.0",
|
||||
"dequal": "^1.0.0",
|
||||
"history": "^4.10.1",
|
||||
"i18next": "^18.0.0",
|
||||
"i18next": "^18.0.1",
|
||||
"i18next-browser-languagedetector": "^4.0.0",
|
||||
"initials": "^3.0.1",
|
||||
"lodash": "^4.17.15",
|
||||
|
@ -60,7 +60,7 @@
|
|||
"sails.io.js": "^1.2.1",
|
||||
"semantic-ui-react": "^0.88.1",
|
||||
"socket.io-client": "^2.3.0",
|
||||
"validator": "^11.1.0",
|
||||
"validator": "^12.0.0",
|
||||
"whatwg-fetch": "^3.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue