fix: pin dependencies or update (#34)

This commit is contained in:
Andreas Thomas 2023-10-11 11:10:09 +02:00 committed by GitHub
parent 8227eebc98
commit ac2627675b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 987 additions and 948 deletions

View File

@ -17,8 +17,8 @@ export const Card: React.FC<PropsWithChildren> = ({ children }) => {
mouseX.set(clientX - left); mouseX.set(clientX - left);
mouseY.set(clientY - top); mouseY.set(clientY - top);
} }
let maskImage = useMotionTemplate`radial-gradient(240px at ${mouseX}px ${mouseY}px, white, transparent)`; const maskImage = useMotionTemplate`radial-gradient(240px at ${mouseX}px ${mouseY}px, white, transparent)`;
let style = { maskImage, WebkitMaskImage: maskImage }; const style = { maskImage, WebkitMaskImage: maskImage };
return ( return (
<div <div

View File

@ -2,7 +2,7 @@
title: Upstash Ratelimit Analytics title: Upstash Ratelimit Analytics
description: Near realtime analytics for your ratelimits. Integrated into the @upstash/ratelimit library. description: Near realtime analytics for your ratelimits. Integrated into the @upstash/ratelimit library.
repository: upstash/ratelimit" repository: upstash/ratelimit"
website: https://console.upstash.com/ratelimit url: https://console.upstash.com/ratelimit
published: true published: true
--- ---

View File

@ -4,7 +4,6 @@ import { withContentlayer } from "next-contentlayer";
const nextConfig = { const nextConfig = {
pageExtensions: ["js", "jsx", "ts", "tsx", "md", "mdx"], pageExtensions: ["js", "jsx", "ts", "tsx", "md", "mdx"],
experimental: { experimental: {
appDir: true,
mdxRs: true, mdxRs: true,
}, },
}; };

View File

@ -6,39 +6,39 @@
"dev": "next dev", "dev": "next dev",
"build": "next build", "build": "next build",
"start": "next start", "start": "next start",
"fmt": "pnpm rome check . --apply-suggested && pnpm rome format . --write" "fmt": "pnpm rome check . --apply-unsafe && pnpm rome format . --write"
}, },
"dependencies": { "dependencies": {
"@next/font": "^13.4.3", "@next/font": "^13.5.4",
"@next/mdx": "^13.4.3", "@next/mdx": "^13.5.4",
"@types/node": "20.2.1", "@upstash/redis": "^1.23.3",
"@types/react": "18.2.6", "contentlayer": "^0.3.4",
"@types/react-dom": "18.2.4", "framer-motion": "^10.16.4",
"@upstash/redis": "^1.20.6", "lucide-react": "^0.284.0",
"contentlayer": "^0.3.0",
"framer-motion": "^10.12.12",
"lucide-react": "^0.220.0",
"markdown-wasm": "^1.2.0", "markdown-wasm": "^1.2.0",
"next": "13.4.3", "next": "^13.5.4",
"next-contentlayer": "^0.3.0", "next-contentlayer": "^0.3.4",
"react": "18.2.0", "react": "^18.2.0",
"react-dom": "18.2.0", "react-dom": "^18.2.0",
"react-wrap-balancer": "^0.5.0", "react-wrap-balancer": "^1.1.0",
"rehype-autolink-headings": "^6.1.1", "rehype-autolink-headings": "^7.0.0",
"rehype-pretty-code": "^0.9.4", "rehype-pretty-code": "^0.10.1",
"rehype-slug": "^5.1.0", "rehype-slug": "^6.0.0",
"remark-gfm": "^3.0.1", "remark-gfm": "3.0.1",
"typescript": "5.0.4" "typescript": "^5.2.2"
}, },
"devDependencies": { "devDependencies": {
"@opentelemetry/api": "^1.4.1", "@opentelemetry/api": "1.6.0",
"@tailwindcss/line-clamp": "^0.4.2", "@tailwindcss/line-clamp": "^0.4.4",
"@tailwindcss/typography": "^0.5.9", "@tailwindcss/typography": "^0.5.10",
"autoprefixer": "^10.4.13", "@types/node": "^20.8.4",
"postcss": "^8.4.21", "@types/react": "^18.2.28",
"postcss-nesting": "^11.2.2", "@types/react-dom": "^18.2.13",
"rome": "^11.0.0", "autoprefixer": "^10.4.16",
"tailwindcss": "^3.2.7", "postcss": "^8.4.31",
"postcss-nesting": "^12.0.1",
"rome": "^12.1.3",
"tailwindcss": "^3.3.3",
"tailwindcss-debug-screens": "^2.2.1" "tailwindcss-debug-screens": "^2.2.1"
}, },
"pnpm": { "pnpm": {

1872
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff