Skip to content

Commit 791a697

Browse files
committed
Fix yarn.lock
1 parent c68a5d3 commit 791a697

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

examples/simple/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"type-check": "tsc --noEmit"
1111
},
1212
"dependencies": {
13-
"@mui/icons-material": "^5.16.12",
14-
"@mui/material": "^5.16.12",
13+
"@mui/icons-material": "^6.0.0",
14+
"@mui/material": "^6.0.0",
1515
"@tanstack/react-query": "^5.21.7",
1616
"@tanstack/react-query-devtools": "^5.21.7",
1717
"jsonexport": "^3.2.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2822,7 +2822,7 @@ __metadata:
28222822
languageName: node
28232823
linkType: hard
28242824

2825-
"@mui/icons-material@npm:^6.0.0":
2825+
"@mui/icons-material@npm:^5.16.12 || ^6.0.0, @mui/icons-material@npm:^6.0.0":
28262826
version: 6.3.1
28272827
resolution: "@mui/icons-material@npm:6.3.1"
28282828
dependencies:
@@ -2838,7 +2838,7 @@ __metadata:
28382838
languageName: node
28392839
linkType: hard
28402840

2841-
"@mui/material@npm:^6.0.0":
2841+
"@mui/material@npm:^5.16.12 || ^6.0.0, @mui/material@npm:^6.0.0":
28422842
version: 6.3.1
28432843
resolution: "@mui/material@npm:6.3.1"
28442844
dependencies:
@@ -16219,8 +16219,8 @@ __metadata:
1621916219
version: 0.0.0-use.local
1622016220
resolution: "react-admin@workspace:packages/react-admin"
1622116221
dependencies:
16222-
"@mui/icons-material": "npm:^6.0.0"
16223-
"@mui/material": "npm:^6.0.0"
16222+
"@mui/icons-material": "npm:^5.16.12 || ^6.0.0"
16223+
"@mui/material": "npm:^5.16.12 || ^6.0.0"
1622416224
cross-env: "npm:^5.2.0"
1622516225
expect: "npm:^27.4.6"
1622616226
ra-core: "npm:^5.4.3"

0 commit comments

Comments
 (0)