@grafana/scenes 5.41.1 → 5.41.2--canary.1044.13114615258.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/esm/components/VizPanel/VizPanelRenderer.js +7 -8
- package/dist/esm/components/VizPanel/VizPanelRenderer.js.map +1 -1
- package/dist/esm/variables/utils.js +1 -1
- package/dist/esm/variables/utils.js.map +1 -1
- package/dist/esm/variables/variants/MultiValueVariable.js +12 -7
- package/dist/esm/variables/variants/MultiValueVariable.js.map +1 -1
- package/dist/index.d.ts +4 -0
- package/dist/index.js +20 -16
- package/dist/index.js.map +1 -1
- package/package.json +3 -2
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@grafana/scenes",
|
3
|
-
"version": "5.41.
|
3
|
+
"version": "5.41.2--canary.1044.13114615258.0",
|
4
4
|
"description": "Grafana framework for building dynamic dashboards",
|
5
5
|
"author": "Grafana Labs",
|
6
6
|
"license": "AGPL-3.0-only",
|
@@ -87,6 +87,7 @@
|
|
87
87
|
"eslint-plugin-react-hooks": "^4.3.0",
|
88
88
|
"husky": "^8.0.3",
|
89
89
|
"jest": "29.7.0",
|
90
|
+
"jest-canvas-mock": "^2.5.2",
|
90
91
|
"jest-environment-jsdom": "29.7.0",
|
91
92
|
"jest-matcher-utils": "29.7.0",
|
92
93
|
"lodash": "4.17.21",
|
@@ -115,5 +116,5 @@
|
|
115
116
|
"prettier --write"
|
116
117
|
]
|
117
118
|
},
|
118
|
-
"gitHead": "
|
119
|
+
"gitHead": "0b18d828a47331d7edb1668b21def423fae166c7"
|
119
120
|
}
|