mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
build(deps): bump @mui/material in /app/vmui/packages/vmui (#278)
Bumps [@mui/material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-material) from 5.4.2 to 5.4.3. - [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.3/packages/mui-material) --- updated-dependencies: - dependency-name: "@mui/material" dependency-type: direct:production update-type: version-update:semver-patch ... 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
87b393fb91
commit
3e91e15d1c
2 changed files with 10 additions and 10 deletions
18
app/vmui/packages/vmui/package-lock.json
generated
18
app/vmui/packages/vmui/package-lock.json
generated
|
@ -12,7 +12,7 @@
|
|||
"@emotion/styled": "^11.6.0",
|
||||
"@mui/icons-material": "^5.4.2",
|
||||
"@mui/lab": "^5.0.0-alpha.70",
|
||||
"@mui/material": "^5.4.2",
|
||||
"@mui/material": "^5.4.3",
|
||||
"@mui/styles": "^5.4.2",
|
||||
"@testing-library/jest-dom": "^5.16.2",
|
||||
"@testing-library/react": "^12.1.3",
|
||||
|
@ -3198,13 +3198,13 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@mui/material": {
|
||||
"version": "5.4.2",
|
||||
"resolved": "https://registry.npmjs.org/@mui/material/-/material-5.4.2.tgz",
|
||||
"integrity": "sha512-jmeLWEO6AA6g7HErhI3MXVGaMZtqDZjDwcHCg24WY954wO38Xn0zJ53VfpFc44ZTJLV9Ejd7ci9fLlG/HmJCeg==",
|
||||
"version": "5.4.3",
|
||||
"resolved": "https://registry.npmjs.org/@mui/material/-/material-5.4.3.tgz",
|
||||
"integrity": "sha512-E2K402xjz3U09mTgrVYj+vUACeOppV41uEcu9GSkm7QSg4Nzy48WkdaiGL7TRCyH0T8HsonFSMJvCpwyQbD6iw==",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.17.0",
|
||||
"@mui/base": "5.0.0-alpha.69",
|
||||
"@mui/system": "^5.4.2",
|
||||
"@mui/system": "^5.4.3",
|
||||
"@mui/types": "^7.1.2",
|
||||
"@mui/utils": "^5.4.2",
|
||||
"@types/react-transition-group": "^4.4.4",
|
||||
|
@ -21722,13 +21722,13 @@
|
|||
}
|
||||
},
|
||||
"@mui/material": {
|
||||
"version": "5.4.2",
|
||||
"resolved": "https://registry.npmjs.org/@mui/material/-/material-5.4.2.tgz",
|
||||
"integrity": "sha512-jmeLWEO6AA6g7HErhI3MXVGaMZtqDZjDwcHCg24WY954wO38Xn0zJ53VfpFc44ZTJLV9Ejd7ci9fLlG/HmJCeg==",
|
||||
"version": "5.4.3",
|
||||
"resolved": "https://registry.npmjs.org/@mui/material/-/material-5.4.3.tgz",
|
||||
"integrity": "sha512-E2K402xjz3U09mTgrVYj+vUACeOppV41uEcu9GSkm7QSg4Nzy48WkdaiGL7TRCyH0T8HsonFSMJvCpwyQbD6iw==",
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.17.0",
|
||||
"@mui/base": "5.0.0-alpha.69",
|
||||
"@mui/system": "^5.4.2",
|
||||
"@mui/system": "^5.4.3",
|
||||
"@mui/types": "^7.1.2",
|
||||
"@mui/utils": "^5.4.2",
|
||||
"@types/react-transition-group": "^4.4.4",
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
"@emotion/styled": "^11.6.0",
|
||||
"@mui/icons-material": "^5.4.2",
|
||||
"@mui/lab": "^5.0.0-alpha.70",
|
||||
"@mui/material": "^5.4.2",
|
||||
"@mui/material": "^5.4.3",
|
||||
"@mui/styles": "^5.4.2",
|
||||
"@testing-library/jest-dom": "^5.16.2",
|
||||
"@testing-library/react": "^12.1.3",
|
||||
|
|
Loading…
Reference in a new issue