From 3c4e7149e28357987f4fdc529e90a01bdeb6ad4a Mon Sep 17 00:00:00 2001 From: Dannon Baker Date: Tue, 4 Jun 2024 10:34:52 -0400 Subject: [PATCH] Scatterplot uses d3 so must remain at parcel 2.11, also explicitly specify @babel/core --- config/plugins/visualizations/scatterplot/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/plugins/visualizations/scatterplot/package.json b/config/plugins/visualizations/scatterplot/package.json index e70d560bf56e..e01d6494fc77 100644 --- a/config/plugins/visualizations/scatterplot/package.json +++ b/config/plugins/visualizations/scatterplot/package.json @@ -20,8 +20,8 @@ "underscore": "^1.8.3" }, "devDependencies": { - "babel-core": "^6.26.3", - "parcel": "2.12.0" + "@babel/core": "^7.24.6", + "parcel": "2.11.0" }, "scripts": { "build": "parcel build src/scatterplot.js --dist-dir static/"