1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-07-18 20:59:44 +02:00

Project managers, board members, auto-update after reconnection, refactoring

This commit is contained in:
Maksim Eltyshev 2021-06-24 01:05:22 +05:00
parent 7956503a46
commit fe91b5241e
478 changed files with 21226 additions and 19495 deletions

View file

@ -32,8 +32,7 @@
"extends": [
"airbnb",
"airbnb/hooks",
"plugin:prettier/recommended",
"prettier/react"
"plugin:prettier/recommended"
],
"rules": {
"import/no-extraneous-dependencies": [
@ -58,28 +57,28 @@
"dependencies": {
"classnames": "^2.2.6",
"connected-react-router": "^6.8.0",
"date-fns": "^2.17.0",
"date-fns": "^2.22.1",
"dequal": "^2.0.2",
"history": "^4.10.1",
"i18next": "^19.8.7",
"i18next-browser-languagedetector": "^6.0.1",
"i18next": "^20.3.2",
"i18next-browser-languagedetector": "^6.1.2",
"initials": "^3.1.1",
"lodash": "^4.17.20",
"node-sass": "^4.14.1",
"node-sass": "^6.0.0",
"prop-types": "^15.7.2",
"react": "^17.0.1",
"react-beautiful-dnd": "^13.0.0",
"react-datepicker": "^3.4.1",
"react-datepicker": "^4.1.1",
"react-dom": "^17.0.1",
"react-dropzone": "^11.3.1",
"react-i18next": "^11.8.6",
"react-i18next": "^11.11.0",
"react-input-mask": "^2.0.4",
"react-markdown": "^5.0.3",
"react-redux": "^7.2.2",
"react-markdown": "^6.0.2",
"react-redux": "^7.2.4",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.2",
"react-textarea-autosize": "^8.3.1",
"redux": "^4.0.5",
"react-scripts": "4.0.3",
"react-textarea-autosize": "^8.3.3",
"redux": "^4.1.0",
"redux-logger": "^3.0.6",
"redux-orm": "^0.16.2",
"redux-saga": "^1.1.3",
@ -88,23 +87,23 @@
"sails.io.js": "^1.2.1",
"semantic-ui-react": "^2.0.3",
"socket.io-client": "^2.3.1",
"validator": "^13.5.2",
"validator": "^13.6.0",
"whatwg-fetch": "^3.5.0"
},
"devDependencies": {
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.2",
"chai": "^4.3.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.6",
"eslint": "^7.19.0",
"eslint": "^7.29.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^7.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"jest-enzyme": "^7.1.2",
"prettier": "2.2.1",
"prettier": "2.3.1",
"react-test-renderer": "^17.0.1"
}
}