This is not correct.
Those files are updated by the build scripts.
So you need to have updated the packages defined in npm in order to have those versions.
Therefore you need to commit the updated package.json and package-lock.json as well
@astridx this is a legit PR, can you reopen it? @richard67 can you merge this on review? (explanation what happed here: we updated the package.json without running npm install so not all changes were applied)
As I explained - if you run npm install then it will update these packaged and the xml files. You then have to commit these two xml AND the package.json and package-lock.json
This is not correct.
Those files are updated by the build scripts.
So you need to have updated the packages defined in npm in order to have those versions.
Therefore you need to commit the updated package.json and package-lock.json as well