chore: update dependencies to latest versions and update the code accordingly
This commit is contained in:
parent
8109a52fe6
commit
cc20ed04f5
4 changed files with 2310 additions and 2130 deletions
|
@ -56,7 +56,6 @@ const BlogPage = async () => {
|
||||||
</Button>
|
</Button>
|
||||||
</Link>
|
</Link>
|
||||||
</p>
|
</p>
|
||||||
{/* @ts-expect-error Async Server Component */}
|
|
||||||
<BlogCards page={1} />
|
<BlogCards page={1} />
|
||||||
</section>
|
</section>
|
||||||
);
|
);
|
||||||
|
|
|
@ -70,7 +70,6 @@ const BlogPage = async (props: { params: Promise<{ id: string }> }) => {
|
||||||
</Button>
|
</Button>
|
||||||
</Link>
|
</Link>
|
||||||
</p>
|
</p>
|
||||||
{/* @ts-expect-error Async Server Component */}
|
|
||||||
<BlogCards page={id} />
|
<BlogCards page={id} />
|
||||||
</section>
|
</section>
|
||||||
);
|
);
|
||||||
|
|
4431
package-lock.json
generated
4431
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -29,7 +29,9 @@
|
||||||
"@radix-ui/react-toast": "^1.2.1",
|
"@radix-ui/react-toast": "^1.2.1",
|
||||||
"@radix-ui/themes": "^3.0.5",
|
"@radix-ui/themes": "^3.0.5",
|
||||||
"@sanity/code-input": "^4.1.4",
|
"@sanity/code-input": "^4.1.4",
|
||||||
|
"@sanity/export": "3.41.0",
|
||||||
"@sanity/image-url": "^1.0.2",
|
"@sanity/image-url": "^1.0.2",
|
||||||
|
"@sanity/import": "3.37.8",
|
||||||
"@sanity/vision": "^3.53.0",
|
"@sanity/vision": "^3.53.0",
|
||||||
"@sanity/webhook": "4.0.2-bc",
|
"@sanity/webhook": "4.0.2-bc",
|
||||||
"@tailwindcss/typography": "^0.5.13",
|
"@tailwindcss/typography": "^0.5.13",
|
||||||
|
@ -43,6 +45,7 @@
|
||||||
"class-variance-authority": "^0.7.0",
|
"class-variance-authority": "^0.7.0",
|
||||||
"clsx": "^2.1.1",
|
"clsx": "^2.1.1",
|
||||||
"cookie": "^1.0.1",
|
"cookie": "^1.0.1",
|
||||||
|
"cssstyle": "4.1.0",
|
||||||
"framer-motion": "^11.2.10",
|
"framer-motion": "^11.2.10",
|
||||||
"gray-matter": "^4.0.3",
|
"gray-matter": "^4.0.3",
|
||||||
"lucide-react": "^0.394.0",
|
"lucide-react": "^0.394.0",
|
||||||
|
@ -51,7 +54,7 @@
|
||||||
"next": "^15.0.3",
|
"next": "^15.0.3",
|
||||||
"next-auth": "^4.24.8",
|
"next-auth": "^4.24.8",
|
||||||
"next-mdx-remote": "^5.0.0",
|
"next-mdx-remote": "^5.0.0",
|
||||||
"next-sanity": "^9.4.4",
|
"next-sanity": "9.8.27",
|
||||||
"next-themes": "^0.3.0",
|
"next-themes": "^0.3.0",
|
||||||
"nextra": "^3.2.4",
|
"nextra": "^3.2.4",
|
||||||
"nextra-theme-docs": "^3.2.4",
|
"nextra-theme-docs": "^3.2.4",
|
||||||
|
@ -62,7 +65,7 @@
|
||||||
"react-hook-form": "^7.52.0",
|
"react-hook-form": "^7.52.0",
|
||||||
"react-markdown": "^9.0.1",
|
"react-markdown": "^9.0.1",
|
||||||
"rss": "^1.2.2",
|
"rss": "^1.2.2",
|
||||||
"sanity": "^3.57.1",
|
"sanity": "3.67.0",
|
||||||
"sharp": "^0.33.5",
|
"sharp": "^0.33.5",
|
||||||
"tailwind-merge": "^2.3.0",
|
"tailwind-merge": "^2.3.0",
|
||||||
"tailwindcss-animate": "^1.0.7",
|
"tailwindcss-animate": "^1.0.7",
|
||||||
|
|
Loading…
Reference in a new issue