diff --git a/package.json b/package.json index cb50e43f1..b83af325c 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "@testing-library/jest-dom": "^6.4.6", "@testing-library/react": "^16.0.0", "@testing-library/user-event": "^14.5.2", - "@types/node": "^20.14.11", + "@types/node": "^20.14.12", "@types/prop-types": "^15.7.12", "@types/react": "^18.3.3", "@types/react-dom": "^18", @@ -97,7 +97,7 @@ "prettier": "^3.3.2", "prettier-plugin-tailwindcss": "^0.6.5", "tailwindcss": "^3.4.1", - "typescript": "^5.5.3", + "typescript": "^5.5.4", "vitest": "^1.6.0" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 701bc73ea..9b620e8d6 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -163,7 +163,7 @@ importers: specifier: ^14.5.2 version: 14.5.2(@testing-library/dom@10.4.0) '@types/node': - specifier: ^20.14.11 + specifier: ^20.14.12 version: 20.14.12 '@types/prop-types': specifier: ^15.7.12 @@ -238,7 +238,7 @@ importers: specifier: ^3.4.1 version: 3.4.6 typescript: - specifier: ^5.5.3 + specifier: ^5.5.4 version: 5.5.4 vitest: specifier: ^1.6.0 diff --git a/public/images/goggle.svg b/public/images/google.svg similarity index 100% rename from public/images/goggle.svg rename to public/images/google.svg diff --git a/src/app/(auth-routes)/layout.tsx b/src/app/(auth-routes)/layout.tsx index 21ca1fece..3b8ef1bb4 100644 --- a/src/app/(auth-routes)/layout.tsx +++ b/src/app/(auth-routes)/layout.tsx @@ -1,20 +1,17 @@ - import Footer from "~/components/layouts/footer"; import { Suspense } from "react"; - import Navbar from "~/components/layouts/navbar"; function Layout({ children }: { children: React.ReactNode }) { return ( <> -
{children}
-