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.
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 fromvite-plugin-static-copy
complaining that two packages didn't have README.md files. I added empty ones and that resolved the error.