From 268439586c1eff4bb93a7964234e70f4e5f604d2 Mon Sep 17 00:00:00 2001 From: Pedro Ferreira <10789765+apedroferreira@users.noreply.github.com> Date: Thu, 16 Jan 2025 11:15:05 +0000 Subject: [PATCH] Use precise version in examples to try to fix CodeSandbox --- examples/core/auth-nextjs-email/package.json | 2 +- examples/core/auth-nextjs-pages-nextauth-4/package.json | 2 +- examples/core/auth-nextjs-pages/package.json | 2 +- examples/core/auth-nextjs-passkey/package.json | 2 +- examples/core/auth-nextjs-themed/package.json | 2 +- examples/core/auth-nextjs/package.json | 2 +- examples/core/auth-vite/package.json | 2 +- examples/core/firebase-vite/package.json | 2 +- examples/core/tutorial/package.json | 2 +- examples/core/vite/package.json | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/examples/core/auth-nextjs-email/package.json b/examples/core/auth-nextjs-email/package.json index 90f0cc9e6b8..dfac5b455c7 100644 --- a/examples/core/auth-nextjs-email/package.json +++ b/examples/core/auth-nextjs-email/package.json @@ -12,7 +12,7 @@ "@mui/icons-material": "^6", "@mui/material": "^6", "@mui/material-nextjs": "^6", - "@toolpad/core": "latest", + "@toolpad/core": "^0.12.0", "@prisma/client": "^5", "@auth/prisma-adapter": "^2", "next": "^15", diff --git a/examples/core/auth-nextjs-pages-nextauth-4/package.json b/examples/core/auth-nextjs-pages-nextauth-4/package.json index 8e941327d4a..8114d975dbc 100644 --- a/examples/core/auth-nextjs-pages-nextauth-4/package.json +++ b/examples/core/auth-nextjs-pages-nextauth-4/package.json @@ -13,7 +13,7 @@ "@mui/icons-material": "^6", "@mui/material": "^6", "@mui/material-nextjs": "^6", - "@toolpad/core": "latest", + "@toolpad/core": "^0.12.0", "next": "^15", "next-auth": "^4.24.10", "react": "^19.0.0", diff --git a/examples/core/auth-nextjs-pages/package.json b/examples/core/auth-nextjs-pages/package.json index e6e77bf39b9..88a4e560b19 100644 --- a/examples/core/auth-nextjs-pages/package.json +++ b/examples/core/auth-nextjs-pages/package.json @@ -13,7 +13,7 @@ "@mui/icons-material": "^6", "@mui/material": "^6", "@mui/material-nextjs": "^6", - "@toolpad/core": "latest", + "@toolpad/core": "^0.12.0", "next": "^15", "next-auth": "5.0.0-beta.25", "react": "^19.0.0", diff --git a/examples/core/auth-nextjs-passkey/package.json b/examples/core/auth-nextjs-passkey/package.json index 8c708789826..b3fd9efa893 100644 --- a/examples/core/auth-nextjs-passkey/package.json +++ b/examples/core/auth-nextjs-passkey/package.json @@ -15,7 +15,7 @@ "@prisma/client": "^5", "@simplewebauthn/browser": "^9", "@simplewebauthn/server": "^9", - "@toolpad/core": "latest", + "@toolpad/core": "^0.12.0", "next": "^15", "next-auth": "5.0.0-beta.25", "react": "^19.0.0", diff --git a/examples/core/auth-nextjs-themed/package.json b/examples/core/auth-nextjs-themed/package.json index 9a817648aec..386356e52a6 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": "latest", + "@toolpad/core": "^0.12.0", "next": "^15", "next-auth": "^5.0.0-beta.25", "react": "^19.0.0", diff --git a/examples/core/auth-nextjs/package.json b/examples/core/auth-nextjs/package.json index 4fe9adb516f..cc546a61f83 100644 --- a/examples/core/auth-nextjs/package.json +++ b/examples/core/auth-nextjs/package.json @@ -11,7 +11,7 @@ "@mui/icons-material": "^6", "@mui/material": "^6", "@mui/material-nextjs": "^6", - "@toolpad/core": "latest", + "@toolpad/core": "^0.12.0", "next": "^15", "next-auth": "5.0.0-beta.25", "react": "^19.0.0", diff --git a/examples/core/auth-vite/package.json b/examples/core/auth-vite/package.json index 312aef1fbfb..4cd6efaa9b2 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": "latest", + "@toolpad/core": "^0.12.0", "react": "^19.0.0", "react-dom": "^19.0.0", "react-router": "^7" diff --git a/examples/core/firebase-vite/package.json b/examples/core/firebase-vite/package.json index 5c86cf00fb9..f430ee40017 100644 --- a/examples/core/firebase-vite/package.json +++ b/examples/core/firebase-vite/package.json @@ -12,7 +12,7 @@ "@emotion/styled": "^11", "@mui/icons-material": "^6", "@mui/material": "^6", - "@toolpad/core": "latest", + "@toolpad/core": "^0.12.0", "react": "^19.0.0", "react-dom": "^19.0.0", "react-router": "^7" diff --git a/examples/core/tutorial/package.json b/examples/core/tutorial/package.json index 1a3df080f7b..74b88c11761 100644 --- a/examples/core/tutorial/package.json +++ b/examples/core/tutorial/package.json @@ -11,7 +11,7 @@ "react": "^19.0.0", "react-dom": "^19.0.0", "next": "^15", - "@toolpad/core": "latest", + "@toolpad/core": "^0.12.0", "@mui/material": "^6", "@mui/material-nextjs": "^6", "@mui/icons-material": "^6", diff --git a/examples/core/vite/package.json b/examples/core/vite/package.json index 6d55773f903..dc763bd6957 100644 --- a/examples/core/vite/package.json +++ b/examples/core/vite/package.json @@ -12,7 +12,7 @@ "@emotion/styled": "^11", "@mui/icons-material": "^6", "@mui/material": "^6", - "@toolpad/core": "latest", + "@toolpad/core": "^0.12.0", "react": "^19.0.0", "react-dom": "^19.0.0", "react-router": "^7"