@grafana/scenes 5.0.0 → 5.0.1--canary.793.9495294297.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/esm/querying/SceneQueryRunner.js +3 -3
- package/dist/esm/querying/SceneQueryRunner.js.map +1 -1
- package/dist/esm/services/UrlSyncManager.js +28 -33
- package/dist/esm/services/UrlSyncManager.js.map +1 -1
- package/dist/index.d.ts +5 -0
- package/dist/index.js +31 -36
- package/dist/index.js.map +1 -1
- package/package.json +4 -4
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@grafana/scenes",
|
3
|
-
"version": "5.0.0",
|
3
|
+
"version": "5.0.1--canary.793.9495294297.0",
|
4
4
|
"description": "Grafana framework for building dynamic dashboards",
|
5
5
|
"author": "Grafana Labs",
|
6
6
|
"license": "AGPL-3.0-only",
|
@@ -40,8 +40,8 @@
|
|
40
40
|
"@grafana/e2e-selectors": "^11.0.0",
|
41
41
|
"@leeoniya/ufuzzy": "^1.0.14",
|
42
42
|
"react-grid-layout": "1.3.4",
|
43
|
-
"react-use": "17.
|
44
|
-
"react-virtualized-auto-sizer": "1.0.
|
43
|
+
"react-use": "17.5.0",
|
44
|
+
"react-virtualized-auto-sizer": "1.0.24",
|
45
45
|
"uuid": "^9.0.0"
|
46
46
|
},
|
47
47
|
"peerDependencies": {
|
@@ -113,5 +113,5 @@
|
|
113
113
|
"prettier --write"
|
114
114
|
]
|
115
115
|
},
|
116
|
-
"gitHead": "
|
116
|
+
"gitHead": "8c811068710c091e2fbfd68ced906e409713f946"
|
117
117
|
}
|