From f35de043823c7b65c9ba85c19e8497d289030704 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Sun, 12 Sep 2021 17:28:15 -0700 Subject: [PATCH] Depend on datasette-app-support 0.11.3 Refs https://github.com/simonw/datasette-app-support/issues/17 --- main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.js b/main.js index 762101e..ab7cebb 100644 --- a/main.js +++ b/main.js @@ -33,7 +33,7 @@ const SQLITE_HEADER = Buffer.from("53514c69746520666f726d6174203300", "hex"); const minPackageVersions = { datasette: "0.59a2", - "datasette-app-support": "0.11.2", + "datasette-app-support": "0.11.3", "datasette-vega": "0.6.2", "datasette-cluster-map": "0.17.1", "datasette-pretty-json": "0.2.1",