ember-polyfills / ember-angle-bracket-invocation-polyfill

MIT License
76 stars 33 forks source link

Refresh `yarn.lock` #84

Closed simonihmig closed 5 years ago

simonihmig commented 5 years ago

This fixes a DX issue: it seems there was some change in prettier between the currently locked version and the latest one. This leads to a situation where yarn lint:js would pass locally (when deps have been installed with the lockfile), but fails on CI (where yarn --no-lockfile is used).