@grafana/scenes 5.24.0 → 5.24.1--canary.940.11818090538.0
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +7 -7
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@grafana/scenes",
|
3
|
-
"version": "5.24.0",
|
3
|
+
"version": "5.24.1--canary.940.11818090538.0",
|
4
4
|
"description": "Grafana framework for building dynamic dashboards",
|
5
5
|
"author": "Grafana Labs",
|
6
6
|
"license": "AGPL-3.0-only",
|
@@ -37,17 +37,17 @@
|
|
37
37
|
"url": "https://github.com/grafana/scenes/issues"
|
38
38
|
},
|
39
39
|
"dependencies": {
|
40
|
-
"@floating-ui/react": "0.26.16",
|
41
|
-
"@grafana/e2e-selectors": "^11.0.0",
|
40
|
+
"@floating-ui/react": "^0.26.16",
|
42
41
|
"@leeoniya/ufuzzy": "^1.0.14",
|
43
42
|
"@tanstack/react-virtual": "^3.9.0",
|
44
|
-
"react-grid-layout": "1.3.4",
|
45
|
-
"react-use": "17.5.0",
|
46
|
-
"react-virtualized-auto-sizer": "1.0.24",
|
43
|
+
"react-grid-layout": "^1.3.4",
|
44
|
+
"react-use": "^17.5.0",
|
45
|
+
"react-virtualized-auto-sizer": "^1.0.24",
|
47
46
|
"uuid": "^9.0.0"
|
48
47
|
},
|
49
48
|
"peerDependencies": {
|
50
49
|
"@grafana/data": ">=10.4",
|
50
|
+
"@grafana/e2e-selectors": ">=10.4",
|
51
51
|
"@grafana/runtime": ">=10.4",
|
52
52
|
"@grafana/schema": ">=10.4",
|
53
53
|
"@grafana/ui": ">=10.4",
|
@@ -115,5 +115,5 @@
|
|
115
115
|
"prettier --write"
|
116
116
|
]
|
117
117
|
},
|
118
|
-
"gitHead": "
|
118
|
+
"gitHead": "c2edd1af0b7b23373fa5e870d5a5109915715089"
|
119
119
|
}
|