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 13, 2024
1 parent be380af commit 9c447d2
Show file tree
Hide file tree
Showing 2 changed files with 83 additions and 10 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
91 changes: 82 additions & 9 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 @@ -9001,6 +9001,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 @@ -11752,7 +11761,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 @@ -12435,6 +12444,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 @@ -12528,6 +12558,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":
version: 5.16.7
resolution: "@mui/material@npm:5.16.7"
Expand Down Expand Up @@ -12711,7 +12775,7 @@ __metadata:
languageName: node
linkType: hard

"@mui/system@npm:^5.16.5, @mui/system@npm:^5.16.7, @mui/system@npm:^5.16.8":
"@mui/system@npm:^5.0.0, @mui/system@npm:^5.16.5, @mui/system@npm:^5.16.7, @mui/system@npm:^5.16.8":
version: 5.16.8
resolution: "@mui/system@npm:5.16.8"
dependencies:
Expand Down Expand Up @@ -12739,7 +12803,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 @@ -12751,7 +12815,7 @@ __metadata:
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, @mui/utils@npm:^5.16.8":
"@mui/utils@npm:^5.0.0, @mui/utils@npm:^5.14.15, @mui/utils@npm:^5.15.14, @mui/utils@npm:^5.16.5, @mui/utils@npm:^5.16.6, @mui/utils@npm:^5.16.8":
version: 5.16.8
resolution: "@mui/utils@npm:5.16.8"
dependencies:
Expand Down Expand Up @@ -15373,7 +15437,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 @@ -20343,6 +20407,15 @@ __metadata:
languageName: node
linkType: hard

"@types/react-transition-group@npm:^4.4.2":
version: 4.4.12
resolution: "@types/react-transition-group@npm:4.4.12"
peerDependencies:
"@types/react": "*"
checksum: 13d36396cae4d3c316b03d4a0ba299f0d039c59368ba65e04b0c3dc06fd0a16f59d2c669c3e32d6d525a95423f156b84e550d26bff0bdd8df285f305f8f3a0ed
languageName: node
linkType: hard

"@types/react@npm:18.3.16":
version: 18.3.16
resolution: "@types/react@npm:18.3.16"
Expand Down Expand Up @@ -23077,7 +23150,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 @@ -25363,7 +25436,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 @@ -39743,7 +39816,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 9c447d2

Please sign in to comment.