Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 277 Bytes

DEPENDENCY-NOTES.md

File metadata and controls

4 lines (3 loc) · 277 Bytes

The npm outdated command lists some dependencies as outdated. The reasons for this are given below:

  • @types/node: Node's newest LTS version is 20. Keep types at 20 until Node 22 is marked as LTS.
  • chalk: Version 5 is an esmodule. Keep updated to newest 4.x.x release.