simondotm / nx-firebase

Firebase plugin for Nx Monorepos
https://www.npmjs.com/package/@simondotm/nx-firebase
MIT License
175 stars 31 forks source link

feat: Derive plugin dependency versions from root `package.json` #207

Closed simondotm closed 3 months ago

simondotm commented 3 months ago

Added postinstall script to auto-generate a versions typescript file containing the package versions the plugin is going to use.

This means no more hard-coded versions.

This also opens the way for us to just update deps in the host workspace prior to releases.