chore: update deps

This commit is contained in:
iCrawl
2023-11-06 21:36:31 +01:00
parent 637e1a4ddb
commit 6cd3adf030
39 changed files with 2872 additions and 3687 deletions

View File

@@ -6,8 +6,6 @@ import { notFound } from 'next/navigation';
import { buttonVariants } from '~/styles/Button';
import { PACKAGES } from '~/util/constants';
export const runtime = 'edge';
async function getData(pkg: string) {
if (!PACKAGES.includes(pkg)) {
notFound();

View File

@@ -6,8 +6,6 @@ import Link from 'next/link';
import { buttonVariants } from '~/styles/Button';
import { PACKAGES } from '~/util/constants';
export const runtime = 'edge';
export default function Page() {
return (
<div className="mx-auto min-h-screen min-w-xs flex flex-col gap-8 px-4 py-6 sm:w-md lg:px-6 lg:py-6">