diff --git a/docs/src/modules/components/ExamplesGrid/core-examples.ts b/docs/src/modules/components/ExamplesGrid/core-examples.ts index 016ffaf8643..92e559394cd 100644 --- a/docs/src/modules/components/ExamplesGrid/core-examples.ts +++ b/docs/src/modules/components/ExamplesGrid/core-examples.ts @@ -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', @@ -75,8 +73,6 @@ 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', @@ -84,6 +80,8 @@ export default function examples() { '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', diff --git a/examples/core/auth-nextjs-passkey/package.json b/examples/core/auth-nextjs-passkey/package.json index d796c138054..fb41f8e3334 100644 --- a/examples/core/auth-nextjs-passkey/package.json +++ b/examples/core/auth-nextjs-passkey/package.json @@ -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", diff --git a/examples/core/auth-nextjs-themed/package.json b/examples/core/auth-nextjs-themed/package.json index 5ecab8e7646..fbb3e1a02f3 100644 --- a/examples/core/auth-nextjs-themed/package.json +++ b/examples/core/auth-nextjs-themed/package.json @@ -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", diff --git a/examples/core/auth-vite/package.json b/examples/core/auth-vite/package.json index be9ab632f81..cb0751eb5c6 100644 --- a/examples/core/auth-vite/package.json +++ b/examples/core/auth-vite/package.json @@ -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"