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?
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 :)
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.