opentrace-community / opentrace-cloud-functions

OpenTrace Cloud Functions. Reference implementation of the BlueTrace protocol.
https://bluetrace.io
GNU General Public License v3.0
273 stars 121 forks source link

fix: locks typescript minor semver #13

Open achrinza opened 4 years ago

achrinza commented 4 years ago

Typescript does not follow semver, and breaking changes can occur across minor versions.

This PR resolves this issue by locking the semver minor of the Typescript direct dependency.

Since the version of Typescript set in package-lock.json is v3.7.5, the minimum Typescript version in package.json has been bumped accordingly.

See: https://github.com/Microsoft/TypeScript/issues/14116

Signed-off-by: Rifa Achrinza 25147899+achrinza@users.noreply.github.com