chore: bump version to 2.21.16 and refactor CookieBanner component

- Updated application version from 2.21.15 to 2.21.16 in package.json.
- Refactored CookieBanner to use dynamic import for improved performance and server-side rendering handling.
- Enhanced accessibility by updating the Dialog title structure in the CookieBanner component.
This commit is contained in:
gbuomprisco
2025-12-20 08:23:58 +01:00
parent 27bf08dca1
commit 26184ed082
2 changed files with 13 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "next-supabase-saas-kit-turbo",
"version": "2.21.15",
"version": "2.21.16",
"private": true,
"sideEffects": false,
"engines": {