mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-01-19 23:09:18 +01:00
build(deps): bump @mui/material in /app/vmui/packages/vmui (#2162)
Bumps [@mui/material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-material) from 5.3.1 to 5.4.1. - [Release notes](https://github.com/mui/material-ui/releases) - [Changelog](https://github.com/mui/material-ui/blob/master/CHANGELOG.md) - [Commits](https://github.com/mui/material-ui/commits/v5.4.1/packages/mui-material) --- updated-dependencies: - dependency-name: "@mui/material" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
481ce692c7
commit
a1b494ac91
99
app/vmui/packages/vmui/package-lock.json
generated
99
app/vmui/packages/vmui/package-lock.json
generated
@ -12,7 +12,7 @@
|
|||||||
"@emotion/styled": "^11.6.0",
|
"@emotion/styled": "^11.6.0",
|
||||||
"@mui/icons-material": "^5.3.1",
|
"@mui/icons-material": "^5.3.1",
|
||||||
"@mui/lab": "^5.0.0-alpha.68",
|
"@mui/lab": "^5.0.0-alpha.68",
|
||||||
"@mui/material": "^5.3.1",
|
"@mui/material": "^5.4.1",
|
||||||
"@mui/styles": "^5.3.0",
|
"@mui/styles": "^5.3.0",
|
||||||
"@testing-library/jest-dom": "^5.16.2",
|
"@testing-library/jest-dom": "^5.16.2",
|
||||||
"@testing-library/react": "^12.1.2",
|
"@testing-library/react": "^12.1.2",
|
||||||
@ -3090,13 +3090,13 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@mui/base": {
|
"node_modules/@mui/base": {
|
||||||
"version": "5.0.0-alpha.66",
|
"version": "5.0.0-alpha.68",
|
||||||
"resolved": "https://registry.npmjs.org/@mui/base/-/base-5.0.0-alpha.66.tgz",
|
"resolved": "https://registry.npmjs.org/@mui/base/-/base-5.0.0-alpha.68.tgz",
|
||||||
"integrity": "sha512-LARfVx0HmGV5YwU2pdIqEApQwz/CtEnYtKkV856hlY0cgi5NQL2htzZ/9ujKz0j3LFUaMYiYuJ2AOwrNtGFGrw==",
|
"integrity": "sha512-q+3gX6EHuM/AyOn8fkoANQxSzIHBeuNsrGgb7SPP0y7NuM+4ZHG/b9882+OfHcilaSqPDWUQoLbphcBpw/m/RA==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/runtime": "^7.16.7",
|
"@babel/runtime": "^7.17.0",
|
||||||
"@emotion/is-prop-valid": "^1.1.1",
|
"@emotion/is-prop-valid": "^1.1.1",
|
||||||
"@mui/utils": "^5.3.0",
|
"@mui/utils": "^5.4.1",
|
||||||
"@popperjs/core": "^2.4.4",
|
"@popperjs/core": "^2.4.4",
|
||||||
"clsx": "^1.1.1",
|
"clsx": "^1.1.1",
|
||||||
"prop-types": "^15.7.2",
|
"prop-types": "^15.7.2",
|
||||||
@ -3199,47 +3199,16 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@mui/lab/node_modules/@mui/base": {
|
"node_modules/@mui/material": {
|
||||||
"version": "5.0.0-alpha.68",
|
"version": "5.4.1",
|
||||||
"resolved": "https://registry.npmjs.org/@mui/base/-/base-5.0.0-alpha.68.tgz",
|
"resolved": "https://registry.npmjs.org/@mui/material/-/material-5.4.1.tgz",
|
||||||
"integrity": "sha512-q+3gX6EHuM/AyOn8fkoANQxSzIHBeuNsrGgb7SPP0y7NuM+4ZHG/b9882+OfHcilaSqPDWUQoLbphcBpw/m/RA==",
|
"integrity": "sha512-SxAT43UAjFTBBpJrN+oGrv40xP1uCa5Z49NfHt3m93xYeFzbxKOk0V9IKU7zlUjbsaVQ0i+o24yF5GULZmynlA==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/runtime": "^7.17.0",
|
"@babel/runtime": "^7.17.0",
|
||||||
"@emotion/is-prop-valid": "^1.1.1",
|
"@mui/base": "5.0.0-alpha.68",
|
||||||
|
"@mui/system": "^5.4.1",
|
||||||
|
"@mui/types": "^7.1.1",
|
||||||
"@mui/utils": "^5.4.1",
|
"@mui/utils": "^5.4.1",
|
||||||
"@popperjs/core": "^2.4.4",
|
|
||||||
"clsx": "^1.1.1",
|
|
||||||
"prop-types": "^15.7.2",
|
|
||||||
"react-is": "^17.0.2"
|
|
||||||
},
|
|
||||||
"engines": {
|
|
||||||
"node": ">=12.0.0"
|
|
||||||
},
|
|
||||||
"funding": {
|
|
||||||
"type": "opencollective",
|
|
||||||
"url": "https://opencollective.com/mui"
|
|
||||||
},
|
|
||||||
"peerDependencies": {
|
|
||||||
"@types/react": "^16.8.6 || ^17.0.0",
|
|
||||||
"react": "^17.0.0",
|
|
||||||
"react-dom": "^17.0.0"
|
|
||||||
},
|
|
||||||
"peerDependenciesMeta": {
|
|
||||||
"@types/react": {
|
|
||||||
"optional": true
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"node_modules/@mui/material": {
|
|
||||||
"version": "5.3.1",
|
|
||||||
"resolved": "https://registry.npmjs.org/@mui/material/-/material-5.3.1.tgz",
|
|
||||||
"integrity": "sha512-XWPsJ2jet2zfnKojth5d2IaHIJPpJnHq1ACCSlNf898BjYh1j50gRWsPpIHiptQ0oc0pdWmMcmrXbdANKR1ybw==",
|
|
||||||
"dependencies": {
|
|
||||||
"@babel/runtime": "^7.16.7",
|
|
||||||
"@mui/base": "5.0.0-alpha.66",
|
|
||||||
"@mui/system": "^5.3.0",
|
|
||||||
"@mui/types": "^7.1.0",
|
|
||||||
"@mui/utils": "^5.3.0",
|
|
||||||
"@types/react-transition-group": "^4.4.4",
|
"@types/react-transition-group": "^4.4.4",
|
||||||
"clsx": "^1.1.1",
|
"clsx": "^1.1.1",
|
||||||
"csstype": "^3.0.10",
|
"csstype": "^3.0.10",
|
||||||
@ -21725,13 +21694,13 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@mui/base": {
|
"@mui/base": {
|
||||||
"version": "5.0.0-alpha.66",
|
"version": "5.0.0-alpha.68",
|
||||||
"resolved": "https://registry.npmjs.org/@mui/base/-/base-5.0.0-alpha.66.tgz",
|
"resolved": "https://registry.npmjs.org/@mui/base/-/base-5.0.0-alpha.68.tgz",
|
||||||
"integrity": "sha512-LARfVx0HmGV5YwU2pdIqEApQwz/CtEnYtKkV856hlY0cgi5NQL2htzZ/9ujKz0j3LFUaMYiYuJ2AOwrNtGFGrw==",
|
"integrity": "sha512-q+3gX6EHuM/AyOn8fkoANQxSzIHBeuNsrGgb7SPP0y7NuM+4ZHG/b9882+OfHcilaSqPDWUQoLbphcBpw/m/RA==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@babel/runtime": "^7.16.7",
|
"@babel/runtime": "^7.17.0",
|
||||||
"@emotion/is-prop-valid": "^1.1.1",
|
"@emotion/is-prop-valid": "^1.1.1",
|
||||||
"@mui/utils": "^5.3.0",
|
"@mui/utils": "^5.4.1",
|
||||||
"@popperjs/core": "^2.4.4",
|
"@popperjs/core": "^2.4.4",
|
||||||
"clsx": "^1.1.1",
|
"clsx": "^1.1.1",
|
||||||
"prop-types": "^15.7.2",
|
"prop-types": "^15.7.2",
|
||||||
@ -21764,34 +21733,18 @@
|
|||||||
"react-is": "^17.0.2",
|
"react-is": "^17.0.2",
|
||||||
"react-transition-group": "^4.4.2",
|
"react-transition-group": "^4.4.2",
|
||||||
"rifm": "^0.12.1"
|
"rifm": "^0.12.1"
|
||||||
},
|
|
||||||
"dependencies": {
|
|
||||||
"@mui/base": {
|
|
||||||
"version": "5.0.0-alpha.68",
|
|
||||||
"resolved": "https://registry.npmjs.org/@mui/base/-/base-5.0.0-alpha.68.tgz",
|
|
||||||
"integrity": "sha512-q+3gX6EHuM/AyOn8fkoANQxSzIHBeuNsrGgb7SPP0y7NuM+4ZHG/b9882+OfHcilaSqPDWUQoLbphcBpw/m/RA==",
|
|
||||||
"requires": {
|
|
||||||
"@babel/runtime": "^7.17.0",
|
|
||||||
"@emotion/is-prop-valid": "^1.1.1",
|
|
||||||
"@mui/utils": "^5.4.1",
|
|
||||||
"@popperjs/core": "^2.4.4",
|
|
||||||
"clsx": "^1.1.1",
|
|
||||||
"prop-types": "^15.7.2",
|
|
||||||
"react-is": "^17.0.2"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@mui/material": {
|
"@mui/material": {
|
||||||
"version": "5.3.1",
|
"version": "5.4.1",
|
||||||
"resolved": "https://registry.npmjs.org/@mui/material/-/material-5.3.1.tgz",
|
"resolved": "https://registry.npmjs.org/@mui/material/-/material-5.4.1.tgz",
|
||||||
"integrity": "sha512-XWPsJ2jet2zfnKojth5d2IaHIJPpJnHq1ACCSlNf898BjYh1j50gRWsPpIHiptQ0oc0pdWmMcmrXbdANKR1ybw==",
|
"integrity": "sha512-SxAT43UAjFTBBpJrN+oGrv40xP1uCa5Z49NfHt3m93xYeFzbxKOk0V9IKU7zlUjbsaVQ0i+o24yF5GULZmynlA==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@babel/runtime": "^7.16.7",
|
"@babel/runtime": "^7.17.0",
|
||||||
"@mui/base": "5.0.0-alpha.66",
|
"@mui/base": "5.0.0-alpha.68",
|
||||||
"@mui/system": "^5.3.0",
|
"@mui/system": "^5.4.1",
|
||||||
"@mui/types": "^7.1.0",
|
"@mui/types": "^7.1.1",
|
||||||
"@mui/utils": "^5.3.0",
|
"@mui/utils": "^5.4.1",
|
||||||
"@types/react-transition-group": "^4.4.4",
|
"@types/react-transition-group": "^4.4.4",
|
||||||
"clsx": "^1.1.1",
|
"clsx": "^1.1.1",
|
||||||
"csstype": "^3.0.10",
|
"csstype": "^3.0.10",
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
"@emotion/styled": "^11.6.0",
|
"@emotion/styled": "^11.6.0",
|
||||||
"@mui/icons-material": "^5.3.1",
|
"@mui/icons-material": "^5.3.1",
|
||||||
"@mui/lab": "^5.0.0-alpha.68",
|
"@mui/lab": "^5.0.0-alpha.68",
|
||||||
"@mui/material": "^5.3.1",
|
"@mui/material": "^5.4.1",
|
||||||
"@mui/styles": "^5.3.0",
|
"@mui/styles": "^5.3.0",
|
||||||
"@testing-library/jest-dom": "^5.16.2",
|
"@testing-library/jest-dom": "^5.16.2",
|
||||||
"@testing-library/react": "^12.1.2",
|
"@testing-library/react": "^12.1.2",
|
||||||
|
Loading…
Reference in New Issue
Block a user