From 11553d3a2113035adf95c0332f828183f0b57cc2 Mon Sep 17 00:00:00 2001 From: gentlementlegen Date: Tue, 29 Oct 2024 14:18:09 +0900 Subject: [PATCH] chore: update dependencies and fix label description Upgraded various dependencies, including Supabase to ^1.207.9 --- package.json | 2 +- src/handlers/sync-labels-to-config.ts | 2 +- yarn.lock | 83 +++++++++++++++------------ 3 files changed, 49 insertions(+), 38 deletions(-) diff --git a/package.json b/package.json index 25166a3..6044c88 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "lint-staged": "^15.2.2", "npm-run-all": "^4.1.5", "prettier": "^3.2.5", - "supabase": "1.165.0", + "supabase": "^1.207.9", "ts-jest": "29.1.2", "ts-node": "10.9.2", "tsx": "^4.7.1", diff --git a/src/handlers/sync-labels-to-config.ts b/src/handlers/sync-labels-to-config.ts index cfdb7b2..4629b3e 100644 --- a/src/handlers/sync-labels-to-config.ts +++ b/src/handlers/sync-labels-to-config.ts @@ -82,7 +82,7 @@ export async function syncPriceLabelsToConfig(context: ContextPlugin): Promise