chore: update package versions and configurations (#382)

- Bumped application version from 2.17.0 to 2.17.1 in package.json.
- Updated Node.js engine requirement from >=v18.18.0 to >=20.10.0.
- Upgraded Supabase dependency from 2.47.2 to 2.48.3 in both package.json and pnpm-lock.yaml.
- Updated schema-utils from 4.3.2 to 4.3.3 in pnpm-lock.yaml.
- Changed major version in Supabase configuration from 15 to 17.
This commit is contained in:
Giancarlo Buomprisco
2025-10-03 10:47:26 +08:00
committed by GitHub
parent 67a60ef385
commit 195cf41680
5 changed files with 22 additions and 16 deletions

View File

@@ -16,7 +16,7 @@ export function DocsCard({
className={`bg-muted/50 hover:bg-muted/70 flex grow flex-col gap-y-2 rounded p-4`}
>
<h3 className="mt-0 text-lg font-medium hover:underline dark:text-white">
<Link href={link.url}>{title}</Link>
{title}
</h3>
{subtitle && (

View File

@@ -85,7 +85,7 @@
"cssnano": "^7.1.1",
"pino-pretty": "13.0.0",
"prettier": "^3.6.2",
"supabase": "2.47.2",
"supabase": "2.48.3",
"tailwindcss": "4.1.14",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.9.3"

View File

@@ -19,7 +19,7 @@ max_rows = 1000
port = 54322
# The database major version to use. This has to be the same as your remote database's. Run `SHOW
# server_version;` on the remote database to check.
major_version = 15
major_version = 17
[studio]
# Port to use for Supabase Studio.