From 6ff773e77225d7adc8e9d49e866bfbae63c9913c Mon Sep 17 00:00:00 2001 From: Gordon Smith Date: Mon, 12 Jun 2023 08:37:03 +0100 Subject: [PATCH] GH-4093 Bump ObservableHQ Versions Fixes #4093 Signed-off-by: Gordon Smith --- packages/observable-md/package.json | 4 ++-- packages/observablehq-compiler/package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/observable-md/package.json b/packages/observable-md/package.json index 0e4c0a29a0..59fe6f98a9 100644 --- a/packages/observable-md/package.json +++ b/packages/observable-md/package.json @@ -57,7 +57,7 @@ }, "devDependencies": { "@hpcc-js/bundle": "^2.11.3", - "@observablehq/runtime": "4.28.0", + "@observablehq/runtime": "5.7.4", "d3-require": "^1", "tslib": "2.4.1" }, @@ -72,4 +72,4 @@ "url": "https://github.com/hpcc-systems/Visualization/issues" }, "homepage": "https://github.com/hpcc-systems/Visualization" -} +} \ No newline at end of file diff --git a/packages/observablehq-compiler/package.json b/packages/observablehq-compiler/package.json index 8534002335..dce971426f 100644 --- a/packages/observablehq-compiler/package.json +++ b/packages/observablehq-compiler/package.json @@ -62,7 +62,7 @@ }, "devDependencies": { "@hpcc-js/bundle": "^2.11.3", - "@observablehq/runtime": "4.28.0", + "@observablehq/runtime": "5.7.4", "tslib": "2.4.1" }, "repository": { @@ -76,4 +76,4 @@ "url": "https://github.com/hpcc-systems/Visualization/issues" }, "homepage": "https://github.com/hpcc-systems/Visualization/tree/trunk/packages/observablehq-compiler" -} +} \ No newline at end of file