Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[docs] Correct version on themed example #4405

Merged
merged 5 commits into from
Nov 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions docs/src/modules/components/ExamplesGrid/core-examples.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ export default function examples() {
source: 'https://github.com/mui/toolpad/tree/master/examples/core/auth-nextjs-email',
codesandbox:
'https://codesandbox.io/s/github/mui/toolpad/tree/master/examples/core/auth-nextjs-email',
stackblitz:
'https://stackblitz.com/github/mui/toolpad/tree/master/examples/core/auth-nextjs-email',
},
{
title: 'Vite with React Router',
Expand Down Expand Up @@ -75,15 +73,15 @@ export default function examples() {
source: 'https://github.com/mui/toolpad/tree/master/examples/core/auth-nextjs-passkey/',
codesandbox:
'https://codesandbox.io/s/github/mui/toolpad/tree/master/examples/core/auth-nextjs-passkey',
stackblitz:
'https://stackblitz.com/github/mui/toolpad/tree/master/examples/core/auth-nextjs-passkey',
},
{
title: 'Vite with React Router and authentication',
description:
'This app shows you to how to get started using Toolpad Core with Vite, React Router and any external authentication provider',
src: '/static/toolpad/docs/core/vite-react-router.png',
source: 'https://github.com/mui/toolpad/tree/master/examples/core/auth-vite',
codesandbox:
'https://codesandbox.io/s/github/mui/toolpad/tree/master/examples/core/auth-vite',
},
{
title: 'Custom theme with Auth.js and Next.js App router',
Expand Down
2 changes: 1 addition & 1 deletion examples/core/auth-nextjs-passkey/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@prisma/client": "5.19.1",
"@simplewebauthn/browser": "9.0.1",
"@simplewebauthn/server": "9.0.3",
"@toolpad/core": "workspace:*",
"@toolpad/core": "latest",
"next": "^14",
"next-auth": "5.0.0-beta.20",
"react": "18.3.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/core/auth-nextjs-themed/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"dayjs": "^1",
"clsx": "^2",
"@react-spring/web": "^9",
"@toolpad/core": "https://pkg.csb.dev/mui/toolpad/commit/179144e3/@toolpad/core",
"@toolpad/core": "latest",
"next": "^14",
"next-auth": "^5.0.0-beta.20",
"react": "^18",
Expand Down
2 changes: 1 addition & 1 deletion examples/core/auth-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@emotion/styled": "^11",
"@mui/icons-material": "^6",
"@mui/material": "^6",
"@toolpad/core": "workspace:*",
"@toolpad/core": "latest",
"react": "^18",
"react-dom": "^18",
"react-router-dom": "^6"
Expand Down
Loading