@grafana/scenes 5.11.0 → 5.11.1--canary.830.10618954979.0

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@grafana/scenes",
3
- "version": "5.11.0",
3
+ "version": "5.11.1--canary.830.10618954979.0",
4
4
  "description": "Grafana framework for building dynamic dashboards",
5
5
  "author": "Grafana Labs",
6
6
  "license": "AGPL-3.0-only",
@@ -37,8 +37,10 @@
37
37
  "url": "https://github.com/grafana/scenes/issues"
38
38
  },
39
39
  "dependencies": {
40
+ "@floating-ui/react": "0.26.16",
40
41
  "@grafana/e2e-selectors": "^11.0.0",
41
42
  "@leeoniya/ufuzzy": "^1.0.14",
43
+ "@tanstack/react-virtual": "^3.9.0",
42
44
  "react-grid-layout": "1.3.4",
43
45
  "react-use": "17.5.0",
44
46
  "react-virtualized-auto-sizer": "1.0.24",
@@ -113,5 +115,5 @@
113
115
  "prettier --write"
114
116
  ]
115
117
  },
116
- "gitHead": "eeef6cba759f8ed6b8b806f8159429ba4b38501e"
118
+ "gitHead": "72bf3fe523786d86f6e85cc1039205a982f579e3"
117
119
  }