@grafana/react-detect 0.2.0 → 0.2.1-canary.2378.20821542927.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.
@@ -2,9 +2,9 @@ import { isExternal } from '../utils/dependencies.js';
2
2
  import { output } from '../utils/output.js';
3
3
 
4
4
  const summaryMsg = [
5
- `We strongly recommend testing your plugin using the React 19 Grafana docker image: ${output.formatCode("grafana/grafana:12.4.0-react19")}`,
5
+ `We strongly recommend testing your plugin using the React 19 Grafana docker image: ${output.formatCode("grafana/grafana:dev-preview-react19")}`,
6
6
  ...output.bulletList([
7
- `Start the server with ${output.formatCode("GRAFANA_VERSION=12.4.0-react19 GRAFANA_IMAGE=grafana docker compose up --build")} flag and manually test your plugin.`,
7
+ `Start the server with ${output.formatCode("GRAFANA_VERSION=dev-preview-react19 GRAFANA_IMAGE=grafana docker compose up --build")} flag and manually test your plugin.`,
8
8
  "Run any e2e tests to try and catch any potential issues.",
9
9
  "Manually test your plugin in the browser. Look for any console warnings or errors related to React."
10
10
  ]),
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@grafana/react-detect",
3
3
  "description": "Run various checks to detect if a Grafana plugin is compatible with React.",
4
- "version": "0.2.0",
4
+ "version": "0.2.1-canary.2378.20821542927.0",
5
5
  "repository": {
6
6
  "directory": "packages/react-detect",
7
7
  "url": "https://github.com/grafana/plugin-tools"
@@ -40,5 +40,5 @@
40
40
  "engines": {
41
41
  "node": ">=20"
42
42
  },
43
- "gitHead": "980567d359af6010b3be8ad0a8cc2e184417c95d"
43
+ "gitHead": "408206a02dcb75344b81246c84a8e504d02a755e"
44
44
  }
@@ -3,9 +3,9 @@ import { isExternal } from '../utils/dependencies.js';
3
3
  import { output } from '../utils/output.js';
4
4
 
5
5
  const summaryMsg = [
6
- `We strongly recommend testing your plugin using the React 19 Grafana docker image: ${output.formatCode('grafana/grafana:12.4.0-react19')}`,
6
+ `We strongly recommend testing your plugin using the React 19 Grafana docker image: ${output.formatCode('grafana/grafana:dev-preview-react19')}`,
7
7
  ...output.bulletList([
8
- `Start the server with ${output.formatCode('GRAFANA_VERSION=12.4.0-react19 GRAFANA_IMAGE=grafana docker compose up --build')} flag and manually test your plugin.`,
8
+ `Start the server with ${output.formatCode('GRAFANA_VERSION=dev-preview-react19 GRAFANA_IMAGE=grafana docker compose up --build')} flag and manually test your plugin.`,
9
9
  'Run any e2e tests to try and catch any potential issues.',
10
10
  'Manually test your plugin in the browser. Look for any console warnings or errors related to React.',
11
11
  ]),