Skip to content

Commit

Permalink
chore: fix type in components (#165)
Browse files Browse the repository at this point in the history
Signed-off-by: Antonette Caldwell <[email protected]>
  • Loading branch information
nebula-aac authored Oct 16, 2023
1 parent 1458f1e commit b034fed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@emotion/react": "*",
"@emotion/styled": "*",
"@mui/material": "*",
"mui-datables": "*",
"mui-datatables": "*",
"react": "*",
"react-dom": "*"
},
Expand All @@ -50,7 +50,7 @@
"@mui/material": {
"optional": true
},
"mui-datables": {
"mui-datatables": {
"optional": true
},
"react": {
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2424,7 +2424,7 @@ __metadata:
"@emotion/react": "*"
"@emotion/styled": "*"
"@mui/material": "*"
mui-datables: "*"
mui-datatables: "*"
react: "*"
react-dom: "*"
peerDependenciesMeta:
Expand All @@ -2434,7 +2434,7 @@ __metadata:
optional: true
"@mui/material":
optional: true
mui-datables:
mui-datatables:
optional: true
react:
optional: true
Expand Down

0 comments on commit b034fed

Please sign in to comment.