@grafana/scenes-react 5.18.3 → 5.19.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@grafana/scenes-react",
3
- "version": "5.18.3",
3
+ "version": "5.19.0",
4
4
  "description": "Grafana framework for building dynamic dashboards",
5
5
  "author": "Grafana Labs",
6
6
  "license": "AGPL-3.0-only",
@@ -38,7 +38,7 @@
38
38
  },
39
39
  "dependencies": {
40
40
  "@grafana/e2e-selectors": "^11.0.0",
41
- "@grafana/scenes": "5.18.3",
41
+ "@grafana/scenes": "5.19.0",
42
42
  "react-use": "17.4.0"
43
43
  },
44
44
  "peerDependencies": {
@@ -112,5 +112,5 @@
112
112
  "prettier --write"
113
113
  ]
114
114
  },
115
- "gitHead": "7e38318228aa70b7b52c25127d23d97456d87526"
115
+ "gitHead": "098ea932a0bc9da5f8f9b29fd708f64c4003cf22"
116
116
  }