@capacitor/core keeps changing versions

So I a running Capacitor 5.3.0 on my mobile app project. Every time I switch from front end to back end, or reload my project, the package.json file changes “@capacitor/core”: “^5.3.0” to “@capacitor/core”: “^4.6.0”.

How do I stop this from happening?

PS I have tried removing the carrot and that did not help.

Please check the following: Updating Capacitor Projects in Wappler 6