Skip to content

Commit

Permalink
update mui
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanGoncharov committed Sep 28, 2024
1 parent 88817c0 commit 065c2b3
Show file tree
Hide file tree
Showing 7 changed files with 232 additions and 50 deletions.
274 changes: 228 additions & 46 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@
"dependencies": {
"@emotion/react": "11.13.3",
"@emotion/styled": "11.13.0",
"@mui/icons-material": "5.16.7",
"@mui/icons-material": "6.1.1",
"@mui/lab": "5.0.0-alpha.169",
"@mui/material": "5.16.7",
"@mui/material": "6.1.1",
"commonmark": "0.31.2",
"svg-pan-zoom": "3.6.1"
},
Expand Down
4 changes: 2 additions & 2 deletions src/components/IntrospectionModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ import Button from '@mui/material/Button';
import Dialog from '@mui/material/Dialog';
import DialogActions from '@mui/material/DialogActions';
import DialogContent from '@mui/material/DialogContent';
import Grid from '@mui/material/Grid2';
import Stack from '@mui/material/Stack';
import Tab from '@mui/material/Tab';
import TextField from '@mui/material/TextField';
import Tooltip from '@mui/material/Tooltip';
import Typography from '@mui/material/Typography';
import Grid from '@mui/material/Unstable_Grid2';
import { buildClientSchema } from 'graphql/utilities';
import { useState } from 'react';

Expand Down Expand Up @@ -179,7 +179,7 @@ function PresetsTab(props: PresetsTabProps) {
return (
<Grid container spacing={4}>
{presetNames.map((name) => (
<Grid xs={12} sm={6} key={name}>
<Grid size={{ xs: 12, sm: 6 }} key={name}>
<Button
fullWidth
variant="outlined"
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests/demo.spec.ts-snapshots/choose-yelp-preset-Demo-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 065c2b3

Please sign in to comment.