Skip to content

Commit

Permalink
Explicitly add newer @babel/core for nvd3_bar -- I think the older pi…
Browse files Browse the repository at this point in the history
…n may be why babel wasn't autoresolving the polyfill
  • Loading branch information
dannon committed Jun 4, 2024
1 parent bf68dc2 commit 379c315
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/plugins/visualizations/nvd3/nvd3_bar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"build": "parcel build src/nvd3.js --dist-dir static"
},
"devDependencies": {
"babel-core": "^6.26.3",
"@babel/core": "^7.24.6",
"parcel": "2.11.0"
}
}

0 comments on commit 379c315

Please sign in to comment.