@grafana/create-plugin 6.2.3-canary.2318.19599543029.0 → 6.2.3-canary.2319.19627764817.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@grafana/create-plugin",
3
- "version": "6.2.3-canary.2318.19599543029.0",
3
+ "version": "6.2.3-canary.2319.19627764817.0",
4
4
  "repository": {
5
5
  "directory": "packages/create-plugin",
6
6
  "url": "https://github.com/grafana/plugin-tools"
@@ -61,5 +61,5 @@
61
61
  "engines": {
62
62
  "node": ">=20"
63
63
  },
64
- "gitHead": "bb230360966c26c46890bfc2a994cb7e18482018"
64
+ "gitHead": "e50a28336fb1332866d4462a4ff732510e59f11e"
65
65
  }
@@ -7,7 +7,7 @@ services:
7
7
  context: .
8
8
  args:
9
9
  grafana_image: ${GRAFANA_IMAGE:-{{~grafanaImage~}} }
10
- grafana_version: ${GRAFANA_VERSION:-12.3.0}
10
+ grafana_version: ${GRAFANA_VERSION:-12.2.1}
11
11
  development: ${DEVELOPMENT:-false}
12
12
  anonymous_auth_enabled: ${ANONYMOUS_AUTH_ENABLED:-true}
13
13
  ports:
@@ -72,11 +72,11 @@
72
72
  },
73
73
  "dependencies": {
74
74
  "@emotion/css": "11.10.6",
75
- "@grafana/data": "^12.3.0",
76
- "@grafana/i18n": "^12.3.0",
77
- "@grafana/runtime": "^12.3.0",
78
- "@grafana/ui": "^12.3.0",
79
- "@grafana/schema": "^12.3.0",{{#if_eq pluginType "scenesapp" }}
75
+ "@grafana/data": "^12.2.1",
76
+ "@grafana/i18n": "^12.2.1",
77
+ "@grafana/runtime": "^12.2.1",
78
+ "@grafana/ui": "^12.2.1",
79
+ "@grafana/schema": "^12.2.1",{{#if_eq pluginType "scenesapp" }}
80
80
  "@grafana/scenes": "{{ scenesVersion }}",{{/if_eq}}
81
81
  "react": "^18.3.0",
82
82
  "react-dom": "^18.3.0"{{#if isAppType}},
@@ -247,7 +247,7 @@ jobs:
247
247
  # required for playwright-gh-pages
248
248
  persist-credentials: true
249
249
  - name: Publish report
250
- uses: grafana/plugin-actions/playwright-gh-pages/deploy-report-pages@deploy-report-pages/v1.0.1
250
+ uses: grafana/plugin-actions/playwright-gh-pages/deploy-report-pages@deploy-report-pages/v1.1.0
251
251
  with:
252
252
  github-token: $\{{ secrets.GITHUB_TOKEN }}
253
253