mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-03-11 15:34:56 +00:00
build(deps): bump @mui/styles in /app/vmui/packages/vmui (#2446)
Bumps [@mui/styles](https://github.com/mui/material-ui/tree/HEAD/packages/mui-styles) from 5.5.3 to 5.6.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.6.1/packages/mui-styles) --- updated-dependencies: - dependency-name: "@mui/styles" 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
c4645f7823
commit
c7ba233869
2 changed files with 13 additions and 13 deletions
24
app/vmui/packages/vmui/package-lock.json
generated
24
app/vmui/packages/vmui/package-lock.json
generated
|
@ -13,7 +13,7 @@
|
|||
"@mui/icons-material": "^5.6.1",
|
||||
"@mui/lab": "^5.0.0-alpha.77",
|
||||
"@mui/material": "^5.6.1",
|
||||
"@mui/styles": "^5.5.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",
|
||||
|
@ -3461,15 +3461,15 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@mui/styles": {
|
||||
"version": "5.5.3",
|
||||
"resolved": "https://registry.npmjs.org/@mui/styles/-/styles-5.5.3.tgz",
|
||||
"integrity": "sha512-jxiXgyzYXDh5pUdfKvs5ZTJqQRNFUgbG9Q/hOPh0nHrKYmlrikt2Z3b9Rjrkp2QCh9R3kuy8LHlv/u+QjnnIqg==",
|
||||
"version": "5.6.1",
|
||||
"resolved": "https://registry.npmjs.org/@mui/styles/-/styles-5.6.1.tgz",
|
||||
"integrity": "sha512-4BrlZIKG5vp5gKpiyKvcSGka/VBUyEI/59WnCxPU2RxNT0WLkoGlRKTU5NO+e+Ng8h7sLR9BF6yglDhMhtUJ0Q==",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.17.2",
|
||||
"@emotion/hash": "^0.8.0",
|
||||
"@mui/private-theming": "^5.5.3",
|
||||
"@mui/private-theming": "^5.6.1",
|
||||
"@mui/types": "^7.1.3",
|
||||
"@mui/utils": "^5.5.3",
|
||||
"@mui/utils": "^5.6.1",
|
||||
"clsx": "^1.1.1",
|
||||
"csstype": "^3.0.11",
|
||||
"hoist-non-react-statics": "^3.3.2",
|
||||
|
@ -3491,7 +3491,7 @@
|
|||
"url": "https://opencollective.com/mui"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@types/react": "^16.8.6 || ^17.0.0",
|
||||
"@types/react": "^17.0.0",
|
||||
"react": "^17.0.0"
|
||||
},
|
||||
"peerDependenciesMeta": {
|
||||
|
@ -22075,15 +22075,15 @@
|
|||
}
|
||||
},
|
||||
"@mui/styles": {
|
||||
"version": "5.5.3",
|
||||
"resolved": "https://registry.npmjs.org/@mui/styles/-/styles-5.5.3.tgz",
|
||||
"integrity": "sha512-jxiXgyzYXDh5pUdfKvs5ZTJqQRNFUgbG9Q/hOPh0nHrKYmlrikt2Z3b9Rjrkp2QCh9R3kuy8LHlv/u+QjnnIqg==",
|
||||
"version": "5.6.1",
|
||||
"resolved": "https://registry.npmjs.org/@mui/styles/-/styles-5.6.1.tgz",
|
||||
"integrity": "sha512-4BrlZIKG5vp5gKpiyKvcSGka/VBUyEI/59WnCxPU2RxNT0WLkoGlRKTU5NO+e+Ng8h7sLR9BF6yglDhMhtUJ0Q==",
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.17.2",
|
||||
"@emotion/hash": "^0.8.0",
|
||||
"@mui/private-theming": "^5.5.3",
|
||||
"@mui/private-theming": "^5.6.1",
|
||||
"@mui/types": "^7.1.3",
|
||||
"@mui/utils": "^5.5.3",
|
||||
"@mui/utils": "^5.6.1",
|
||||
"clsx": "^1.1.1",
|
||||
"csstype": "^3.0.11",
|
||||
"hoist-non-react-statics": "^3.3.2",
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
"@mui/icons-material": "^5.6.1",
|
||||
"@mui/lab": "^5.0.0-alpha.77",
|
||||
"@mui/material": "^5.6.1",
|
||||
"@mui/styles": "^5.5.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",
|
||||
|
|
Loading…
Reference in a new issue