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: update package

authored by

Evan Huang and committed by
GitHub
26a4cb6f 7f18e48a

+3 -3
+3 -3
package.json
··· 49 49 "input-otp": "1.4.2", 50 50 "lucide-react": "latest", 51 51 "motion": "latest", 52 - "next": "16.2.2", 52 + "next": "16.2.3", 53 53 "next-themes": "latest", 54 54 "pg": "latest", 55 55 "qr-code-styling": "latest", ··· 67 67 "tailwindcss-animate": "^1.0.7", 68 68 "vaul": "1.1.2", 69 69 "zod": "4.3.6", 70 - "react-icons": "5.5.0" 70 + "react-icons": "5.6.0" 71 71 }, 72 72 "devDependencies": { 73 73 "@tailwindcss/postcss": "4.2.2", ··· 76 76 "@types/react-dom": "^18", 77 77 "postcss": "8.5.8", 78 78 "tailwindcss": "4.2.2", 79 - "turbo": "2.9.4", 79 + "turbo": "2.9.5", 80 80 "typescript": "6.0.2" 81 81 } 82 82 }