Skip to content

Commit

Permalink
fix(deps): replace dependency @material-ui/core with @mui/material 5.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 10, 2024
1 parent e00adfa commit c9b5162
Show file tree
Hide file tree
Showing 2 changed files with 167 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@backstage/plugin-techdocs": "1.11.0",
"@backstage/plugin-techdocs-module-addons-contrib": "1.1.16",
"@backstage/plugin-techdocs-react": "1.2.9",
"@material-ui/core": "4.12.4",
"@mui/material": "5.0.0",
"jss": "10.10.0"
},
"peerDependencies": {
Expand Down
173 changes: 166 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3226,7 +3226,7 @@ __metadata:
languageName: node
linkType: hard

"@babel/runtime@npm:^7.0.0, @babel/runtime@npm:^7.1.2, @babel/runtime@npm:^7.10.1, @babel/runtime@npm:^7.12.5, @babel/runtime@npm:^7.13.10, @babel/runtime@npm:^7.15.4, @babel/runtime@npm:^7.18.3, @babel/runtime@npm:^7.18.6, @babel/runtime@npm:^7.2.0, @babel/runtime@npm:^7.20.6, @babel/runtime@npm:^7.21.0, @babel/runtime@npm:^7.23.2, @babel/runtime@npm:^7.23.9, @babel/runtime@npm:^7.24.8, @babel/runtime@npm:^7.25.0, @babel/runtime@npm:^7.26.0, @babel/runtime@npm:^7.3.1, @babel/runtime@npm:^7.4.4, @babel/runtime@npm:^7.5.5, @babel/runtime@npm:^7.6.0, @babel/runtime@npm:^7.7.6, @babel/runtime@npm:^7.8.3, @babel/runtime@npm:^7.8.4, @babel/runtime@npm:^7.8.7, @babel/runtime@npm:^7.9.2":
"@babel/runtime@npm:^7.0.0, @babel/runtime@npm:^7.1.2, @babel/runtime@npm:^7.10.1, @babel/runtime@npm:^7.12.5, @babel/runtime@npm:^7.13.10, @babel/runtime@npm:^7.14.8, @babel/runtime@npm:^7.15.4, @babel/runtime@npm:^7.18.3, @babel/runtime@npm:^7.18.6, @babel/runtime@npm:^7.2.0, @babel/runtime@npm:^7.20.6, @babel/runtime@npm:^7.21.0, @babel/runtime@npm:^7.23.2, @babel/runtime@npm:^7.23.9, @babel/runtime@npm:^7.24.8, @babel/runtime@npm:^7.25.0, @babel/runtime@npm:^7.26.0, @babel/runtime@npm:^7.3.1, @babel/runtime@npm:^7.4.4, @babel/runtime@npm:^7.5.5, @babel/runtime@npm:^7.6.0, @babel/runtime@npm:^7.7.6, @babel/runtime@npm:^7.8.3, @babel/runtime@npm:^7.8.4, @babel/runtime@npm:^7.8.7, @babel/runtime@npm:^7.9.2":
version: 7.26.0
resolution: "@babel/runtime@npm:7.26.0"
dependencies:
Expand Down Expand Up @@ -9053,6 +9053,15 @@ __metadata:
languageName: node
linkType: hard

"@emotion/is-prop-valid@npm:^1.1.0":
version: 1.3.1
resolution: "@emotion/is-prop-valid@npm:1.3.1"
dependencies:
"@emotion/memoize": ^0.9.0
checksum: fe6549d54f389e1a17cb02d832af7ee85fb6ea126fc18d02ca47216e8ff19332c1983f4a0ba68602cfcd3b325ffd4ebf0b2d0c6270f1e7e6fe3fca4ba7741e1a
languageName: node
linkType: hard

"@emotion/is-prop-valid@npm:^1.3.0":
version: 1.3.0
resolution: "@emotion/is-prop-valid@npm:1.3.0"
Expand Down Expand Up @@ -11804,7 +11813,7 @@ __metadata:
languageName: node
linkType: hard

"@material-ui/core@npm:4.12.4, @material-ui/core@npm:^4.12.2, @material-ui/core@npm:^4.12.4, @material-ui/core@npm:^4.9.13":
"@material-ui/core@npm:^4.12.2, @material-ui/core@npm:^4.12.4, @material-ui/core@npm:^4.9.13":
version: 4.12.4
resolution: "@material-ui/core@npm:4.12.4"
dependencies:
Expand Down Expand Up @@ -12487,6 +12496,27 @@ __metadata:
languageName: node
linkType: hard

"@mui/core@npm:5.0.0-alpha.47":
version: 5.0.0-alpha.47
resolution: "@mui/core@npm:5.0.0-alpha.47"
dependencies:
"@babel/runtime": ^7.14.8
"@emotion/is-prop-valid": ^1.1.0
"@mui/utils": ^5.0.0
clsx: ^1.1.1
prop-types: ^15.7.2
react-is: ^17.0.2
peerDependencies:
"@types/react": ^16.8.6 || ^17.0.0
react: ^17.0.2
react-dom: ^17.0.2
peerDependenciesMeta:
"@types/react":
optional: true
checksum: 6d8a27aa25c04fdb94928035d5598e18b5d02733ff50948ed4289d0590c8575417572a86005254dfdb5661630b6170cbb9be1908bc621f1a61be6581d0743d2a
languageName: node
linkType: hard

"@mui/icons-material@npm:5.15.17":
version: 5.15.17
resolution: "@mui/icons-material@npm:5.15.17"
Expand Down Expand Up @@ -12580,6 +12610,40 @@ __metadata:
languageName: node
linkType: hard

"@mui/material@npm:5.0.0":
version: 5.0.0
resolution: "@mui/material@npm:5.0.0"
dependencies:
"@babel/runtime": ^7.14.8
"@mui/core": 5.0.0-alpha.47
"@mui/system": ^5.0.0
"@mui/types": ^7.0.0
"@mui/utils": ^5.0.0
"@popperjs/core": ^2.4.4
"@types/react-transition-group": ^4.4.2
clsx: ^1.1.1
csstype: ^3.0.8
hoist-non-react-statics: ^3.3.2
prop-types: ^15.7.2
react-is: ^17.0.2
react-transition-group: ^4.4.2
peerDependencies:
"@emotion/react": ^11.4.1
"@emotion/styled": ^11.3.0
"@types/react": ^16.8.6 || ^17.0.0
react: ^17.0.2
react-dom: ^17.0.2
peerDependenciesMeta:
"@emotion/react":
optional: true
"@emotion/styled":
optional: true
"@types/react":
optional: true
checksum: a2ea8d91cc15479a27aa4d15d3e51d9560dc3342e75805c1630de4667906ee13063582874567e7d59c376a9ca1bc1994552d523e2d2be2b3fcacaf6df020fc33
languageName: node
linkType: hard

"@mui/material@npm:5.16.7, @mui/material@npm:^5.12.2, @mui/material@npm:^5.14.18, @mui/material@npm:^5.15.17, @mui/material@npm:^5.15.19, @mui/material@npm:^5.16.7":
version: 5.16.7
resolution: "@mui/material@npm:5.16.7"
Expand Down Expand Up @@ -12630,6 +12694,23 @@ __metadata:
languageName: node
linkType: hard

"@mui/private-theming@npm:^5.16.8":
version: 5.16.8
resolution: "@mui/private-theming@npm:5.16.8"
dependencies:
"@babel/runtime": ^7.23.9
"@mui/utils": ^5.16.8
prop-types: ^15.8.1
peerDependencies:
"@types/react": ^17.0.0 || ^18.0.0 || ^19.0.0
react: ^17.0.0 || ^18.0.0 || ^19.0.0
peerDependenciesMeta:
"@types/react":
optional: true
checksum: 576cf19188c236482a8a698978d3061c7e8d76ba9d891d323ce96d92d6b80d88e1aa2a67fe4698d76b8a43221ef0f8ed21be74971fc684ce1279dc73fd34316b
languageName: node
linkType: hard

"@mui/private-theming@npm:^6.1.9":
version: 6.1.9
resolution: "@mui/private-theming@npm:6.1.9"
Expand Down Expand Up @@ -12668,6 +12749,27 @@ __metadata:
languageName: node
linkType: hard

"@mui/styled-engine@npm:^5.16.8":
version: 5.16.8
resolution: "@mui/styled-engine@npm:5.16.8"
dependencies:
"@babel/runtime": ^7.23.9
"@emotion/cache": ^11.11.0
csstype: ^3.1.3
prop-types: ^15.8.1
peerDependencies:
"@emotion/react": ^11.4.1
"@emotion/styled": ^11.3.0
react: ^17.0.0 || ^18.0.0 || ^19.0.0
peerDependenciesMeta:
"@emotion/react":
optional: true
"@emotion/styled":
optional: true
checksum: 8eab246e985bbe2707af4620a3193166bacefb029df65ac846cfc0ac5d7996fcb72c50327241f60913538f58a2ad9aa6de3ef12b72eb7750c71f8d3c284a420b
languageName: node
linkType: hard

"@mui/styles@npm:5.16.7, @mui/styles@npm:^5.16.7":
version: 5.16.7
resolution: "@mui/styles@npm:5.16.7"
Expand Down Expand Up @@ -12730,6 +12832,34 @@ __metadata:
languageName: node
linkType: hard

"@mui/system@npm:^5.0.0":
version: 5.16.8
resolution: "@mui/system@npm:5.16.8"
dependencies:
"@babel/runtime": ^7.23.9
"@mui/private-theming": ^5.16.8
"@mui/styled-engine": ^5.16.8
"@mui/types": ^7.2.15
"@mui/utils": ^5.16.8
clsx: ^2.1.0
csstype: ^3.1.3
prop-types: ^15.8.1
peerDependencies:
"@emotion/react": ^11.5.0
"@emotion/styled": ^11.3.0
"@types/react": ^17.0.0 || ^18.0.0 || ^19.0.0
react: ^17.0.0 || ^18.0.0 || ^19.0.0
peerDependenciesMeta:
"@emotion/react":
optional: true
"@emotion/styled":
optional: true
"@types/react":
optional: true
checksum: 8082b176009fa907cdb0391db59db6cd3589659ad92497caec998c01e1683978ab2eda4ece4d12e523d233b062aa5946d4a438d9a22bf172f0568be1db773e9c
languageName: node
linkType: hard

"@mui/system@npm:^5.16.5, @mui/system@npm:^5.16.7":
version: 5.16.7
resolution: "@mui/system@npm:5.16.7"
Expand Down Expand Up @@ -12758,7 +12888,7 @@ __metadata:
languageName: node
linkType: hard

"@mui/types@npm:^7.2.14, @mui/types@npm:^7.2.15, @mui/types@npm:^7.2.19":
"@mui/types@npm:^7.0.0, @mui/types@npm:^7.2.14, @mui/types@npm:^7.2.15, @mui/types@npm:^7.2.19":
version: 7.2.19
resolution: "@mui/types@npm:7.2.19"
peerDependencies:
Expand All @@ -12770,6 +12900,26 @@ __metadata:
languageName: node
linkType: hard

"@mui/utils@npm:^5.0.0, @mui/utils@npm:^5.16.8":
version: 5.16.8
resolution: "@mui/utils@npm:5.16.8"
dependencies:
"@babel/runtime": ^7.23.9
"@mui/types": ^7.2.15
"@types/prop-types": ^15.7.12
clsx: ^2.1.1
prop-types: ^15.8.1
react-is: ^18.3.1
peerDependencies:
"@types/react": ^17.0.0 || ^18.0.0 || ^19.0.0
react: ^17.0.0 || ^18.0.0 || ^19.0.0
peerDependenciesMeta:
"@types/react":
optional: true
checksum: ed714c6aa583bdf17af9f523c9b9ba3789a47677aa6408bc2afd842fa9eaa6d111361c1309435d481ea03b8c695e22ead98c43dc13239c63a3da481c95e5ad72
languageName: node
linkType: hard

"@mui/utils@npm:^5.14.15, @mui/utils@npm:^5.15.14, @mui/utils@npm:^5.16.5, @mui/utils@npm:^5.16.6":
version: 5.16.6
resolution: "@mui/utils@npm:5.16.6"
Expand Down Expand Up @@ -15344,7 +15494,7 @@ __metadata:
languageName: node
linkType: hard

"@popperjs/core@npm:^2.11.8":
"@popperjs/core@npm:^2.11.8, @popperjs/core@npm:^2.4.4":
version: 2.11.8
resolution: "@popperjs/core@npm:2.11.8"
checksum: e5c69fdebf52a4012f6a1f14817ca8e9599cb1be73dd1387e1785e2ed5e5f0862ff817f420a87c7fc532add1f88a12e25aeb010ffcbdc98eace3d55ce2139cf0
Expand Down Expand Up @@ -20305,6 +20455,15 @@ __metadata:
languageName: node
linkType: hard

"@types/react-transition-group@npm:^4.4.2":
version: 4.4.11
resolution: "@types/react-transition-group@npm:4.4.11"
dependencies:
"@types/react": "*"
checksum: a6e3b2e4363cb019e256ae4f19dadf9d7eb199da1a5e4109bbbf6a132821884044d332e9c74b520b1e5321a7f545502443fd1ce0b18649c8b510fa4220b0e5c2
languageName: node
linkType: hard

"@types/react@npm:18.3.12":
version: 18.3.12
resolution: "@types/react@npm:18.3.12"
Expand Down Expand Up @@ -23038,7 +23197,7 @@ __metadata:
"@backstage/plugin-techdocs-module-addons-contrib": 1.1.16
"@backstage/plugin-techdocs-react": 1.2.9
"@janus-idp/cli": 1.18.5
"@material-ui/core": 4.12.4
"@mui/material": 5.0.0
jss: 10.10.0
react: 18.3.1
typescript: 5.6.3
Expand Down Expand Up @@ -25324,7 +25483,7 @@ __metadata:
languageName: node
linkType: hard

"csstype@npm:^3.0.2, csstype@npm:^3.1.2, csstype@npm:^3.1.3":
"csstype@npm:^3.0.2, csstype@npm:^3.0.8, csstype@npm:^3.1.2, csstype@npm:^3.1.3":
version: 3.1.3
resolution: "csstype@npm:3.1.3"
checksum: 8db785cc92d259102725b3c694ec0c823f5619a84741b5c7991b8ad135dfaa66093038a1cc63e03361a6cd28d122be48f2106ae72334e067dd619a51f49eddf7
Expand Down Expand Up @@ -39702,7 +39861,7 @@ __metadata:
languageName: node
linkType: hard

"react-transition-group@npm:^4.0.0, react-transition-group@npm:^4.4.0, react-transition-group@npm:^4.4.5":
"react-transition-group@npm:^4.0.0, react-transition-group@npm:^4.4.0, react-transition-group@npm:^4.4.2, react-transition-group@npm:^4.4.5":
version: 4.4.5
resolution: "react-transition-group@npm:4.4.5"
dependencies:
Expand Down

0 comments on commit c9b5162

Please sign in to comment.