Hi Jacques,
the drawback of using latest is that things can break all of a sudden.
I would be in favor of using specified versions for ALL js libraries
like we do it for the Java libraries in build.gradle.
Updating the JS libraries should be done explicitly together with
necessary tests.
Best regards,
Michael Brohl
ecomify GmbH - www.ecomify.de
Am 08.04.22 um 16:49 schrieb Jacques Le Roux:
Hi,
Currently we load specific versions of js scripts (dependencies) with
npm (see package.json)
npm has a "latest" option that allows to automatically load the latest
versions of a js script.
We had only 3 js scripts versions that are not the latest. I changed
all to load latest versions.
After checking things seem to work.
Does somebody see a problem with committing this change?
It should be transparent for users and if a committer see a change he
can commit.
Jacques