Skip to content

Commit

Permalink
Fix issues from trying MUI ESM branch (#3417)
Browse files Browse the repository at this point in the history
  • Loading branch information
Janpot authored Apr 22, 2024
1 parent 186d3be commit 46cacbc
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 222 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@mui/joy": "5.0.0-beta.32",
"@mui/lab": "5.0.0-alpha.170",
"@mui/material": "5.15.15",
"@mui/material-nextjs": "^5.15.11",
"@mui/material-nextjs": "5.15.11",
"@mui/styles": "5.15.15",
"@mui/utils": "5.15.14",
"@mui/x-license": "7.2.0",
Expand Down
4 changes: 0 additions & 4 deletions packages/toolpad-studio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,7 @@
"lint": "prettier --check .",
"fix": "prettier --write .",
"build:cli": "tsup",
"build:typings": "tsx ./scripts/typings.mts",
"dev:cli": "tsup --watch",
"dev:typings": "pnpm build:typings",
"waitForApp": "tsx ./scripts/waitForApp.mts",
"check-types": "tsup && tsc --noEmit",
"test": "vitest run"
},
Expand Down Expand Up @@ -71,7 +68,6 @@
"@vitejs/plugin-react": "4.2.1",
"@webcontainer/env": "1.1.1",
"abort-controller": "3.0.0",
"arg": "5.0.2",
"basic-auth": "2.0.1",
"chalk": "5.3.0",
"chokidar": "3.6.0",
Expand Down
7 changes: 0 additions & 7 deletions packages/toolpad-studio/scripts/tsconfig.json

This file was deleted.

111 changes: 0 additions & 111 deletions packages/toolpad-studio/scripts/typings.mts

This file was deleted.

44 changes: 0 additions & 44 deletions packages/toolpad-studio/scripts/waitForApp.mts

This file was deleted.

45 changes: 0 additions & 45 deletions packages/toolpad-studio/scripts/waitForDb.mts

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@ import PlayArrowIcon from '@mui/icons-material/PlayArrow';
import { TabContext, TabList } from '@mui/lab';
import { useBrowserJsRuntime } from '@toolpad/studio-runtime/jsBrowserRuntime';
import { errorFrom } from '@toolpad/utils/errors';

import { useQuery } from '@tanstack/react-query';
import Grid2 from '@mui/material/Unstable_Grid2/Grid2';
import Grid2 from '@mui/material/Unstable_Grid2';
import TabPanel from '../../components/TabPanel';
import { ClientDataSource, QueryEditorProps } from '../../types';
import { LocalPrivateApi, LocalQuery, LocalConnectionParams } from './types';
Expand Down
9 changes: 1 addition & 8 deletions pnpm-lock.yaml

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

0 comments on commit 46cacbc

Please sign in to comment.