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
ccb5aaf1e7
commit
2dbe98a1e5
4 changed files with 2191 additions and 1965 deletions
3263
client/package-lock.json
generated
3263
client/package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -33,25 +33,25 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"classnames": "^2.2.6",
|
"classnames": "^2.2.6",
|
||||||
"connected-react-router": "^6.6.0",
|
"connected-react-router": "^6.6.1",
|
||||||
"date-fns": "^2.7.0",
|
"date-fns": "^2.8.1",
|
||||||
"dequal": "^1.0.0",
|
"dequal": "^1.0.0",
|
||||||
"history": "^4.10.1",
|
"history": "^4.10.1",
|
||||||
"i18next": "^19.0.0",
|
"i18next": "^19.0.1",
|
||||||
"i18next-browser-languagedetector": "^4.0.1",
|
"i18next-browser-languagedetector": "^4.0.1",
|
||||||
"initials": "^3.0.1",
|
"initials": "^3.0.1",
|
||||||
"lodash": "^4.17.15",
|
"lodash": "^4.17.15",
|
||||||
"prop-types": "^15.7.2",
|
"prop-types": "^15.7.2",
|
||||||
"react": "^16.12.0",
|
"react": "^16.12.0",
|
||||||
"react-beautiful-dnd": "^12.1.1",
|
"react-beautiful-dnd": "^12.2.0",
|
||||||
"react-datepicker": "^2.10.0",
|
"react-datepicker": "^2.10.1",
|
||||||
"react-dom": "^16.12.0",
|
"react-dom": "^16.12.0",
|
||||||
"react-i18next": "^11.2.1",
|
"react-i18next": "^11.2.5",
|
||||||
"react-input-mask": "^2.0.4",
|
"react-input-mask": "^2.0.4",
|
||||||
"react-markdown": "^4.2.2",
|
"react-markdown": "^4.2.2",
|
||||||
"react-redux": "^7.1.3",
|
"react-redux": "^7.1.3",
|
||||||
"react-router-dom": "^5.1.2",
|
"react-router-dom": "^5.1.2",
|
||||||
"react-scripts": "3.2.0",
|
"react-scripts": "3.3.0",
|
||||||
"react-textarea-autosize": "^7.1.2",
|
"react-textarea-autosize": "^7.1.2",
|
||||||
"redux": "^4.0.4",
|
"redux": "^4.0.4",
|
||||||
"redux-logger": "^3.0.6",
|
"redux-logger": "^3.0.6",
|
||||||
|
@ -59,17 +59,17 @@
|
||||||
"redux-saga": "^1.1.3",
|
"redux-saga": "^1.1.3",
|
||||||
"reselect": "^4.0.0",
|
"reselect": "^4.0.0",
|
||||||
"sails.io.js": "^1.2.1",
|
"sails.io.js": "^1.2.1",
|
||||||
"semantic-ui-react": "^0.88.1",
|
"semantic-ui-react": "^0.88.2",
|
||||||
"socket.io-client": "^2.3.0",
|
"socket.io-client": "^2.3.0",
|
||||||
"validator": "^12.0.0",
|
"validator": "^12.1.0",
|
||||||
"whatwg-fetch": "^3.0.0"
|
"whatwg-fetch": "^3.0.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"eslint": "^5.16.0",
|
"eslint": "^5.16.0",
|
||||||
"eslint-config-airbnb": "^18.0.1",
|
"eslint-config-airbnb": "^18.0.1",
|
||||||
"eslint-plugin-import": "^2.18.2",
|
"eslint-plugin-import": "^2.19.1",
|
||||||
"eslint-plugin-jsx-a11y": "^6.2.3",
|
"eslint-plugin-jsx-a11y": "^6.2.3",
|
||||||
"eslint-plugin-react": "^7.16.0",
|
"eslint-plugin-react": "^7.17.0",
|
||||||
"eslint-plugin-react-hooks": "^1.7.0",
|
"eslint-plugin-react-hooks": "^1.7.0",
|
||||||
"prettier-eslint": "^9.0.1",
|
"prettier-eslint": "^9.0.1",
|
||||||
"prettier-eslint-cli": "^5.0.0"
|
"prettier-eslint-cli": "^5.0.0"
|
||||||
|
|
859
server/package-lock.json
generated
859
server/package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -27,25 +27,25 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"bcrypt": "^3.0.6",
|
"bcrypt": "^3.0.7",
|
||||||
"dotenv": "^8.2.0",
|
"dotenv": "^8.2.0",
|
||||||
"dotenv-cli": "^3.0.0",
|
"dotenv-cli": "^3.1.0",
|
||||||
"jsonwebtoken": "^8.5.1",
|
"jsonwebtoken": "^8.5.1",
|
||||||
"knex": "^0.20.2",
|
"knex": "^0.20.4",
|
||||||
"lodash": "^4.17.15",
|
"lodash": "^4.17.15",
|
||||||
"moment": "^2.24.0",
|
"moment": "^2.24.0",
|
||||||
"sails": "^1.2.3",
|
"sails": "^1.2.3",
|
||||||
"sails-hook-orm": "^2.1.1",
|
"sails-hook-orm": "^2.1.1",
|
||||||
"sails-hook-sockets": "^2.0.0",
|
"sails-hook-sockets": "^2.0.0",
|
||||||
"sails-postgresql": "^1.0.2",
|
"sails-postgresql": "^1.0.2",
|
||||||
"sharp": "^0.23.3",
|
"sharp": "^0.23.4",
|
||||||
"uuid": "^3.3.3"
|
"uuid": "^3.3.3"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"eslint": "^5.16.0",
|
"eslint": "^5.16.0",
|
||||||
"eslint-config-airbnb-base": "^14.0.0",
|
"eslint-config-airbnb-base": "^14.0.0",
|
||||||
"eslint-plugin-import": "^2.18.2",
|
"eslint-plugin-import": "^2.19.1",
|
||||||
"nodemon": "^1.19.4",
|
"nodemon": "^2.0.1",
|
||||||
"prettier-eslint": "^9.0.1",
|
"prettier-eslint": "^9.0.1",
|
||||||
"prettier-eslint-cli": "^5.0.0"
|
"prettier-eslint-cli": "^5.0.0"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue