serverless / serverless-plugin-typescript

Serverless plugin for zero-config Typescript support
MIT License
781 stars 222 forks source link

chore: upgrade `globby` to 11.0.4 #298

Closed t2h5 closed 11 months ago

t2h5 commented 1 year ago

globby v10.0.2 depends on @types/glob, and it can cause TS issues. v11 wil resolve this problem by dropping the glob dependencies.