Skip to content

Commit

Permalink
Remove fixed peer dependency from .yarnrc.yml (#1313)
Browse files Browse the repository at this point in the history
* Remove unused dependencies

Signed-off-by: Marvin A. Ruder <[email protected]>
  • Loading branch information
marvinruder authored May 22, 2024
1 parent 3c9acb7 commit 76e4dc6
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 12 deletions.
4 changes: 0 additions & 4 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ globalFolder: ${HOME}/.cache/yarn
networkConcurrency: 1024

packageExtensions:
# fixed upstream, waiting for release in v7
"@mui/x-charts@*":
peerDependencies:
"@mui/utils": "*"
# PR: cdimascio/express-openapi-validator#907
express-openapi-validator@*:
peerDependencies:
Expand Down
2 changes: 0 additions & 2 deletions packages/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@
"@mui/icons-material": "5.15.18",
"@mui/lab": "5.0.0-alpha.170",
"@mui/material": "5.15.18",
"@mui/system": "5.15.15",
"@mui/utils": "5.15.14",
"@mui/x-charts": "7.5.0",
"@nivo/core": "0.87.0",
"@nivo/sunburst": "0.87.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { Button, DialogActions, Divider, Grid, InputAdornment, TextField, Typography } from "@mui/material";
import { Box } from "@mui/system";
import { Box, Button, DialogActions, Divider, Grid, InputAdornment, TextField, Typography } from "@mui/material";
import {
portfoliosAPIPath,
watchlistsAPIPath,
Expand Down
6 changes: 2 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -987,7 +987,7 @@ __metadata:
languageName: node
linkType: hard

"@mui/system@npm:5.15.15, @mui/system@npm:^5.15.14, @mui/system@npm:^5.15.15":
"@mui/system@npm:^5.15.14, @mui/system@npm:^5.15.15":
version: 5.15.15
resolution: "@mui/system@npm:5.15.15"
dependencies:
Expand Down Expand Up @@ -1027,7 +1027,7 @@ __metadata:
languageName: node
linkType: hard

"@mui/utils@npm:5.15.14, @mui/utils@npm:^5.15.14":
"@mui/utils@npm:^5.15.14":
version: 5.15.14
resolution: "@mui/utils@npm:5.15.14"
dependencies:
Expand Down Expand Up @@ -1528,8 +1528,6 @@ __metadata:
"@mui/icons-material": "npm:5.15.18"
"@mui/lab": "npm:5.0.0-alpha.170"
"@mui/material": "npm:5.15.18"
"@mui/system": "npm:5.15.15"
"@mui/utils": "npm:5.15.14"
"@mui/x-charts": "npm:7.5.0"
"@nivo/core": "npm:0.87.0"
"@nivo/sunburst": "npm:0.87.0"
Expand Down

0 comments on commit 76e4dc6

Please sign in to comment.