mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-01-10 15:14:09 +00:00
app/vmui: revert back incompatible changes proposed by dependabot at da6a1642e0
and further commits
This commit is contained in:
parent
97e59de7c3
commit
1bc1f9bc2a
2 changed files with 192 additions and 763 deletions
935
app/vmui/packages/vmui/package-lock.json
generated
935
app/vmui/packages/vmui/package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -6,13 +6,13 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@date-io/dayjs": "^2.13.1",
|
"@date-io/dayjs": "^2.13.1",
|
||||||
"@emotion/styled": "^11.8.1",
|
"@emotion/styled": "^11.8.1",
|
||||||
"@mui/icons-material": "^5.6.1",
|
"@mui/icons-material": "^5.6.0",
|
||||||
"@mui/lab": "^5.0.0-alpha.77",
|
"@mui/lab": "^5.0.0-alpha.73",
|
||||||
"@mui/material": "^5.6.1",
|
"@mui/material": "^5.5.1",
|
||||||
"@mui/styles": "^5.6.1",
|
"@mui/styles": "^5.5.1",
|
||||||
"@testing-library/jest-dom": "^5.16.4",
|
"@testing-library/jest-dom": "^5.16.2",
|
||||||
"@testing-library/react": "^13.0.1",
|
"@testing-library/react": "^13.0.0",
|
||||||
"@testing-library/user-event": "^14.1.0",
|
"@testing-library/user-event": "^14.0.4",
|
||||||
"@types/jest": "^27.4.1",
|
"@types/jest": "^27.4.1",
|
||||||
"@types/lodash.debounce": "^4.0.6",
|
"@types/lodash.debounce": "^4.0.6",
|
||||||
"@types/lodash.get": "^4.4.6",
|
"@types/lodash.get": "^4.4.6",
|
||||||
|
@ -20,7 +20,7 @@
|
||||||
"@types/marked": "^4.0.2",
|
"@types/marked": "^4.0.2",
|
||||||
"@types/node": "^17.0.21",
|
"@types/node": "^17.0.21",
|
||||||
"@types/qs": "^6.9.7",
|
"@types/qs": "^6.9.7",
|
||||||
"@types/react": "^18.0.2",
|
"@types/react": "^17.0.43",
|
||||||
"@types/react-dom": "^18.0.0",
|
"@types/react-dom": "^18.0.0",
|
||||||
"@types/react-measure": "^2.0.8",
|
"@types/react-measure": "^2.0.8",
|
||||||
"@types/react-router-dom": "^5.3.3",
|
"@types/react-router-dom": "^5.3.3",
|
||||||
|
@ -65,8 +65,8 @@
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.16.7",
|
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.16.7",
|
||||||
"@typescript-eslint/eslint-plugin": "^5.19.0",
|
"@typescript-eslint/eslint-plugin": "^5.15.0",
|
||||||
"@typescript-eslint/parser": "^5.19.0",
|
"@typescript-eslint/parser": "^5.15.0",
|
||||||
"customize-cra": "^1.0.0",
|
"customize-cra": "^1.0.0",
|
||||||
"eslint-plugin-react": "^7.29.4",
|
"eslint-plugin-react": "^7.29.4",
|
||||||
"react-app-rewired": "^2.2.1"
|
"react-app-rewired": "^2.2.1"
|
||||||
|
|
Loading…
Reference in a new issue