diff --git a/apps/nextjs-app/package.json b/apps/nextjs-app/package.json index 8e197d4b180..6f8720be157 100644 --- a/apps/nextjs-app/package.json +++ b/apps/nextjs-app/package.json @@ -67,8 +67,8 @@ "@httpx/dsn-parser": "1.6.8", "@httpx/exception": "3.0.3", "@httpx/json-api": "0.5.16", - "@mui/icons-material": "5.15.3", - "@mui/material": "5.15.3", + "@mui/icons-material": "5.15.7", + "@mui/material": "5.15.7", "@nextvalid/zod-request": "0.4.0", "@pothos/core": "3.41.0", "@pothos/plugin-errors": "3.11.1", diff --git a/apps/nextjs-app/src/components/banner/Banner.tsx b/apps/nextjs-app/src/components/banner/Banner.tsx index 5cdb7188d5d..24076eee8d8 100644 --- a/apps/nextjs-app/src/components/banner/Banner.tsx +++ b/apps/nextjs-app/src/components/banner/Banner.tsx @@ -12,7 +12,7 @@ export const Banner: FC = () => {
-

We announced a new product! @@ -35,7 +35,7 @@ export const Banner: FC = () => { className="-mr-1 flex rounded-md p-2 hover:bg-indigo-500 focus:outline-none focus:ring-2 focus:ring-white sm:-mr-2" > Dismiss -

diff --git a/apps/nextjs-app/src/components/banner/__tests__/__snapshots__/Banner.test.tsx.snap b/apps/nextjs-app/src/components/banner/__tests__/__snapshots__/Banner.test.tsx.snap index e909390a474..89d652ffd6a 100644 --- a/apps/nextjs-app/src/components/banner/__tests__/__snapshots__/Banner.test.tsx.snap +++ b/apps/nextjs-app/src/components/banner/__tests__/__snapshots__/Banner.test.tsx.snap @@ -24,7 +24,7 @@ exports[`should match snapshot 1`] = ` viewBox="0 0 24 24" > diff --git a/apps/nextjs-app/src/config/next-auth.config.ts b/apps/nextjs-app/src/config/next-auth.config.ts index b1383e130a6..74278d7b929 100644 --- a/apps/nextjs-app/src/config/next-auth.config.ts +++ b/apps/nextjs-app/src/config/next-auth.config.ts @@ -4,7 +4,6 @@ import { createHttpUnauthorized } from '@/lib/auth/error'; import { getServerRuntimeEnv } from './server-runtime-env.config.mjs'; const serverRuntimeEnv = getServerRuntimeEnv(); -console.log('###############################', serverRuntimeEnv); const oneDayInSeconds = 86400; /** diff --git a/apps/nextjs-app/src/features/auth/components/LoginForm.tsx b/apps/nextjs-app/src/features/auth/components/LoginForm.tsx index 79d8610dd8e..3a8c51912fd 100644 --- a/apps/nextjs-app/src/features/auth/components/LoginForm.tsx +++ b/apps/nextjs-app/src/features/auth/components/LoginForm.tsx @@ -74,7 +74,7 @@ export const LoginForm: FC = (props) => { version="1.1" viewBox="0 0 48 48" enableBackground="new 0 0 48 48" - className="h-5 w-5" + className="size-5" xmlns="http://www.w3.org/2000/svg" > = (props) => { diff --git a/apps/nextjs-app/src/features/demo/components/PoemCard.tsx b/apps/nextjs-app/src/features/demo/components/PoemCard.tsx index fa024bea175..592d778b7d7 100644 --- a/apps/nextjs-app/src/features/demo/components/PoemCard.tsx +++ b/apps/nextjs-app/src/features/demo/components/PoemCard.tsx @@ -20,7 +20,7 @@ export const PoemCard: FC = (props) => {
{title} diff --git a/apps/nextjs-app/src/features/home/blocks/features/FeaturesBlock.tsx b/apps/nextjs-app/src/features/home/blocks/features/FeaturesBlock.tsx index 6bf14a7160f..a926a89bfd2 100644 --- a/apps/nextjs-app/src/features/home/blocks/features/FeaturesBlock.tsx +++ b/apps/nextjs-app/src/features/home/blocks/features/FeaturesBlock.tsx @@ -70,8 +70,8 @@ export const FeaturesBlock: FC = () => { {features.map((feature) => (
-
-