Skip to content

Commit

Permalink
Bump dependencies (#3362)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Apr 8, 2024
1 parent b140aef commit 58dcefb
Show file tree
Hide file tree
Showing 11 changed files with 180 additions and 255 deletions.
8 changes: 4 additions & 4 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
"typescript:transpile:dev": "cross-env BABEL_ENV=development babel-node --extensions \".tsx,.ts,.js\" scripts/formattedTSDemos --watch"
},
"dependencies": {
"@babel/core": "7.24.3",
"@babel/core": "7.24.4",
"@babel/plugin-transform-object-assign": "7.24.1",
"@babel/runtime-corejs2": "7.24.1",
"@babel/runtime-corejs2": "7.24.4",
"@date-io/date-fns-jalali": "3.0.0",
"@docsearch/react": "3.6.0",
"@emotion/cache": "11.11.0",
Expand All @@ -38,7 +38,7 @@
"@toolpad/studio": "workspace:*",
"@trendmicro/react-interpolate": "0.5.5",
"@types/lodash": "4.17.0",
"@types/react-dom": "18.2.23",
"@types/react-dom": "18.2.24",
"@types/react-router-dom": "5.3.3",
"accept-language": "3.0.18",
"ast-types": "0.14.2",
Expand All @@ -62,7 +62,7 @@
"jss-rtl": "0.3.0",
"lodash": "4.17.21",
"lz-string": "1.5.0",
"markdown-to-jsx": "7.4.5",
"markdown-to-jsx": "7.4.6",
"marked": "12.0.1",
"next": "^13.5.6",
"nprogress": "0.2.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/react-pages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@mui/material": "5.15.15",
"@toolpad/studio": "0.1.53",
"@mui/x-data-grid": "7.1.1",
"@tanstack/react-query": "5.28.9"
"@tanstack/react-query": "5.29.0"
},
"devDependencies": {}
}
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": {
"@toolpad/studio": "0.1.53",
"archiver": "7.0.1",
"stripe": "^14.23.0"
"stripe": "^14.24.0"
}
}
2 changes: 1 addition & 1 deletion examples/supabase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
},
"dependencies": {
"@toolpad/studio": "0.1.53",
"@supabase/supabase-js": "2.41.1"
"@supabase/supabase-js": "2.42.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": {
"@toolpad/studio": "0.1.53",
"@prisma/client": "5.11.0",
"@prisma/client": "5.12.1",
"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": {
"@toolpad/studio": "0.1.53",
"@prisma/client": "5.11.0",
"@prisma/client": "5.12.1",
"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 @@ -88,7 +88,7 @@
"lodash": "4.17.21",
"semver": "7.6.0",
"tsup": "8.0.2",
"tsx": "4.7.1",
"tsx": "4.7.2",
"vitest": "1.4.0",
"yargs": "17.7.2",
"zod": "3.22.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/toolpad-studio-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@
"@mui/x-data-grid-pro": "7.1.1",
"@mui/x-date-pickers": "7.1.1",
"@mui/x-license": "7.1.1",
"@tanstack/react-query": "5.28.9",
"@tanstack/react-query": "5.29.0",
"@toolpad/studio-runtime": "workspace:*",
"@toolpad/utils": "workspace:*",
"dayjs": "1.11.10",
"invariant": "2.2.4",
"markdown-to-jsx": "7.4.5",
"markdown-to-jsx": "7.4.6",
"react-error-boundary": "4.0.13",
"react-hook-form": "7.51.2"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/toolpad-studio-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,14 @@
"dependencies": {
"@auth/core": "0.28.2",
"@mui/material": "5.15.15",
"@tanstack/react-query": "5.28.9",
"@tanstack/react-query": "5.29.0",
"@toolpad/utils": "workspace:*",
"@types/json-schema": "7.0.15",
"@webcontainer/env": "1.1.1",
"cookie": "0.6.0",
"fractional-indexing": "3.2.0",
"invariant": "2.2.4",
"nanoid": "5.0.6",
"nanoid": "5.0.7",
"quickjs-emscripten": "0.29.1",
"react-error-boundary": "4.0.13",
"react-is": "18.2.0"
Expand Down
22 changes: 11 additions & 11 deletions packages/toolpad-studio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,14 @@
"@mui/x-date-pickers": "7.1.1",
"@mui/x-date-pickers-pro": "7.1.1",
"@mui/x-tree-view": "7.1.1",
"@tanstack/react-query": "5.28.9",
"@tanstack/react-query-devtools": "5.28.10",
"@tanstack/react-query": "5.29.0",
"@tanstack/react-query-devtools": "5.29.0",
"@toolpad/studio-components": "workspace:*",
"@toolpad/studio-runtime": "workspace:*",
"@toolpad/utils": "workspace:*",
"@types/cors": "2.8.17",
"@types/json-schema": "7.0.15",
"@types/node": "20.12.2",
"@types/node": "20.12.5",
"@types/react-dev-utils": "9.0.15",
"@vitejs/plugin-react": "4.2.1",
"@webcontainer/env": "1.1.1",
Expand Down Expand Up @@ -96,17 +96,17 @@
"json5": "2.2.3",
"latest-version": "9.0.0",
"lodash-es": "4.17.21",
"markdown-to-jsx": "7.4.5",
"markdown-to-jsx": "7.4.6",
"mime": "4.0.1",
"monaco-editor": "0.47.0",
"mysql2": "3.9.3",
"nanoid": "5.0.6",
"nanoid": "5.0.7",
"node-fetch": "2.7.0",
"node-fetch-har": "1.0.1",
"open-editor": "4.1.1",
"path-to-regexp": "6.2.1",
"path-to-regexp": "6.2.2",
"perf-cascade": "3.0.3",
"pg": "8.11.4",
"pg": "8.11.5",
"piscina": "4.4.0",
"prettier": "3.2.5",
"pretty-bytes": "6.1.1",
Expand All @@ -119,20 +119,20 @@
"react-is": "18.2.0",
"react-resizable-panels": "2.0.16",
"react-router-dom": "6.22.3",
"recharts": "2.12.3",
"recharts": "2.12.4",
"semver": "7.6.0",
"serialize-javascript": "6.0.2",
"superjson": "2.0.0",
"typescript": "5.4.3",
"vite": "5.2.7",
"typescript": "5.4.4",
"vite": "5.2.8",
"vm-browserify": "1.1.2",
"whatwg-url": "14.0.0",
"ws": "8.16.0",
"yaml": "2.4.1",
"yaml-diff-patch": "2.0.0",
"yargs": "17.7.2",
"zod": "3.22.4",
"zod-validation-error": "3.0.3"
"zod-validation-error": "3.1.0"
},
"devDependencies": {
"@types/babel__code-frame": "7.0.6",
Expand Down
Loading

0 comments on commit 58dcefb

Please sign in to comment.