mirror of
https://github.com/AderKonstantin/aderktech-chronark.com-.git
synced 2025-06-08 05:38:41 +03:00
fix: pin dependencies or update (#34)
This commit is contained in:
parent
8227eebc98
commit
ac2627675b
@ -17,8 +17,8 @@ export const Card: React.FC<PropsWithChildren> = ({ children }) => {
|
||||
mouseX.set(clientX - left);
|
||||
mouseY.set(clientY - top);
|
||||
}
|
||||
let maskImage = useMotionTemplate`radial-gradient(240px at ${mouseX}px ${mouseY}px, white, transparent)`;
|
||||
let style = { maskImage, WebkitMaskImage: maskImage };
|
||||
const maskImage = useMotionTemplate`radial-gradient(240px at ${mouseX}px ${mouseY}px, white, transparent)`;
|
||||
const style = { maskImage, WebkitMaskImage: maskImage };
|
||||
|
||||
return (
|
||||
<div
|
||||
|
@ -2,7 +2,7 @@
|
||||
title: Upstash Ratelimit Analytics
|
||||
description: Near realtime analytics for your ratelimits. Integrated into the @upstash/ratelimit library.
|
||||
repository: upstash/ratelimit"
|
||||
website: https://console.upstash.com/ratelimit
|
||||
url: https://console.upstash.com/ratelimit
|
||||
published: true
|
||||
|
||||
---
|
@ -4,7 +4,6 @@ import { withContentlayer } from "next-contentlayer";
|
||||
const nextConfig = {
|
||||
pageExtensions: ["js", "jsx", "ts", "tsx", "md", "mdx"],
|
||||
experimental: {
|
||||
appDir: true,
|
||||
mdxRs: true,
|
||||
},
|
||||
};
|
||||
|
56
package.json
56
package.json
@ -6,39 +6,39 @@
|
||||
"dev": "next dev",
|
||||
"build": "next build",
|
||||
"start": "next start",
|
||||
"fmt": "pnpm rome check . --apply-suggested && pnpm rome format . --write"
|
||||
"fmt": "pnpm rome check . --apply-unsafe && pnpm rome format . --write"
|
||||
},
|
||||
"dependencies": {
|
||||
"@next/font": "^13.4.3",
|
||||
"@next/mdx": "^13.4.3",
|
||||
"@types/node": "20.2.1",
|
||||
"@types/react": "18.2.6",
|
||||
"@types/react-dom": "18.2.4",
|
||||
"@upstash/redis": "^1.20.6",
|
||||
"contentlayer": "^0.3.0",
|
||||
"framer-motion": "^10.12.12",
|
||||
"lucide-react": "^0.220.0",
|
||||
"@next/font": "^13.5.4",
|
||||
"@next/mdx": "^13.5.4",
|
||||
"@upstash/redis": "^1.23.3",
|
||||
"contentlayer": "^0.3.4",
|
||||
"framer-motion": "^10.16.4",
|
||||
"lucide-react": "^0.284.0",
|
||||
"markdown-wasm": "^1.2.0",
|
||||
"next": "13.4.3",
|
||||
"next-contentlayer": "^0.3.0",
|
||||
"react": "18.2.0",
|
||||
"react-dom": "18.2.0",
|
||||
"react-wrap-balancer": "^0.5.0",
|
||||
"rehype-autolink-headings": "^6.1.1",
|
||||
"rehype-pretty-code": "^0.9.4",
|
||||
"rehype-slug": "^5.1.0",
|
||||
"remark-gfm": "^3.0.1",
|
||||
"typescript": "5.0.4"
|
||||
"next": "^13.5.4",
|
||||
"next-contentlayer": "^0.3.4",
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0",
|
||||
"react-wrap-balancer": "^1.1.0",
|
||||
"rehype-autolink-headings": "^7.0.0",
|
||||
"rehype-pretty-code": "^0.10.1",
|
||||
"rehype-slug": "^6.0.0",
|
||||
"remark-gfm": "3.0.1",
|
||||
"typescript": "^5.2.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@opentelemetry/api": "^1.4.1",
|
||||
"@tailwindcss/line-clamp": "^0.4.2",
|
||||
"@tailwindcss/typography": "^0.5.9",
|
||||
"autoprefixer": "^10.4.13",
|
||||
"postcss": "^8.4.21",
|
||||
"postcss-nesting": "^11.2.2",
|
||||
"rome": "^11.0.0",
|
||||
"tailwindcss": "^3.2.7",
|
||||
"@opentelemetry/api": "1.6.0",
|
||||
"@tailwindcss/line-clamp": "^0.4.4",
|
||||
"@tailwindcss/typography": "^0.5.10",
|
||||
"@types/node": "^20.8.4",
|
||||
"@types/react": "^18.2.28",
|
||||
"@types/react-dom": "^18.2.13",
|
||||
"autoprefixer": "^10.4.16",
|
||||
"postcss": "^8.4.31",
|
||||
"postcss-nesting": "^12.0.1",
|
||||
"rome": "^12.1.3",
|
||||
"tailwindcss": "^3.3.3",
|
||||
"tailwindcss-debug-screens": "^2.2.1"
|
||||
},
|
||||
"pnpm": {
|
||||
|
1872
pnpm-lock.yaml
generated
1872
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user