One Calendar is a privacy-first calendar web app built with Next.js. It has modern security features, including e2ee, password-protected sharing, and self-destructing share links ๐Ÿ“… calendar.xyehr.cn
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: downgrade clerk module version

authored by

Evan Huang and committed by
GitHub
d16db0c0 9f8e286c

+3 -3
+3 -3
package.json
··· 1 1 { 2 2 "name": "one-calendar", 3 - "version": "2.2.7", 3 + "version": "2.2.9", 4 4 "private": true, 5 5 "packageManager": "bun@1.3.8", 6 6 "scripts": { ··· 11 11 "generate:oauth-metadata": "bun lib/gen-oauth-metadata.mjs" 12 12 }, 13 13 "dependencies": { 14 - "@clerk/localizations": "latest", 15 - "@clerk/nextjs": "latest", 14 + "@clerk/localizations": "4.3.0", 15 + "@clerk/nextjs": "6.39.1", 16 16 "@hookform/resolvers": "5.2.2", 17 17 "@marsidev/react-turnstile": "latest", 18 18 "@radix-ui/react-accordion": "latest",