chore: deps

This commit is contained in:
iCrawl
2023-04-07 21:13:36 +02:00
parent 687bbd889f
commit f893c6a357
24 changed files with 211 additions and 213 deletions

View File

@@ -74,8 +74,8 @@
"@types/node": "18.15.11",
"@types/react": "^18.0.33",
"@types/react-dom": "^18.0.11",
"@unocss/cli": "^0.50.6",
"@unocss/reset": "^0.50.6",
"@unocss/cli": "^0.50.7",
"@unocss/reset": "^0.50.7",
"@vitejs/plugin-react": "^3.1.0",
"@vitest/coverage-c8": "^0.29.8",
"concurrently": "^8.0.1",
@@ -83,7 +83,7 @@
"eslint": "^8.37.0",
"eslint-config-neon": "^0.1.41",
"eslint-formatter-pretty": "^5.0.0",
"happy-dom": "^9.1.7",
"happy-dom": "^9.1.9",
"hast-util-to-string": "^2.0.0",
"hastscript": "^7.2.0",
"html-escaper": "^3.0.3",
@@ -91,8 +91,8 @@
"prettier": "^2.8.7",
"prettier-plugin-astro": "^0.8.0",
"prettier-plugin-tailwindcss": "^0.2.7",
"typescript": "^5.0.3",
"unocss": "^0.50.6",
"typescript": "^5.0.4",
"unocss": "^0.50.7",
"vercel": "^28.18.3",
"vitest": "^0.29.8"
},

View File

@@ -23,6 +23,7 @@ build/
src/styles/unocss.css
.next/
src/assets/readme/
static/
# Miscellaneous
.tmp/

View File

@@ -82,8 +82,8 @@
"@types/node": "18.15.11",
"@types/react": "^18.0.33",
"@types/react-dom": "^18.0.11",
"@unocss/cli": "^0.50.6",
"@unocss/reset": "^0.50.6",
"@unocss/cli": "^0.50.7",
"@unocss/reset": "^0.50.7",
"@vitejs/plugin-react": "^3.1.0",
"@vitest/coverage-c8": "^0.29.8",
"concurrently": "^8.0.1",
@@ -92,12 +92,12 @@
"eslint": "^8.37.0",
"eslint-config-neon": "^0.1.41",
"eslint-formatter-pretty": "^5.0.0",
"happy-dom": "^9.1.7",
"happy-dom": "^9.1.9",
"lighthouse": "^10.1.0",
"prettier": "^2.8.7",
"prettier-plugin-tailwindcss": "^0.2.7",
"typescript": "^5.0.3",
"unocss": "^0.50.6",
"typescript": "^5.0.4",
"unocss": "^0.50.7",
"vercel": "^28.18.3",
"vitest": "^0.29.8"
},

View File

@@ -1,13 +1,10 @@
import { FiExternalLink } from '@react-icons/all-files/fi/FiExternalLink';
import Image from 'next/image';
import Link from 'next/link';
import type { ServerRuntime } from 'next/types';
import vercelLogo from '~/assets/powered-by-vercel.svg';
import { SyntaxHighlighter } from '~/components/SyntaxHighlighter';
import { DESCRIPTION, CODE_EXAMPLE } from '~/util/constants';
export const runtime: ServerRuntime = 'edge';
export default function Page() {
return (
<div className="mx-auto flex min-h-screen max-w-6xl flex-col place-items-center gap-12 px-8 py-16 lg:place-content-center lg:px-8 lg:py-0">