feat: Update package dependencies for FullCalendar in package.json and package-lock.json

This commit is contained in:
2025-05-29 18:50:19 +02:00
parent f788f679cb
commit 304d1acf88
5 changed files with 74 additions and 0 deletions

View File

@@ -30,6 +30,11 @@
"@fortawesome/fontawesome-free": "^6.7.2",
"@tailwindcss/forms": "^0.5.10",
"@tailwindcss/typography": "^0.5.16",
"@fullcalendar/core": "^6.1.10",
"@fullcalendar/daygrid": "^6.1.10",
"@fullcalendar/timegrid": "^6.1.10",
"@fullcalendar/interaction": "^6.1.10",
"@fullcalendar/list": "^6.1.10",
"vite": "^6.3.5"
}
}