@grafana/scenes-react 5.24.0--canary.956.11779891409.0 → 5.24.1--canary.940.11818048844.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@grafana/scenes-react",
3
- "version": "5.24.0--canary.956.11779891409.0",
3
+ "version": "5.24.1--canary.940.11818048844.0",
4
4
  "description": "Grafana framework for building dynamic dashboards",
5
5
  "author": "Grafana Labs",
6
6
  "license": "AGPL-3.0-only",
@@ -37,13 +37,13 @@
37
37
  "url": "https://github.com/grafana/scenes/issues"
38
38
  },
39
39
  "dependencies": {
40
- "@grafana/e2e-selectors": "^11.0.0",
41
- "@grafana/scenes": "5.24.0--canary.956.11779891409.0",
40
+ "@grafana/scenes": "5.24.1--canary.940.11818048844.0",
42
41
  "lru-cache": "^10.2.2",
43
- "react-use": "17.4.0"
42
+ "react-use": "^17.4.0"
44
43
  },
45
44
  "peerDependencies": {
46
45
  "@grafana/data": "^11.0.0",
46
+ "@grafana/e2e-selectors": "^11.0.0",
47
47
  "@grafana/runtime": "^11.0.0",
48
48
  "@grafana/schema": "^11.0.0",
49
49
  "@grafana/ui": "^11.0.0",
@@ -113,5 +113,5 @@
113
113
  "prettier --write"
114
114
  ]
115
115
  },
116
- "gitHead": "a8b3657078dcab723a29cd6da8342566e4d52d61"
116
+ "gitHead": "4bd89a102104792adb0197be811ab6dad3635b60"
117
117
  }