@grafana/create-plugin 5.7.4-canary.1199.fcb7348.0 → 5.7.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,29 @@
1
+ # v5.7.5 (Fri Nov 01 2024)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - Update dependency @grafana/e2e-selectors to v11.4.0-205417 [#1270](https://github.com/grafana/plugin-tools/pull/1270) ([@renovate[bot]](https://github.com/renovate[bot]))
6
+ - Update dependency @grafana/scenes to v5.21.1 [#1283](https://github.com/grafana/plugin-tools/pull/1283) ([@renovate[bot]](https://github.com/renovate[bot]))
7
+
8
+ #### Authors: 1
9
+
10
+ - [@renovate[bot]](https://github.com/renovate[bot])
11
+
12
+ ---
13
+
14
+ # v5.7.4 (Wed Oct 30 2024)
15
+
16
+ #### 🐛 Bug Fix
17
+
18
+ - Update grafana dependencies [#1199](https://github.com/grafana/plugin-tools/pull/1199) ([@renovate[bot]](https://github.com/renovate[bot]) [@sunker](https://github.com/sunker))
19
+
20
+ #### Authors: 2
21
+
22
+ - [@renovate[bot]](https://github.com/renovate[bot])
23
+ - Erik Sundell ([@sunker](https://github.com/sunker))
24
+
25
+ ---
26
+
1
27
  # v5.7.3 (Mon Oct 28 2024)
2
28
 
3
29
  #### 🐛 Bug Fix
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@grafana/create-plugin",
3
- "version": "5.7.4-canary.1199.fcb7348.0",
3
+ "version": "5.7.5",
4
4
  "repository": {
5
5
  "directory": "packages/create-plugin",
6
6
  "url": "https://github.com/grafana/plugin-tools"
@@ -86,5 +86,5 @@
86
86
  "engines": {
87
87
  "node": ">=20"
88
88
  },
89
- "gitHead": "fcb7348a05329d7831d709307d4b90c5796d1a64"
89
+ "gitHead": "8464893065b24f1b9e076d937ebf21f5c20047b2"
90
90
  }
@@ -20,7 +20,7 @@
20
20
  "devDependencies": {
21
21
  "@babel/core": "^7.21.4",{{#if useCypress}}
22
22
  "@grafana/e2e": "^11.0.7",
23
- "@grafana/e2e-selectors": "^11.2.2",{{/if}}
23
+ "@grafana/e2e-selectors": "^11.4.0-205417",{{/if}}
24
24
  "@grafana/eslint-config": "^7.0.0",{{#if usePlaywright}}
25
25
  "@grafana/plugin-e2e": "^1.11.0",{{/if}}
26
26
  "@grafana/tsconfig": "^2.0.0",{{#if usePlaywright}}
@@ -70,7 +70,7 @@
70
70
  "@grafana/runtime": "^11.3.0",
71
71
  "@grafana/ui": "^11.3.0",
72
72
  "@grafana/schema": "^11.3.0",{{#if_eq pluginType "scenesapp"}}
73
- "@grafana/scenes": "^5.21.0",{{/if_eq}}
73
+ "@grafana/scenes": "^5.21.1",{{/if_eq}}
74
74
  "react": "18.2.0",
75
75
  "react-dom": "18.2.0",{{#if isAppType}}
76
76
  "react-router-dom": "^{{ reactRouterVersion }}",