Skip to content

Commit

Permalink
Bump dependencies (#2911)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Pedro Ferreira <[email protected]>
  • Loading branch information
renovate[bot] and apedroferreira authored Nov 20, 2023
1 parent bb3e8f3 commit 68713dc
Show file tree
Hide file tree
Showing 15 changed files with 155 additions and 357 deletions.
10 changes: 5 additions & 5 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"dependencies": {
"@babel/core": "7.23.3",
"@babel/plugin-transform-object-assign": "7.23.3",
"@babel/runtime-corejs2": "7.23.2",
"@babel/runtime-corejs2": "7.23.4",
"@date-io/date-fns-jalali": "2.17.0",
"@docsearch/react": "3.5.2",
"@emotion/cache": "11.11.0",
Expand Down Expand Up @@ -69,12 +69,12 @@
"prop-types": "15.8.1",
"raw-loader": "4.0.2",
"react": "18.2.0",
"react-docgen": "7.0.0",
"react-docgen": "7.0.1",
"react-dom": "18.2.0",
"react-hook-form": "7.48.2",
"react-is": "18.2.0",
"react-router": "6.18.0",
"react-router-dom": "6.18.0",
"react-router": "6.19.0",
"react-router-dom": "6.19.0",
"react-runner": "1.0.3",
"react-simple-code-editor": "0.13.1",
"react-transition-group": "4.4.5",
Expand All @@ -84,7 +84,7 @@
"stylis": "4.3.0",
"stylis-plugin-rtl": "npm:stylis-plugin-rtl@^2.1.1",
"stylis-plugin-rtl-sc": "npm:stylis-plugin-rtl@^2.1.1",
"webpack-bundle-analyzer": "4.9.1"
"webpack-bundle-analyzer": "4.10.1"
},
"devDependencies": {
"@babel/plugin-transform-react-constant-elements": "7.23.3",
Expand Down
2 changes: 1 addition & 1 deletion examples/stripe-script/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"dependencies": {
"@mui/toolpad": "^0.1.37",
"archiver": "6.0.1",
"stripe": "^14.4.0"
"stripe": "^14.5.0"
}
}
2 changes: 1 addition & 1 deletion examples/with-prisma-data-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@mui/toolpad": "0.1.37",
"@prisma/client": "5.5.2",
"@prisma/client": "5.6.0",
"qrcode": "^1.5.3"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/with-prisma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@mui/toolpad": "0.1.37",
"@prisma/client": "5.5.2",
"@prisma/client": "5.6.0",
"qrcode": "^1.5.3"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
"vitest": "0.34.6",
"yargs": "17.7.2",
"zod": "3.22.4",
"zod-to-json-schema": "3.21.4"
"zod-to-json-schema": "3.22.0"
},
"engines": {
"npm": "please-use-yarn",
Expand Down
18 changes: 9 additions & 9 deletions packages/toolpad-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,13 @@
"@mui/x-date-pickers": "6.18.1",
"@mui/x-date-pickers-pro": "6.18.1",
"@mui/x-tree-view": "6.17.0",
"@tanstack/react-query": "5.8.2",
"@tanstack/react-query-devtools": "5.8.2",
"@tanstack/react-query": "5.8.4",
"@tanstack/react-query-devtools": "5.8.4",
"@types/cors": "2.8.16",
"@types/json-schema": "7.0.15",
"@types/node": "20.9.0",
"@types/node": "20.9.2",
"@types/react-dev-utils": "9.0.14",
"@vitejs/plugin-react": "4.1.1",
"@vitejs/plugin-react": "4.2.0",
"@webcontainer/env": "1.1.0",
"abort-controller": "3.0.0",
"arg": "5.0.2",
Expand All @@ -86,7 +86,7 @@
"csstype": "3.1.2",
"dayjs": "1.11.10",
"dotenv": "16.3.1",
"esbuild": "0.19.5",
"esbuild": "0.19.6",
"execa": "8.0.1",
"express": "4.18.2",
"find-up": "7.0.0",
Expand All @@ -110,7 +110,7 @@
"path-to-regexp": "6.2.1",
"perf-cascade": "3.0.3",
"pg": "8.11.3",
"piscina": "4.1.0",
"piscina": "4.2.0",
"prettier": "2.8.8",
"pretty-bytes": "6.1.1",
"react": "18.2.0",
Expand All @@ -120,9 +120,9 @@
"react-hook-form": "7.48.2",
"react-inspector": "6.0.2",
"react-is": "18.2.0",
"react-resizable-panels": "0.0.55",
"react-router-dom": "6.18.0",
"recharts": "2.9.3",
"react-resizable-panels": "0.0.61",
"react-router-dom": "6.19.0",
"recharts": "2.10.1",
"semver": "7.5.4",
"serialize-javascript": "6.0.1",
"superjson": "2.2.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@ function PageEditorContent({ node }: PageEditorContentProps) {
return (
<PageEditorProvider key={node.id} nodeId={node.id}>
<PanelGroup autoSaveId="editor/component-panel-split" direction="horizontal">
<Panel defaultSize={75} minSize={50} maxSize={80}>
<Panel defaultSizePercentage={75} minSizePercentage={50} maxSizePercentage={80}>
<PageEditorRoot>
<ComponentCatalog />
<RenderPanel className={classes.renderPanel} />
</PageEditorRoot>
</Panel>
<PanelResizeHandle />
<Panel defaultSize={25} maxSize={50} minSize={20}>
<Panel defaultSizePercentage={25} maxSizePercentage={50} minSizePercentage={20}>
<ComponentPanel />
</Panel>
</PanelGroup>
Expand Down
4 changes: 2 additions & 2 deletions packages/toolpad-app/src/toolpad/AppEditor/PagePanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ export default function PagePanel({ className, sx }: ComponentPanelProps) {
<Divider />

<PanelGroup autoSaveId="toolpad-page-panel" direction="vertical">
<Panel minSize={10} defaultSize={30} maxSize={75}>
<Panel minSizePercentage={10} defaultSizePercentage={30} maxSizePercentage={75}>
<PagesExplorer />
</Panel>
<PanelResizeHandle />
<Panel minSize={25} maxSize={90}>
<Panel minSizePercentage={25} maxSizePercentage={90}>
<PageHierarchyExplorer />
</Panel>
</PanelGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ function QueryEditor({

return (
<PanelGroup autoSaveId="toolpad-google-sheets-panel" direction="horizontal">
<Panel defaultSize={50}>
<Panel defaultSizePercentage={50}>
<QueryInputPanel onRunPreview={handleRunPreview}>
<Stack direction="column" gap={2} sx={{ px: 3, pt: 1 }}>
<Autocomplete
Expand Down Expand Up @@ -203,7 +203,7 @@ function QueryEditor({
</QueryInputPanel>
</Panel>
<PanelResizeHandle />
<Panel defaultSize={50}>
<Panel defaultSizePercentage={50}>
<Box
sx={{
height: '100%',
Expand Down
4 changes: 2 additions & 2 deletions packages/toolpad-app/src/toolpadDataSources/local/client.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ function QueryEditor({

return (
<PanelGroup direction="horizontal">
<Panel defaultSize={50} minSize={20}>
<Panel defaultSizePercentage={50} minSizePercentage={20}>
<QueryInputPanel
previewDisabled={!selectedOption}
onRunPreview={handleRunPreview}
Expand Down Expand Up @@ -388,7 +388,7 @@ function QueryEditor({
</QueryInputPanel>
</Panel>
<PanelResizeHandle />
<Panel defaultSize={50} minSize={20}>
<Panel defaultSizePercentage={50} minSizePercentage={20}>
<QueryPreview isLoading={previewIsLoading} error={preview?.error}>
<JsonView sx={{ height: '100%' }} copyToClipboard src={preview?.data} />
</QueryPreview>
Expand Down
8 changes: 4 additions & 4 deletions packages/toolpad-app/src/toolpadDataSources/rest/client.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -407,9 +407,9 @@ function QueryEditor({

return (
<PanelGroup direction="horizontal">
<Panel defaultSize={50} minSize={20}>
<Panel defaultSizePercentage={50} minSizePercentage={20}>
<PanelGroup direction="vertical">
<Panel defaultSize={60} minSize={40}>
<Panel defaultSizePercentage={60} minSizePercentage={40}>
<QueryInputPanel onRunPreview={handleRunPreview}>
<Stack gap={2} sx={{ px: 3, pt: 1 }}>
<Typography>Query</Typography>
Expand Down Expand Up @@ -537,9 +537,9 @@ function QueryEditor({

<PanelResizeHandle />

<Panel defaultSize={50} minSize={20}>
<Panel defaultSizePercentage={50} minSizePercentage={20}>
<PanelGroup direction="vertical">
<Panel defaultSize={60}>
<Panel defaultSizePercentage={60}>
<QueryPreview isLoading={previewIsLoading} error={preview?.error}>
<ResolvedPreview
preview={preview}
Expand Down
8 changes: 4 additions & 4 deletions packages/toolpad-app/src/toolpadDataSources/sql/client.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -234,9 +234,9 @@ export function QueryEditor({

return (
<PanelGroup autoSaveId="toolpad-sql-panel" direction="horizontal">
<Panel defaultSize={50}>
<Panel defaultSizePercentage={50}>
<PanelGroup direction="vertical">
<Panel defaultSize={85}>
<Panel defaultSizePercentage={85}>
<QueryInputPanel onRunPreview={handleRunPreview}>
<Box sx={{ flex: 1, minHeight: 0 }}>
<MonacoEditor
Expand All @@ -257,7 +257,7 @@ export function QueryEditor({
}}
/>
</PanelResizeHandle>
<Panel defaultSize={15}>
<Panel defaultSizePercentage={15}>
<Box sx={{ p: 2, height: '100%', overflow: 'auto' }}>
<Typography>Parameters</Typography>
<ParametersEditor
Expand All @@ -272,7 +272,7 @@ export function QueryEditor({
</Panel>
</PanelGroup>
</Panel>
<Panel defaultSize={50}>
<Panel defaultSizePercentage={50}>
<Box
sx={{
height: '100%',
Expand Down
2 changes: 1 addition & 1 deletion packages/toolpad-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@mui/x-data-grid-pro": "6.18.1",
"@mui/x-date-pickers": "6.18.1",
"@mui/x-license-pro": "6.10.2",
"@tanstack/react-query": "5.8.2",
"@tanstack/react-query": "5.8.4",
"dayjs": "1.11.10",
"invariant": "2.2.4",
"markdown-to-jsx": "7.3.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/toolpad-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"dependencies": {
"@mui/material": "5.14.18",
"@mui/toolpad-utils": "0.1.37",
"@tanstack/react-query": "5.8.2",
"@tanstack/react-query": "5.8.4",
"@types/json-schema": "7.0.15",
"cookie": "0.6.0",
"invariant": "2.2.4",
Expand Down
Loading

0 comments on commit 68713dc

Please sign in to comment.