From eb451a8e1a00323404199ed92a21adb5399596d0 Mon Sep 17 00:00:00 2001 From: dswbx Date: Tue, 11 Mar 2025 09:29:08 +0100 Subject: [PATCH] upgrade kysely and hono --- app/package.json | 6 +++--- bun.lock | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/app/package.json b/app/package.json index 73614d7..0493481 100644 --- a/app/package.json +++ b/app/package.json @@ -47,11 +47,11 @@ "aws4fetch": "^1.0.20", "dayjs": "^1.11.13", "fast-xml-parser": "^5.0.8", - "hono": "^4.6.12", + "hono": "^4.7.4", "json-schema-form-react": "^0.0.2", "json-schema-library": "^10.0.0-rc7", "json-schema-to-ts": "^3.1.1", - "kysely": "^0.27.4", + "kysely": "^0.27.6", "liquidjs": "^10.15.0", "lodash-es": "^4.17.21", "oauth4webapi": "^2.11.1", @@ -92,7 +92,7 @@ "react-hook-form": "^7.53.1", "react-icons": "5.2.1", "react-json-view-lite": "^2.4.1", - "sql-formatter": "^15.4.9", + "sql-formatter": "^15.4.11", "tailwind-merge": "^2.5.4", "tailwindcss": "^3.4.14", "tailwindcss-animate": "^1.0.7", diff --git a/bun.lock b/bun.lock index cdc38c1..9a86330 100644 --- a/bun.lock +++ b/bun.lock @@ -45,11 +45,11 @@ "aws4fetch": "^1.0.20", "dayjs": "^1.11.13", "fast-xml-parser": "^5.0.8", - "hono": "^4.6.12", + "hono": "^4.7.4", "json-schema-form-react": "^0.0.2", "json-schema-library": "^10.0.0-rc7", "json-schema-to-ts": "^3.1.1", - "kysely": "^0.27.4", + "kysely": "^0.27.6", "liquidjs": "^10.15.0", "lodash-es": "^4.17.21", "oauth4webapi": "^2.11.1", @@ -90,7 +90,7 @@ "react-hook-form": "^7.53.1", "react-icons": "5.2.1", "react-json-view-lite": "^2.4.1", - "sql-formatter": "^15.4.9", + "sql-formatter": "^15.4.11", "tailwind-merge": "^2.5.4", "tailwindcss": "^3.4.14", "tailwindcss-animate": "^1.0.7",