@grafana/plugin-e2e 3.3.3-canary.2466.22151407209.0 → 3.3.3

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/dist/index.d.ts CHANGED
@@ -560,7 +560,7 @@ declare const versionedConstants: {
560
560
  };
561
561
  Tab: {
562
562
  title: {
563
- '12.4.0': string;
563
+ '13.0.0': string;
564
564
  "8.0.0": string;
565
565
  };
566
566
  };
@@ -24,7 +24,7 @@ const versionedConstants = {
24
24
  },
25
25
  Tab: {
26
26
  title: {
27
- "12.4.0": "Visualizations",
27
+ "13.0.0": "Visualizations",
28
28
  [minGrafanaVersion.MIN_GRAFANA_VERSION]: "All visualizations"
29
29
  }
30
30
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@grafana/plugin-e2e",
3
- "version": "3.3.3-canary.2466.22151407209.0",
3
+ "version": "3.3.3",
4
4
  "main": "./dist/index.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "files": [
@@ -42,10 +42,10 @@
42
42
  "dotenv": "^17.2.4"
43
43
  },
44
44
  "dependencies": {
45
- "@grafana/e2e-selectors": "13.0.0-22149689148",
45
+ "@grafana/e2e-selectors": "12.4.0-21983999378",
46
46
  "semver": "^7.5.4",
47
47
  "uuid": "^13.0.0",
48
48
  "yaml": "^2.3.4"
49
49
  },
50
- "gitHead": "f4968522fbb2cbe6ddbc4d5d5bf85a0d0a97dabb"
50
+ "gitHead": "50e733b9a01e47c323e90372a2a54aae7993eb0c"
51
51
  }