grafana / scenes

Build Grafana dashboards directly in your Grafana app plugins.
https://grafana.com/developers/scenes
Apache License 2.0
133 stars 20 forks source link

fix: downgrade workspace prettier to 2.5.1 #771

Closed sd2k closed 3 months ago

sd2k commented 3 months ago

To match the version we have in all the packages, and to work with lerna v6.

📦 Published PR as canary version: 4.26.1--canary.771.9386870862.0
:sparkles: Test out this PR locally via: ```bash npm install @grafana/scenes-react@4.26.1--canary.771.9386870862.0 npm install @grafana/scenes@4.26.1--canary.771.9386870862.0 # or yarn add @grafana/scenes-react@4.26.1--canary.771.9386870862.0 yarn add @grafana/scenes@4.26.1--canary.771.9386870862.0 ```