Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 827 Bytes

DEPENDENCY-NOTES.md

File metadata and controls

9 lines (7 loc) · 827 Bytes

As of 2024 Oct 29:

The npm outdated command reports some dependencies as outdated. They are not being updated at this time for the reasons given below:

  • react / react-dom: React is currently tracking the latest v17 versions, as updating to 18 requires significant investment.
  • @testing-library/react: The React Testing Library is currently tracking the latest v12 versions because v13 requires React 18.
  • react-codemirror2: React CodeMirror is tracking the latest v7 version, as updating to major version v8 requires React 18.
  • codemirror: CodeMirror is tracking the latest v5 version, as updating to major version v6 requires refactoring.
  • eslint: ESLint v9 was released recently. However eslint-plugin-flowtype still requires ESLint v8. The changes to support v9 are implemented, but not yet released.