sonar fixes

This commit is contained in:
proddy
2022-03-05 14:25:35 +01:00
parent e247b9e5f9
commit c1edbbf047
37 changed files with 639 additions and 610 deletions

View File

@@ -7,12 +7,12 @@
"@emotion/react": "^11.8.1",
"@emotion/styled": "^11.8.1",
"@msgpack/msgpack": "^2.7.2",
"@mui/icons-material": "^5.4.2",
"@mui/material": "^5.4.3",
"@mui/icons-material": "^5.4.4",
"@mui/material": "^5.4.4",
"@types/lodash": "^4.14.179",
"@types/node": "^17.0.21",
"@types/react": "^17.0.39",
"@types/react-dom": "^17.0.11",
"@types/react-dom": "^17.0.13",
"@types/react-router-dom": "^5.3.3",
"async-validator": "^4.0.7",
"axios": "^0.26.0",
@@ -26,10 +26,10 @@
"react-dom": "^17.0.2",
"react-dropzone": "^12.0.4",
"react-icons": "^4.3.1",
"react-router-dom": "^6.2.1",
"react-router-dom": "^6.2.2",
"react-scripts": "5.0.0",
"sockette": "^2.0.6",
"typescript": "^4.5.5"
"typescript": "^4.6.2"
},
"scripts": {
"start": "react-app-rewired start",