feat: rrule format for x days repeat

This commit is contained in:
2026-07-20 13:41:47 +02:00
parent ca18d3b9e2
commit 40a8d02cd7
11 changed files with 317 additions and 168 deletions
+7 -6
View File
@@ -20,17 +20,18 @@
"lint-fix:oxlint": "oxlint . --fix"
},
"dependencies": {
"@lucide/vue": "^1.24.0",
"@lucide/vue": "^1.25.0",
"cron-parser": "^5.6.2",
"date-fns": "^4.4.0",
"pinia": "^3.0.4",
"random-word-slugs": "^0.1.7",
"vue": "^3.5.39",
"rrule": "^2.8.1",
"vue": "^3.5.40",
"vue-i18n": "^11.4.6",
"vue-router": "^5.1.0"
"vue-router": "^5.2.0"
},
"devDependencies": {
"@tailwindcss/vite": "^4.3.2",
"@tailwindcss/vite": "^4.3.3",
"@tsconfig/node24": "^24.0.4",
"@types/node": "^24.13.3",
"@vitejs/plugin-vue": "^6.0.8",
@@ -45,9 +46,9 @@
"npm-run-all2": "^8.0.4",
"oxlint": "^1.74.0",
"sass-embedded": "^1.100.0",
"tailwindcss": "^4.3.2",
"tailwindcss": "^4.3.3",
"typescript": "~5.9.3",
"vite": "^8.1.4",
"vite": "^8.1.5",
"vite-plugin-vue-devtools": "^8.1.5",
"vue-tsc": "^3.3.7"
},