LunatiqueCoder / luna

Luna - a React Native + Next.js template. Built with TypeScript :heart:
https://luna-gamma.vercel.app/
MIT License
264 stars 17 forks source link

feat(deps): general dependency maintainance tooling #47

Closed mikehardy closed 2 years ago

mikehardy commented 2 years ago

apps all need dependency maintenance, but it's usually hard as there is zero support for it this adds a couple hooks in the style I have in all my apps so you can hook from monorepo scripts at a higher level or just run them here

also updates deps, and fixes a pod install issue I had in a project

LunatiqueCoder commented 2 years ago

Yes, nice enhancement! 🚀 Thanks