From a6e072703d70747338913712882af998f9278bc9 Mon Sep 17 00:00:00 2001 From: SrJuggernaut Date: Thu, 4 Jan 2024 22:11:10 -0600 Subject: [PATCH] feat: update dependencies --- package.json | 8 ++++---- src/app/page.tsx | 8 -------- 2 files changed, 4 insertions(+), 12 deletions(-) diff --git a/package.json b/package.json index 58f4183..2343871 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "entgamers-database": "^0.0.5", "entgamers-panda-preset": "0.1.1", "formik": "^2.4.5", - "framer-motion": "^10.16.16", + "framer-motion": "^10.17.6", "isomorphic-fetch": "^3.0.0", "next": "^14.0.4", "node-appwrite": "^11.1.0", @@ -31,10 +31,10 @@ "yup": "^1.3.3" }, "devDependencies": { - "@commitlint/cli": "^18.4.3", - "@commitlint/config-conventional": "^18.4.3", + "@commitlint/cli": "^18.4.4", + "@commitlint/config-conventional": "^18.4.4", "@pandacss/dev": "^0.23.0", - "@types/isomorphic-fetch": "^0.0.36", + "@types/isomorphic-fetch": "^0.0.39", "@types/node": "^20.10.6", "@types/react": "^18.2.46", "@types/react-dom": "^18.2.18", diff --git a/src/app/page.tsx b/src/app/page.tsx index bdfc79d..e3169f3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,17 +2,9 @@ import Clanes from '@/app/Clanes' import Hero from '@/app/Hero' import Social from '@/app/Social' import Team from '@/app/Team' -import { ensureRoles } from '@/services/backend/roles' -import { ensureTeamApplyCollection } from '@/services/backend/teamApply' import { type FC } from 'react' -const ensureAll = async (): Promise => { - await ensureRoles() - await ensureTeamApplyCollection() -} - const HomePage: FC = async () => { - await ensureAll() return ( <>