From a164cd62094a63fa05d2331f74553e78ad47abce Mon Sep 17 00:00:00 2001 From: Daniel Medina Date: Wed, 14 Jun 2023 18:44:19 +0200 Subject: [PATCH] :sparkles: Updated dependencies and made some changes --- components/Footer.tsx | 2 +- components/Navbar.tsx | 8 +- components/Post.tsx | 27 +- index.d.ts | 1 - package.json | 59 +- pages/_document.tsx | 4 + pages/api/update-post.ts | 4 +- pages/dashboard.tsx | 8 +- pages/index.tsx | 2 +- pages/post/[id].tsx | 13 +- tailwind.config.js | 11 +- tsconfig.json | 20 +- yarn.lock | 2635 ++++++++++---------------------------- 13 files changed, 731 insertions(+), 2063 deletions(-) delete mode 100644 index.d.ts diff --git a/components/Footer.tsx b/components/Footer.tsx index 54ec185..0fc076e 100644 --- a/components/Footer.tsx +++ b/components/Footer.tsx @@ -4,7 +4,7 @@ const Footer = () => { return (