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 2020-12-18 01:02:28 +05:00
parent e02fe47f01
commit 9a2afb42f8
6 changed files with 2459 additions and 2888 deletions

View file

@ -72,12 +72,12 @@
"react-datepicker": "^3.3.0",
"react-dom": "^17.0.1",
"react-dropzone": "^11.2.4",
"react-i18next": "^11.7.3",
"react-i18next": "^11.8.4",
"react-input-mask": "^2.0.4",
"react-markdown": "^5.0.3",
"react-redux": "^7.2.2",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.0",
"react-scripts": "4.0.1",
"react-textarea-autosize": "^8.3.0",
"redux": "^4.0.5",
"redux-logger": "^3.0.6",
@ -87,23 +87,23 @@
"sails.io.js": "^1.2.1",
"semantic-ui-react": "^2.0.1",
"socket.io-client": "^2.3.1",
"validator": "^13.1.17",
"validator": "^13.5.2",
"whatwg-fetch": "^3.5.0"
},
"devDependencies": {
"chai": "^4.2.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.5",
"eslint": "^7.13.0",
"eslint": "^7.15.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^6.15.0",
"eslint-config-prettier": "^7.0.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-prettier": "^3.3.0",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4.2.0",
"jest-enzyme": "^7.1.2",
"prettier": "2.1.2",
"prettier": "2.2.1",
"react-test-renderer": "^17.0.1"
}
}