Is There A Way To Update the App in Development to the Latest Version of F7

Hello,

The app I’m working on is currently in version 5. Is there a way that I can update its F7 through the CLI?

Thanks!

In your main package.json change framework7 versions to latest one in dependencies and run npm i


This work for me

Thanks for the replies! I tried to do what’s on the video, but I don’t have the same set up, sorry. Changing package.json did though, so thank you! I just wonder if I need to change anything on the app’s files?

Appreciate you guys for taking the time to answer! :slight_smile: