@grafana/create-plugin 5.8.1 → 5.9.0-canary.1298.dd906d7.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": "5.8.1",
3
+ "version": "5.9.0-canary.1298.dd906d7.0",
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": "3a6fe1718a556dd41680ce2cec5d929576869465"
89
+ "gitHead": "dd906d7d4540741a5926e2de06670c8d8c8071f9"
90
90
  }
@@ -22,7 +22,7 @@
22
22
  "@grafana/e2e": "^11.0.7",
23
23
  "@grafana/e2e-selectors": "^11.3.0",{{/if}}
24
24
  "@grafana/eslint-config": "^7.0.0",{{#if usePlaywright}}
25
- "@grafana/plugin-e2e": "^1.11.1",{{/if}}
25
+ "@grafana/plugin-e2e": "^1.11.2",{{/if}}
26
26
  "@grafana/tsconfig": "^2.0.0",{{#if usePlaywright}}
27
27
  "@playwright/test": "^1.41.2",{{/if}}
28
28
  "@swc/core": "^1.3.90",
@@ -62,7 +62,7 @@
62
62
  "webpack-virtual-modules": "^0.6.2"
63
63
  },
64
64
  "engines": {
65
- "node": ">=20"
65
+ "node": ">=22"
66
66
  },
67
67
  "dependencies": {
68
68
  "@emotion/css": "11.10.6",
@@ -34,7 +34,7 @@ jobs:
34
34
  - name: Setup Node.js environment
35
35
  uses: actions/setup-node@v4
36
36
  with:
37
- node-version: '20'
37
+ node-version: '22'
38
38
  cache: '{{ packageManagerName }}'
39
39
 
40
40
  - name: Install dependencies
@@ -161,7 +161,7 @@ jobs:
161
161
  - name: Setup Node.js environment
162
162
  uses: actions/setup-node@v4
163
163
  with:
164
- node-version: '20'
164
+ node-version: '22'
165
165
  cache: '{{ packageManagerName }}'
166
166
 
167
167
  - name: Install dev dependencies
@@ -14,7 +14,7 @@ jobs:
14
14
  - name: Setup Node.js environment
15
15
  uses: actions/setup-node@v4
16
16
  with:
17
- node-version: '20'
17
+ node-version: '22'
18
18
  cache: '{{ packageManagerName }}'
19
19
  - name: Install dependencies
20
20
  run: {{ packageManagerInstallCmd }}