The intent of this development is to build a product that will support digital procurement needs for the BC Government including services such as, but not limited to, Sprint With Us, Code With Us, The Procurement Concierge.
As a developer
I want to use the latest versions of packages
So that my application can be more maintainable
Tasks (How)
[x] Update the dependencies that are only outdated at the patch level (see screenshot below for a list of what's included; red is old version, green is new)
[x] Update the dependencies to the next-highest minor version (except knex, because this requires a major TS bump first, see screenshot below of what was included)
[x] Update @commitlint/config-conventional mocha, and eslint-plugin-mocha to the latest versions
Description
As a developer I want to use the latest versions of packages So that my application can be more maintainable
Tasks (How)