microsoft / quantum-viz.js

quantum-viz.js is a configurable tool for rendering quantum circuits using pure HTML.
Other
44 stars 13 forks source link

Fixed prettier version. #57

Closed anpaz closed 2 years ago

anpaz commented 2 years ago

Thanks @aaronthangnguyen for reporting #53. Indeed, this was caused by https://github.com/DefinitelyTyped/DefinitelyTyped/discussions/60314

Fixes it by fixing the version of prettier to 2.6.0, otherwise we'll need to upgrade tsc which is not a change we're ready to take.

aaronthangnguyen commented 2 years ago

💯