@grafana/scenes-react 5.24.0--canary.956.11779891409.0 → 5.24.0
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +3 -3
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@grafana/scenes-react",
|
3
|
-
"version": "5.24.0
|
3
|
+
"version": "5.24.0",
|
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
|
"@grafana/e2e-selectors": "^11.0.0",
|
41
|
-
"@grafana/scenes": "5.24.0
|
41
|
+
"@grafana/scenes": "5.24.0",
|
42
42
|
"lru-cache": "^10.2.2",
|
43
43
|
"react-use": "17.4.0"
|
44
44
|
},
|
@@ -113,5 +113,5 @@
|
|
113
113
|
"prettier --write"
|
114
114
|
]
|
115
115
|
},
|
116
|
-
"gitHead": "
|
116
|
+
"gitHead": "b05a3fc1c27d24e82898f7cd5f4ca3a07250cce5"
|
117
117
|
}
|