[CHORE] Update dependencies

This commit is contained in:
Oleg Shuralev 2021-02-15 11:53:12 +03:00
parent b9e92114e6
commit ad720a8baf
No known key found for this signature in database
GPG key ID: 99C6BDC0A1C2E647
2 changed files with 812 additions and 622 deletions

File diff suppressed because it is too large Load diff

View file

@ -3,8 +3,6 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@types/react-datepicker": "^3.1.1",
"@types/uuid": "^8.3.0",
"bulma": "^0.8.2",
"bulma-switch": "^2.0.0",
"classnames": "^2.2.6",
@ -75,16 +73,19 @@
"@types/lodash": "^4.14.165",
"@types/node": "^12.19.8",
"@types/react": "^17.0.0",
"@types/react-datepicker": "^3.1.1",
"@types/react-dom": "^17.0.0",
"@types/react-redux": "^7.1.11",
"@types/react-router-dom": "^5.1.6",
"@types/redux": "^3.6.0",
"@types/redux-thunk": "^2.1.0",
"@types/uuid": "^8.3.0",
"@typescript-eslint/eslint-plugin": "^4.9.0",
"@typescript-eslint/parser": "^4.9.0",
"@wojtekmaj/enzyme-adapter-react-17": "^0.4.1",
"dotenv": "^8.2.0",
"enzyme": "^3.11.0",
"enzyme-to-json": "^3.6.1",
"eslint": "^7.14.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-airbnb-typescript": "^12.0.0",
@ -99,8 +100,9 @@
"lint-staged": "^10.5.2",
"node-sass": "^4.14.1",
"prettier": "^2.2.1",
"react-scripts": "4.0.1",
"react-scripts": "4.0.2",
"ts-jest": "^26.4.4",
"ts-node": "^9.1.1",
"typescript": "~4.1.2"
},
"engines": {