build(deps): bump @mui/material in /app/vmui/packages/vmui (#2094)

Bumps [@mui/material](https://github.com/mui-org/material-ui/tree/HEAD/packages/mui-material) from 5.2.8 to 5.3.0.
- [Release notes](https://github.com/mui-org/material-ui/releases)
- [Changelog](https://github.com/mui-org/material-ui/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mui-org/material-ui/commits/v5.3.0/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:
dependabot[bot] 2022-01-24 13:01:43 +03:00 committed by GitHub
parent 789bee8792
commit b4ec350a94
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 110 additions and 63 deletions

View file

@ -12,7 +12,7 @@
"@emotion/styled": "^11.6.0",
"@mui/icons-material": "^5.3.0",
"@mui/lab": "^5.0.0-alpha.64",
"@mui/material": "^5.2.8",
"@mui/material": "^5.3.0",
"@mui/styles": "^5.2.3",
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/react": "^12.1.2",
@ -3200,15 +3200,15 @@
}
},
"node_modules/@mui/material": {
"version": "5.2.8",
"resolved": "https://registry.npmjs.org/@mui/material/-/material-5.2.8.tgz",
"integrity": "sha512-GYNYoTDw3C07D1rkB9pTS3xMH3gL0p3kb27SVMrMqP3AWrFxfrS73OnsonJh6Uy/F22pYX6rJxiFOhPq5+i4Eg==",
"version": "5.3.0",
"resolved": "https://registry.npmjs.org/@mui/material/-/material-5.3.0.tgz",
"integrity": "sha512-zLdlweBHrKpOwHFoMXA6FFgKQOONuX4sQhODcj9dk5uPeScuMDE26svcsrPam5Y1PKXZX78YEGHB5Jr5PHGpTA==",
"dependencies": {
"@babel/runtime": "^7.16.3",
"@mui/base": "5.0.0-alpha.64",
"@mui/system": "^5.2.8",
"@babel/runtime": "^7.16.7",
"@mui/base": "5.0.0-alpha.65",
"@mui/system": "^5.3.0",
"@mui/types": "^7.1.0",
"@mui/utils": "^5.2.3",
"@mui/utils": "^5.3.0",
"@types/react-transition-group": "^4.4.4",
"clsx": "^1.1.1",
"csstype": "^3.0.10",
@ -3228,8 +3228,8 @@
"@emotion/react": "^11.5.0",
"@emotion/styled": "^11.3.0",
"@types/react": "^16.8.6 || ^17.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2"
"react": "^17.0.0",
"react-dom": "^17.0.0"
},
"peerDependenciesMeta": {
"@emotion/react": {
@ -3243,13 +3243,44 @@
}
}
},
"node_modules/@mui/private-theming": {
"version": "5.2.3",
"resolved": "https://registry.npmjs.org/@mui/private-theming/-/private-theming-5.2.3.tgz",
"integrity": "sha512-Lc1Cmu8lSsYZiXADi9PBb17Ho82ZbseHQujUFAcp6bCJ5x/d+87JYCIpCBMagPu/isRlFCwbziuXPmz7WOzJPQ==",
"node_modules/@mui/material/node_modules/@mui/base": {
"version": "5.0.0-alpha.65",
"resolved": "https://registry.npmjs.org/@mui/base/-/base-5.0.0-alpha.65.tgz",
"integrity": "sha512-6LCTWVoSnEoQuWdxA+Z1qqmlNK4aZj7LvCuLJzq3RVS2PskRuo1O3caVFxAzRu7xrY3zsyL/sUsJI+rdcjhuXw==",
"dependencies": {
"@babel/runtime": "^7.16.3",
"@mui/utils": "^5.2.3",
"@babel/runtime": "^7.16.7",
"@emotion/is-prop-valid": "^1.1.1",
"@mui/utils": "^5.3.0",
"@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/private-theming": {
"version": "5.3.0",
"resolved": "https://registry.npmjs.org/@mui/private-theming/-/private-theming-5.3.0.tgz",
"integrity": "sha512-EBobUEyM9fMnteKrVPp8pTMUh81xXakyfdpkoh7Y19q9JpD2eh7QGAQVJVj0JBFlcUJD60NIE4K8rdokrRmLwg==",
"dependencies": {
"@babel/runtime": "^7.16.7",
"@mui/utils": "^5.3.0",
"prop-types": "^15.7.2"
},
"engines": {
@ -3261,7 +3292,7 @@
},
"peerDependencies": {
"@types/react": "^16.8.6 || ^17.0.0",
"react": "^17.0.2"
"react": "^17.0.0"
},
"peerDependenciesMeta": {
"@types/react": {
@ -3270,11 +3301,11 @@
}
},
"node_modules/@mui/styled-engine": {
"version": "5.2.6",
"resolved": "https://registry.npmjs.org/@mui/styled-engine/-/styled-engine-5.2.6.tgz",
"integrity": "sha512-bqAhli8eGS6v2qxivy2/4K0Ag8o//jsu1G2G6QcieFiT6y7oIF/nd/6Tvw6OSm3roOTifVQWNKwkt1yFWhGS+w==",
"version": "5.3.0",
"resolved": "https://registry.npmjs.org/@mui/styled-engine/-/styled-engine-5.3.0.tgz",
"integrity": "sha512-I4YemFy9WnCLUdZ5T+6egpzc8e7Jq/uh9AJ3QInZHbyNu/9I2SWvNn7vHjWOT/D8Y8LMzIOhu5WwZbzjez7YRw==",
"dependencies": {
"@babel/runtime": "^7.16.3",
"@babel/runtime": "^7.16.7",
"@emotion/cache": "^11.7.1",
"prop-types": "^15.7.2"
},
@ -3288,7 +3319,7 @@
"peerDependencies": {
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11.3.0",
"react": "^17.0.2"
"react": "^17.0.0"
},
"peerDependenciesMeta": {
"@emotion/react": {
@ -3340,15 +3371,15 @@
}
},
"node_modules/@mui/system": {
"version": "5.2.8",
"resolved": "https://registry.npmjs.org/@mui/system/-/system-5.2.8.tgz",
"integrity": "sha512-tje1HRubQUk+cDJBG5F83X1j0XzVe+qhellKxByrJVOEEDHoSpbc8UW+NCLSuBBHvOikxihuv3SS4VOWOo2/BQ==",
"version": "5.3.0",
"resolved": "https://registry.npmjs.org/@mui/system/-/system-5.3.0.tgz",
"integrity": "sha512-mblz3EObrhhIMPwSEe2Az7MbMaXOFgrvItPOzZwcY5O9qERB7Rr8KQgbU8VouWLUqyV2i8BaFpLrkKPA6eX2Aw==",
"dependencies": {
"@babel/runtime": "^7.16.3",
"@mui/private-theming": "^5.2.3",
"@mui/styled-engine": "^5.2.6",
"@babel/runtime": "^7.16.7",
"@mui/private-theming": "^5.3.0",
"@mui/styled-engine": "^5.3.0",
"@mui/types": "^7.1.0",
"@mui/utils": "^5.2.3",
"@mui/utils": "^5.3.0",
"clsx": "^1.1.1",
"csstype": "^3.0.10",
"prop-types": "^15.7.2"
@ -3364,7 +3395,7 @@
"@emotion/react": "^11.5.0",
"@emotion/styled": "^11.3.0",
"@types/react": "^16.8.6 || ^17.0.0",
"react": "^17.0.2"
"react": "^17.0.0"
},
"peerDependenciesMeta": {
"@emotion/react": {
@ -3392,11 +3423,11 @@
}
},
"node_modules/@mui/utils": {
"version": "5.2.3",
"resolved": "https://registry.npmjs.org/@mui/utils/-/utils-5.2.3.tgz",
"integrity": "sha512-sQujlajIS0zQKcGIS6tZR0L1R+ib26B6UtuEn+cZqwKHsPo3feuS+SkdscYBdcCdMbrZs4gj8WIJHl2z6tbSzQ==",
"version": "5.3.0",
"resolved": "https://registry.npmjs.org/@mui/utils/-/utils-5.3.0.tgz",
"integrity": "sha512-O/E9IQKPMg0OrN7+gkn7Ga5o5WA2iXQGdyqNBFPNrYzxOvwzsEtM5K7MtTCGGYKFe8mhTRM0ZOjh5OM0dglw+Q==",
"dependencies": {
"@babel/runtime": "^7.16.3",
"@babel/runtime": "^7.16.7",
"@types/prop-types": "^15.7.4",
"@types/react-is": "^16.7.1 || ^17.0.0",
"prop-types": "^15.7.2",
@ -3410,7 +3441,7 @@
"url": "https://opencollective.com/mui"
},
"peerDependencies": {
"react": "^17.0.2"
"react": "^17.0.0"
}
},
"node_modules/@nodelib/fs.scandir": {
@ -21642,15 +21673,15 @@
}
},
"@mui/material": {
"version": "5.2.8",
"resolved": "https://registry.npmjs.org/@mui/material/-/material-5.2.8.tgz",
"integrity": "sha512-GYNYoTDw3C07D1rkB9pTS3xMH3gL0p3kb27SVMrMqP3AWrFxfrS73OnsonJh6Uy/F22pYX6rJxiFOhPq5+i4Eg==",
"version": "5.3.0",
"resolved": "https://registry.npmjs.org/@mui/material/-/material-5.3.0.tgz",
"integrity": "sha512-zLdlweBHrKpOwHFoMXA6FFgKQOONuX4sQhODcj9dk5uPeScuMDE26svcsrPam5Y1PKXZX78YEGHB5Jr5PHGpTA==",
"requires": {
"@babel/runtime": "^7.16.3",
"@mui/base": "5.0.0-alpha.64",
"@mui/system": "^5.2.8",
"@babel/runtime": "^7.16.7",
"@mui/base": "5.0.0-alpha.65",
"@mui/system": "^5.3.0",
"@mui/types": "^7.1.0",
"@mui/utils": "^5.2.3",
"@mui/utils": "^5.3.0",
"@types/react-transition-group": "^4.4.4",
"clsx": "^1.1.1",
"csstype": "^3.0.10",
@ -21658,24 +21689,40 @@
"prop-types": "^15.7.2",
"react-is": "^17.0.2",
"react-transition-group": "^4.4.2"
},
"dependencies": {
"@mui/base": {
"version": "5.0.0-alpha.65",
"resolved": "https://registry.npmjs.org/@mui/base/-/base-5.0.0-alpha.65.tgz",
"integrity": "sha512-6LCTWVoSnEoQuWdxA+Z1qqmlNK4aZj7LvCuLJzq3RVS2PskRuo1O3caVFxAzRu7xrY3zsyL/sUsJI+rdcjhuXw==",
"requires": {
"@babel/runtime": "^7.16.7",
"@emotion/is-prop-valid": "^1.1.1",
"@mui/utils": "^5.3.0",
"@popperjs/core": "^2.4.4",
"clsx": "^1.1.1",
"prop-types": "^15.7.2",
"react-is": "^17.0.2"
}
}
}
},
"@mui/private-theming": {
"version": "5.2.3",
"resolved": "https://registry.npmjs.org/@mui/private-theming/-/private-theming-5.2.3.tgz",
"integrity": "sha512-Lc1Cmu8lSsYZiXADi9PBb17Ho82ZbseHQujUFAcp6bCJ5x/d+87JYCIpCBMagPu/isRlFCwbziuXPmz7WOzJPQ==",
"version": "5.3.0",
"resolved": "https://registry.npmjs.org/@mui/private-theming/-/private-theming-5.3.0.tgz",
"integrity": "sha512-EBobUEyM9fMnteKrVPp8pTMUh81xXakyfdpkoh7Y19q9JpD2eh7QGAQVJVj0JBFlcUJD60NIE4K8rdokrRmLwg==",
"requires": {
"@babel/runtime": "^7.16.3",
"@mui/utils": "^5.2.3",
"@babel/runtime": "^7.16.7",
"@mui/utils": "^5.3.0",
"prop-types": "^15.7.2"
}
},
"@mui/styled-engine": {
"version": "5.2.6",
"resolved": "https://registry.npmjs.org/@mui/styled-engine/-/styled-engine-5.2.6.tgz",
"integrity": "sha512-bqAhli8eGS6v2qxivy2/4K0Ag8o//jsu1G2G6QcieFiT6y7oIF/nd/6Tvw6OSm3roOTifVQWNKwkt1yFWhGS+w==",
"version": "5.3.0",
"resolved": "https://registry.npmjs.org/@mui/styled-engine/-/styled-engine-5.3.0.tgz",
"integrity": "sha512-I4YemFy9WnCLUdZ5T+6egpzc8e7Jq/uh9AJ3QInZHbyNu/9I2SWvNn7vHjWOT/D8Y8LMzIOhu5WwZbzjez7YRw==",
"requires": {
"@babel/runtime": "^7.16.3",
"@babel/runtime": "^7.16.7",
"@emotion/cache": "^11.7.1",
"prop-types": "^15.7.2"
}
@ -21705,15 +21752,15 @@
}
},
"@mui/system": {
"version": "5.2.8",
"resolved": "https://registry.npmjs.org/@mui/system/-/system-5.2.8.tgz",
"integrity": "sha512-tje1HRubQUk+cDJBG5F83X1j0XzVe+qhellKxByrJVOEEDHoSpbc8UW+NCLSuBBHvOikxihuv3SS4VOWOo2/BQ==",
"version": "5.3.0",
"resolved": "https://registry.npmjs.org/@mui/system/-/system-5.3.0.tgz",
"integrity": "sha512-mblz3EObrhhIMPwSEe2Az7MbMaXOFgrvItPOzZwcY5O9qERB7Rr8KQgbU8VouWLUqyV2i8BaFpLrkKPA6eX2Aw==",
"requires": {
"@babel/runtime": "^7.16.3",
"@mui/private-theming": "^5.2.3",
"@mui/styled-engine": "^5.2.6",
"@babel/runtime": "^7.16.7",
"@mui/private-theming": "^5.3.0",
"@mui/styled-engine": "^5.3.0",
"@mui/types": "^7.1.0",
"@mui/utils": "^5.2.3",
"@mui/utils": "^5.3.0",
"clsx": "^1.1.1",
"csstype": "^3.0.10",
"prop-types": "^15.7.2"
@ -21726,11 +21773,11 @@
"requires": {}
},
"@mui/utils": {
"version": "5.2.3",
"resolved": "https://registry.npmjs.org/@mui/utils/-/utils-5.2.3.tgz",
"integrity": "sha512-sQujlajIS0zQKcGIS6tZR0L1R+ib26B6UtuEn+cZqwKHsPo3feuS+SkdscYBdcCdMbrZs4gj8WIJHl2z6tbSzQ==",
"version": "5.3.0",
"resolved": "https://registry.npmjs.org/@mui/utils/-/utils-5.3.0.tgz",
"integrity": "sha512-O/E9IQKPMg0OrN7+gkn7Ga5o5WA2iXQGdyqNBFPNrYzxOvwzsEtM5K7MtTCGGYKFe8mhTRM0ZOjh5OM0dglw+Q==",
"requires": {
"@babel/runtime": "^7.16.3",
"@babel/runtime": "^7.16.7",
"@types/prop-types": "^15.7.4",
"@types/react-is": "^16.7.1 || ^17.0.0",
"prop-types": "^15.7.2",

View file

@ -8,7 +8,7 @@
"@emotion/styled": "^11.6.0",
"@mui/icons-material": "^5.3.0",
"@mui/lab": "^5.0.0-alpha.64",
"@mui/material": "^5.2.8",
"@mui/material": "^5.3.0",
"@mui/styles": "^5.2.3",
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/react": "^12.1.2",