Skip to content

Commit

Permalink
JS 3rd party major updates and dev deps cleanup
Browse files Browse the repository at this point in the history
"del" development dependency is now pure ESM.
So it must stick to version 6 to work in gulpfile.js using require().
  • Loading branch information
gagnieray authored and trasher committed Oct 13, 2023
1 parent f2983ad commit 7a4c7e1
Show file tree
Hide file tree
Showing 3 changed files with 254 additions and 263 deletions.
2 changes: 1 addition & 1 deletion gulpfile.js
Expand Up @@ -78,7 +78,7 @@ var paths = {
'./ui/js/masschanges.js'
],
chartjs: [
'./node_modules/chart.js/dist/chart.min.js',
'./node_modules/chart.js/dist/chart.umd.js',
'./node_modules/chartjs-plugin-autocolors/dist/chartjs-plugin-autocolors.min.js',
'./node_modules/chartjs-plugin-datalabels/dist/chartjs-plugin-datalabels.min.js'
],
Expand Down

0 comments on commit 7a4c7e1

Please sign in to comment.