Hi, I upgraded today to 3.0.0 in my pom.xml, but my package-lock.json still

Hi, I upgraded today to 3.0.0 in my pom.xml, but my package-lock.json still refers to a 2.x version even after mvn clean + mvn install. Is that on purpose?

---------

Old pom yesterday:

version>2.3.0</version

New pom.xml today:

version>3.0.0</version

---------

Old package-lock.json yesterday:

“multiselect-combo-box”: “2.2.0”

New package-lock.json today:

“multiselect-combo-box”: “2.4.1”

Hi,

Which version of Vaadin are you using? As I have updated in the project description and README, versions 3.x.x are inteneded for Vaadin 15. If you are still using Vaadin 14, then you can upgrade to version 2.4.1.

Regarding the package-lock.json, that looks correct as that file refers to the web component version :)

BR,

Goran

Ah, missed the update on that, thanks!

No worries, glad I could help.

Though this raises an interesting issue that it’s probably easy to miss the updates / information when publishing new versions or changes. I guess I need to look into a better way to communicate these things.