Migrating to v2
I'm getting ready to migrate to v2. Our app that uses supabase as the backend is live, and I'm terrified of installing the v2 upagrade and then finding myself in bug hell. @garyaustin provided me the link to the upgragde-guide, and I've read the release notes, etc. I understand I will have to make some auth mods, and .(eq).select() mods in my code.
My main question is: if I checkout a git branch, perform the upgrade, and don't merge it with main, will my package.json file remain intact? Bottom line, can I work on the upgrade in a branch until I get things working, and have main remain intact with the v1 dependencies?
My main question is: if I checkout a git branch, perform the upgrade, and don't merge it with main, will my package.json file remain intact? Bottom line, can I work on the upgrade in a branch until I get things working, and have main remain intact with the v1 dependencies?