mirror of
https://github.com/plankanban/planka.git
synced 2025-07-18 20:59:44 +02:00
Update dependencies
This commit is contained in:
parent
7baf71d1a9
commit
05adea1afd
4 changed files with 1461 additions and 2275 deletions
2621
client/package-lock.json
generated
2621
client/package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -48,7 +48,7 @@
|
|||
"dependencies": {
|
||||
"classnames": "^2.2.6",
|
||||
"connected-react-router": "^6.7.0",
|
||||
"date-fns": "^2.9.0",
|
||||
"date-fns": "^2.11.0",
|
||||
"dequal": "^1.0.0",
|
||||
"history": "^4.10.1",
|
||||
"i18next": "^19.3.2",
|
||||
|
@ -56,10 +56,10 @@
|
|||
"initials": "^3.0.1",
|
||||
"lodash": "^4.17.15",
|
||||
"prop-types": "^15.7.2",
|
||||
"react": "^16.12.0",
|
||||
"react-beautiful-dnd": "^12.2.0",
|
||||
"react-datepicker": "^2.13.0",
|
||||
"react-dom": "^16.12.0",
|
||||
"react": "^16.13.0",
|
||||
"react-beautiful-dnd": "^13.0.0",
|
||||
"react-datepicker": "^2.14.0",
|
||||
"react-dom": "^16.13.0",
|
||||
"react-i18next": "^11.3.3",
|
||||
"react-input-mask": "^2.0.4",
|
||||
"react-markdown": "^4.3.1",
|
||||
|
@ -80,13 +80,13 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"eslint": "^6.8.0",
|
||||
"eslint-config-airbnb": "^18.0.1",
|
||||
"eslint-config-airbnb": "^18.1.0",
|
||||
"eslint-config-prettier": "^6.10.0",
|
||||
"eslint-plugin-import": "^2.20.1",
|
||||
"eslint-plugin-jsx-a11y": "^6.2.3",
|
||||
"eslint-plugin-prettier": "^3.1.2",
|
||||
"eslint-plugin-react": "^7.18.3",
|
||||
"eslint-plugin-react-hooks": "^2.4.0",
|
||||
"eslint-plugin-react": "^7.19.0",
|
||||
"eslint-plugin-react-hooks": "^2.5.0",
|
||||
"prettier": "1.19.1"
|
||||
}
|
||||
}
|
||||
|
|
1089
server/package-lock.json
generated
1089
server/package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -39,23 +39,23 @@
|
|||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"bcrypt": "^3.0.8",
|
||||
"bcrypt": "^4.0.1",
|
||||
"dotenv": "^8.2.0",
|
||||
"dotenv-cli": "^3.1.0",
|
||||
"jsonwebtoken": "^8.5.1",
|
||||
"knex": "^0.20.10",
|
||||
"knex": "^0.20.11",
|
||||
"lodash": "^4.17.15",
|
||||
"moment": "^2.24.0",
|
||||
"sails": "^1.2.3",
|
||||
"sails-hook-orm": "^2.1.1",
|
||||
"sails-hook-sockets": "^2.0.0",
|
||||
"sails-postgresql": "^1.0.2",
|
||||
"sharp": "^0.24.1",
|
||||
"uuid": "^7.0.0"
|
||||
"sharp": "^0.25.1",
|
||||
"uuid": "^7.0.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "^6.8.0",
|
||||
"eslint-config-airbnb-base": "^14.0.0",
|
||||
"eslint-config-airbnb-base": "^14.1.0",
|
||||
"eslint-config-prettier": "^6.10.0",
|
||||
"eslint-plugin-import": "^2.20.1",
|
||||
"eslint-plugin-prettier": "^3.1.2",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue