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.

fix: eslint version in package

authored by

Evan Huang and committed by
GitHub
3c184c5b b418ce93

+1 -1
+1 -1
package.json
··· 63 63 "@commitlint/cli": "20.5.0", 64 64 "@commitlint/config-conventional": "20.5.0", 65 65 "@commitlint/types": "20.5.0", 66 - "eslint": "10.2.0", 66 + "eslint": "^9.0.0", 67 67 "@eslint/js": "10.0.1", 68 68 "typescript-eslint": "8.58.2", 69 69 "eslint-config-next": "16.2.3",