From 2161d0cd8cfe81ec7af59dda0e753c4e6de5d413 Mon Sep 17 00:00:00 2001 From: igalklebanov Date: Fri, 1 Mar 2024 11:00:07 +0200 Subject: [PATCH] update readme. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b118b6e..b3a601a 100644 --- a/README.md +++ b/README.md @@ -41,8 +41,8 @@ To fix that, add an [`import_map.json`](https://deno.land/manual@v1.26.1/linking ```json { "imports": { - "kysely": "https://cdn.jsdelivr.net/npm/kysely@0.26.3/dist/esm/index.js", - "postgres": "https://deno.land/x/postgresjs@v3.4.0/mod.js" + "kysely": "https://cdn.jsdelivr.net/npm/kysely@0.27.2/dist/esm/index.js", + "postgres": "https://deno.land/x/postgresjs@v3.4.3/mod.js" } } ```