Reads chart.js, d3, and other vendor library versions from package.json
and reports any version mismatches with local copies in js/lib/.
With the TypeScript migration, vendor libs are imported from npm,
so this script primarily validates package.json versions are current.
Vendor Library Version Sync Script
Reads chart.js, d3, and other vendor library versions from package.json and reports any version mismatches with local copies in js/lib/. With the TypeScript migration, vendor libs are imported from npm, so this script primarily validates package.json versions are current.
Usage: node --experimental-strip-types scripts/sync-vendor-versions.ts