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

authored by

Evan Huang and committed by
GitHub
b418ce93 f48e0d68

+10 -10
+10 -10
package.json
··· 59 59 "postcss": "8.5.8", 60 60 "tailwindcss": "4.2.2", 61 61 "typescript": "6.0.2", 62 - "husky": "^9.0.0", 63 - "@commitlint/cli": "^19.0.0", 64 - "@commitlint/config-conventional": "^19.0.0", 65 - "@commitlint/types": "^19.0.0", 66 - "eslint": "^9.0.0", 67 - "@eslint/js": "^9.0.0", 68 - "typescript-eslint": "^8.0.0", 69 - "eslint-config-next": "^15.0.0", 70 - "lint-staged": "^15.0.0", 71 - "prettier": "^3.6.2" 62 + "husky": "9.1.7", 63 + "@commitlint/cli": "20.5.0", 64 + "@commitlint/config-conventional": "20.5.0", 65 + "@commitlint/types": "20.5.0", 66 + "eslint": "10.2.0", 67 + "@eslint/js": "10.0.1", 68 + "typescript-eslint": "8.58.2", 69 + "eslint-config-next": "16.2.3", 70 + "lint-staged": "16.4.0", 71 + "prettier": "3.8.3" 72 72 } 73 73 }