george43g / better-firebase-functions

This repo provides functionality for a better way of organising files, imports and function triggers in Firebase Cloud Functions
Mozilla Public License 2.0
179 stars 15 forks source link

Update package.json #56

Closed tobsterclark closed 2 months ago

tobsterclark commented 1 year ago

fix: updating npm packages to fix breaking changes

Updating rimraf and glob as they no longer need an @types package

Using the types packages breaks deployment when other packages use newer versions of glob

here is the authors comment on a SO post: https://stackoverflow.com/a/75950982/8388264