dojo / shim

:rocket: Dojo 2 - provides modular fills of ES6+ functionality.
http://dojo.io
Other
14 stars 18 forks source link

Bump tslib dependency to 1.8.0 or greater #124

Closed bryanforbes closed 6 years ago

bryanforbes commented 6 years ago

Type: bug

The following has been addressed in the PR:

Description:

Shim needs functionality from tslib 1.8 (specifically __makeTemplateObject), but it's dependencies specify ^1.7.1. If a parent project specifies a 1.7.x dependency, shim can end up with something incompatible.

Resolves #123