replace class components (HOCs) with React Hooks

This commit is contained in:
proddy
2021-09-20 21:43:56 +02:00
parent 09d8a6360b
commit a31cf53863
10 changed files with 214 additions and 69 deletions

View File

@@ -3,13 +3,13 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@material-ui/core": "^4.11.4",
"@material-ui/core": "^4.12.3",
"@material-ui/icons": "^4.11.2",
"@msgpack/msgpack": "^2.7.0",
"@types/lodash": "^4.14.168",
"@types/node": "^15.0.1",
"@types/react": "^17.0.4",
"@types/react-dom": "^17.0.3",
"@types/lodash": "^4.14.172",
"@types/node": "^12.20.20",
"@types/react": "^17.0.19",
"@types/react-dom": "^17.0.9",
"@types/react-material-ui-form-validator": "^2.1.0",
"@types/react-router": "^5.1.13",
"@types/react-router-dom": "^5.1.7",
@@ -30,7 +30,7 @@
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.3",
"sockette": "^2.0.6",
"typescript": "4.2.4",
"typescript": "4.3.5",
"zlib": "^1.0.5"
},
"scripts": {