@grafana/scenes 5.25.1--canary.967.11837797508.0 → 5.25.1
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +16 -0
- package/dist/esm/core/sceneGraph/utils.js +0 -2
- package/dist/esm/core/sceneGraph/utils.js.map +1 -1
- package/dist/esm/querying/layers/annotations/filterAnnotations.js +3 -2
- package/dist/esm/querying/layers/annotations/filterAnnotations.js.map +1 -1
- package/dist/esm/variables/adhoc/AdHocFiltersCombobox/utils.js +9 -48
- package/dist/esm/variables/adhoc/AdHocFiltersCombobox/utils.js.map +1 -1
- package/dist/esm/variables/adhoc/getAdhocOptionSearcher.js +6 -38
- package/dist/esm/variables/adhoc/getAdhocOptionSearcher.js.map +1 -1
- package/dist/esm/variables/components/getOptionSearcher.js +5 -39
- package/dist/esm/variables/components/getOptionSearcher.js.map +1 -1
- package/dist/esm/variables/utils.js +23 -1
- package/dist/esm/variables/utils.js.map +1 -1
- package/dist/index.js +42 -127
- 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": "5.25.1
|
3
|
+
"version": "5.25.1",
|
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
|
"@floating-ui/react": "^0.26.16",
|
41
|
-
"@leeoniya/ufuzzy": "^1.0.
|
41
|
+
"@leeoniya/ufuzzy": "^1.0.16",
|
42
42
|
"@tanstack/react-virtual": "^3.9.0",
|
43
43
|
"react-grid-layout": "^1.3.4",
|
44
44
|
"react-use": "^17.5.0",
|
@@ -115,5 +115,5 @@
|
|
115
115
|
"prettier --write"
|
116
116
|
]
|
117
117
|
},
|
118
|
-
"gitHead": "
|
118
|
+
"gitHead": "ef34d6afe6bb30474d3acea3563ab20c7bbc20f0"
|
119
119
|
}
|