Skip to content

Commit

Permalink
fix(deps): replace dependency @material-ui/icons with @mui/icons-mate…
Browse files Browse the repository at this point in the history
…rial ^5.0.0
  • Loading branch information
renovate[bot] authored Jun 13, 2023
1 parent 9dace98 commit 0a51aaf
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 21 deletions.
2 changes: 1 addition & 1 deletion packages/admin-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@material-ui/core": "^4.12.4",
"@material-ui/icons": "^4.11.3",
"@mui/icons-material": "^5.0.0",
"axios": "^1.3.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"dependencies": {
"@material-ui/core": "^4.12.4",
"@material-ui/icons": "^4.11.3",
"@mui/icons-material": "^5.0.0",
"@project/common": "workspace:packages/common",
"axios": "^1.3.4",
"axios-hooks": "^4.0.0",
Expand Down
46 changes: 27 additions & 19 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,15 @@ __metadata:
languageName: node
linkType: hard

"@babel/runtime@npm:^7.21.0":
version: 7.22.5
resolution: "@babel/runtime@npm:7.22.5"
dependencies:
regenerator-runtime: ^0.13.11
checksum: 12a50b7de2531beef38840d17af50c55a094253697600cee255311222390c68eed704829308d4fd305e1b3dfbce113272e428e9d9d45b1730e0fede997eaceb1
languageName: node
linkType: hard

"@babel/template@npm:^7.20.7, @babel/template@npm:^7.3.3":
version: 7.20.7
resolution: "@babel/template@npm:7.20.7"
Expand Down Expand Up @@ -1439,23 +1448,6 @@ __metadata:
languageName: node
linkType: hard

"@material-ui/icons@npm:^4.11.3":
version: 4.11.3
resolution: "@material-ui/icons@npm:4.11.3"
dependencies:
"@babel/runtime": ^7.4.4
peerDependencies:
"@material-ui/core": ^4.0.0
"@types/react": ^16.8.6 || ^17.0.0
react: ^16.8.0 || ^17.0.0
react-dom: ^16.8.0 || ^17.0.0
peerDependenciesMeta:
"@types/react":
optional: true
checksum: f849a8c4fecddc112cfa94105a2c72e763ff76b9f8da74135b7bbadfd294ed6685897cbea6a2128099be0ce37843784893d8c64da6bde37d020956ab9067206c
languageName: node
linkType: hard

"@material-ui/styles@npm:^4.11.5":
version: 4.11.5
resolution: "@material-ui/styles@npm:4.11.5"
Expand Down Expand Up @@ -1548,6 +1540,22 @@ __metadata:
languageName: node
linkType: hard

"@mui/icons-material@npm:^5.0.0":
version: 5.11.16
resolution: "@mui/icons-material@npm:5.11.16"
dependencies:
"@babel/runtime": ^7.21.0
peerDependencies:
"@mui/material": ^5.0.0
"@types/react": ^17.0.0 || ^18.0.0
react: ^17.0.0 || ^18.0.0
peerDependenciesMeta:
"@types/react":
optional: true
checksum: db70426b6ede049307b951fc622c6ab3b156a24589242bebbc7effd4b0df2d3c7aca93796ed8dfdf20776248778a798724c7a112f8f687c3b4a1ae813f98fb17
languageName: node
linkType: hard

"@nodelib/fs.scandir@npm:2.1.5":
version: 2.1.5
resolution: "@nodelib/fs.scandir@npm:2.1.5"
Expand Down Expand Up @@ -1600,7 +1608,7 @@ __metadata:
resolution: "@project/admin-ui@workspace:packages/admin-ui"
dependencies:
"@material-ui/core": ^4.12.4
"@material-ui/icons": ^4.11.3
"@mui/icons-material": ^5.0.0
"@project/eslint-config": ^0.2.0
"@testing-library/dom": ^9.2.0
"@testing-library/jest-dom": ^5.16.5
Expand Down Expand Up @@ -1709,7 +1717,7 @@ __metadata:
resolution: "@project/ui@workspace:packages/ui"
dependencies:
"@material-ui/core": ^4.12.4
"@material-ui/icons": ^4.11.3
"@mui/icons-material": ^5.0.0
"@project/common": "workspace:packages/common"
"@project/eslint-config": ^0.2.0
"@swc/core": ^1.3.42
Expand Down

0 comments on commit 0a51aaf

Please sign in to comment.