chore: bump version to 2.18.2 and refactor GlobalErrorPage component

- Incremented application version from 2.18.1 to 2.18.2 in package.json.
- Refactored GlobalErrorPage component to improve structure and readability, encapsulating the error content in a separate function and ensuring proper HTML semantics.
This commit is contained in:
gbuomprisco
2025-10-21 17:52:28 +09:00
parent 5539d38cc2
commit 9eccb319af
2 changed files with 61 additions and 59 deletions

View File

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