Skip to content

Commit

Permalink
Scatterplot uses d3 so must remain at parcel 2.11, also explicitly sp…
Browse files Browse the repository at this point in the history
…ecify @babel/core
  • Loading branch information
dannon committed Jun 4, 2024
1 parent 379c315 commit 3c4e714
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/plugins/visualizations/scatterplot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
Expand Down

0 comments on commit 3c4e714

Please sign in to comment.