siefkenj / unified-latex

Utilities for parsing and manipulating LaTeX ASTs with the Unified.js framework
MIT License
91 stars 24 forks source link

Update dependencies to get VFile types to work #121

Closed oscarlevin closed 2 weeks ago

oscarlevin commented 2 weeks ago

This updates all dependencies to their most recent. The motivation was to use a common version of VFile; some of the older unified packages had earlier VFile versions.

Tests still pass. The only strangeness was that during npm run build -ws, there were two errors from vite-plugin-static-copy complaining that two packages didn't have README.md files. I added empty ones and that resolved the error.