@grafana/scenes 4.26.2--canary.774.9388258294.0 → 4.26.2--canary.770.9388861265.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/esm/variables/components/VariableValueSelect.js +6 -5
- package/dist/esm/variables/components/VariableValueSelect.js.map +1 -1
- package/dist/esm/variables/interpolation/sceneInterpolator.js +3 -3
- package/dist/esm/variables/interpolation/sceneInterpolator.js.map +1 -1
- package/dist/index.js +9 -8
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@grafana/scenes",
|
3
|
-
"version": "4.26.2--canary.
|
3
|
+
"version": "4.26.2--canary.770.9388861265.0",
|
4
4
|
"description": "Grafana framework for building dynamic dashboards",
|
5
5
|
"author": "Grafana Labs",
|
6
6
|
"license": "AGPL-3.0-only",
|
@@ -37,7 +37,7 @@
|
|
37
37
|
"url": "https://github.com/grafana/scenes/issues"
|
38
38
|
},
|
39
39
|
"dependencies": {
|
40
|
-
"@grafana/e2e-selectors": "^
|
40
|
+
"@grafana/e2e-selectors": "^11.0.0",
|
41
41
|
"@leeoniya/ufuzzy": "^1.0.14",
|
42
42
|
"react-grid-layout": "1.3.4",
|
43
43
|
"react-use": "17.4.0",
|
@@ -113,5 +113,5 @@
|
|
113
113
|
"prettier --write"
|
114
114
|
]
|
115
115
|
},
|
116
|
-
"gitHead": "
|
116
|
+
"gitHead": "b80e6a3a9ef65b0cd16455dadc6b223888b5d27f"
|
117
117
|
}
|