app/vmui: revert back incompatible changes proposed by dependabot at da6a1642e0 and further commits

This commit is contained in:
Aliaksandr Valialkin 2022-04-12 14:03:04 +03:00
parent f174f0880d
commit 2973b7c634
No known key found for this signature in database
GPG Key ID: A72BEC6CD3D0DED1
2 changed files with 192 additions and 763 deletions

File diff suppressed because it is too large Load Diff

View File

@ -6,13 +6,13 @@
"dependencies": {
"@date-io/dayjs": "^2.13.1",
"@emotion/styled": "^11.8.1",
"@mui/icons-material": "^5.6.1",
"@mui/lab": "^5.0.0-alpha.77",
"@mui/material": "^5.6.1",
"@mui/styles": "^5.6.1",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.0.1",
"@testing-library/user-event": "^14.1.0",
"@mui/icons-material": "^5.6.0",
"@mui/lab": "^5.0.0-alpha.73",
"@mui/material": "^5.5.1",
"@mui/styles": "^5.5.1",
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^13.0.0",
"@testing-library/user-event": "^14.0.4",
"@types/jest": "^27.4.1",
"@types/lodash.debounce": "^4.0.6",
"@types/lodash.get": "^4.4.6",
@ -20,7 +20,7 @@
"@types/marked": "^4.0.2",
"@types/node": "^17.0.21",
"@types/qs": "^6.9.7",
"@types/react": "^18.0.2",
"@types/react": "^17.0.43",
"@types/react-dom": "^18.0.0",
"@types/react-measure": "^2.0.8",
"@types/react-router-dom": "^5.3.3",
@ -65,8 +65,8 @@
},
"devDependencies": {
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.16.7",
"@typescript-eslint/eslint-plugin": "^5.19.0",
"@typescript-eslint/parser": "^5.19.0",
"@typescript-eslint/eslint-plugin": "^5.15.0",
"@typescript-eslint/parser": "^5.15.0",
"customize-cra": "^1.0.0",
"eslint-plugin-react": "^7.29.4",
"react-app-rewired": "^2.2.1"