From 52bf2268e13777eab23c351c4e8eb45d76bce37f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 13 Nov 2024 08:13:36 +0000 Subject: [PATCH] chore: update configuration to latest version --- examples/app-basic/.config/.cprc.json | 2 +- examples/app-basic/package-lock.json | 2 +- examples/app-basic/package.json | 2 +- examples/app-with-backend/.config/.cprc.json | 2 +- examples/app-with-backend/package-lock.json | 2 +- examples/app-with-backend/package.json | 2 +- examples/app-with-dashboards/.config/.cprc.json | 2 +- examples/app-with-dashboards/package-lock.json | 2 +- examples/app-with-dashboards/package.json | 2 +- examples/app-with-extension-point/.config/.cprc.json | 2 +- examples/app-with-extension-point/package-lock.json | 2 +- examples/app-with-extension-point/package.json | 2 +- examples/app-with-extensions/.config/.cprc.json | 2 +- examples/app-with-extensions/package-lock.json | 2 +- examples/app-with-extensions/package.json | 2 +- examples/app-with-rbac/.config/.cprc.json | 2 +- examples/app-with-rbac/package-lock.json | 2 +- examples/app-with-rbac/package.json | 2 +- examples/app-with-scenes/.config/.cprc.json | 2 +- examples/app-with-scenes/package-lock.json | 2 +- examples/app-with-scenes/package.json | 2 +- examples/app-with-service-account/.config/.cprc.json | 2 +- examples/app-with-service-account/package-lock.json | 2 +- examples/app-with-service-account/package.json | 2 +- examples/datasource-basic/.config/.cprc.json | 2 +- examples/datasource-basic/package-lock.json | 2 +- examples/datasource-basic/package.json | 2 +- examples/datasource-http-backend/.config/.cprc.json | 2 +- examples/datasource-http-backend/package-lock.json | 2 +- examples/datasource-http-backend/package.json | 2 +- examples/datasource-http/.config/.cprc.json | 2 +- examples/datasource-http/package-lock.json | 2 +- examples/datasource-http/package.json | 2 +- examples/datasource-logs/.config/.cprc.json | 2 +- examples/datasource-logs/package-lock.json | 2 +- examples/datasource-logs/package.json | 2 +- .../streaming-backend-websocket-plugin/.config/.cprc.json | 2 +- .../streaming-backend-websocket-plugin/package-lock.json | 2 +- .../streaming-backend-websocket-plugin/package.json | 2 +- .../streaming-websocket-plugin/.config/.cprc.json | 2 +- .../streaming-websocket-plugin/package-lock.json | 2 +- .../streaming-websocket-plugin/package.json | 2 +- examples/panel-basic/.config/.cprc.json | 2 +- examples/panel-basic/package-lock.json | 2 +- examples/panel-basic/package.json | 2 +- examples/panel-datalinks/.config/.cprc.json | 2 +- examples/panel-datalinks/package-lock.json | 2 +- examples/panel-datalinks/package.json | 2 +- examples/panel-frame-select/.config/.cprc.json | 2 +- examples/panel-frame-select/package-lock.json | 2 +- examples/panel-frame-select/package.json | 2 +- 51 files changed, 51 insertions(+), 51 deletions(-) diff --git a/examples/app-basic/.config/.cprc.json b/examples/app-basic/.config/.cprc.json index 1fb1853fc..d2e02f113 100644 --- a/examples/app-basic/.config/.cprc.json +++ b/examples/app-basic/.config/.cprc.json @@ -1,3 +1,3 @@ { - "version": "5.9.0" + "version": "5.9.1" } diff --git a/examples/app-basic/package-lock.json b/examples/app-basic/package-lock.json index 9433b2bc5..d27e9b986 100644 --- a/examples/app-basic/package-lock.json +++ b/examples/app-basic/package-lock.json @@ -25,7 +25,7 @@ "@babel/core": "^7.21.4", "@grafana/e2e-selectors": "11.2.2", "@grafana/eslint-config": "^7.0.0", - "@grafana/plugin-e2e": "^1.11.3", + "@grafana/plugin-e2e": "^1.12.0", "@grafana/plugin-meta-extractor": "^0.0.2", "@grafana/tsconfig": "^2.0.0", "@playwright/test": "^1.48.0", diff --git a/examples/app-basic/package.json b/examples/app-basic/package.json index d4ff814ec..2a78075fe 100644 --- a/examples/app-basic/package.json +++ b/examples/app-basic/package.json @@ -19,7 +19,7 @@ "devDependencies": { "@babel/core": "^7.21.4", "@grafana/eslint-config": "^7.0.0", - "@grafana/plugin-e2e": "^1.11.3", + "@grafana/plugin-e2e": "^1.12.0", "@grafana/plugin-meta-extractor": "^0.0.2", "@grafana/tsconfig": "^2.0.0", "@playwright/test": "^1.48.0", diff --git a/examples/app-with-backend/.config/.cprc.json b/examples/app-with-backend/.config/.cprc.json index 1fb1853fc..d2e02f113 100644 --- a/examples/app-with-backend/.config/.cprc.json +++ b/examples/app-with-backend/.config/.cprc.json @@ -1,3 +1,3 @@ { - "version": "5.9.0" + "version": "5.9.1" } diff --git a/examples/app-with-backend/package-lock.json b/examples/app-with-backend/package-lock.json index f15f50725..962a8050b 100644 --- a/examples/app-with-backend/package-lock.json +++ b/examples/app-with-backend/package-lock.json @@ -25,7 +25,7 @@ "@babel/core": "^7.21.4", "@grafana/e2e-selectors": "11.2.2", "@grafana/eslint-config": "^7.0.0", - "@grafana/plugin-e2e": "^1.11.3", + "@grafana/plugin-e2e": "^1.12.0", "@grafana/plugin-meta-extractor": "^0.0.2", "@grafana/tsconfig": "^2.0.0", "@playwright/test": "^1.48.0", diff --git a/examples/app-with-backend/package.json b/examples/app-with-backend/package.json index aa17fa072..94c29b685 100755 --- a/examples/app-with-backend/package.json +++ b/examples/app-with-backend/package.json @@ -19,7 +19,7 @@ "devDependencies": { "@babel/core": "^7.21.4", "@grafana/eslint-config": "^7.0.0", - "@grafana/plugin-e2e": "^1.11.3", + "@grafana/plugin-e2e": "^1.12.0", "@grafana/plugin-meta-extractor": "^0.0.2", "@grafana/tsconfig": "^2.0.0", "@playwright/test": "^1.48.0", diff --git a/examples/app-with-dashboards/.config/.cprc.json b/examples/app-with-dashboards/.config/.cprc.json index 1fb1853fc..d2e02f113 100644 --- a/examples/app-with-dashboards/.config/.cprc.json +++ b/examples/app-with-dashboards/.config/.cprc.json @@ -1,3 +1,3 @@ { - "version": "5.9.0" + "version": "5.9.1" } diff --git a/examples/app-with-dashboards/package-lock.json b/examples/app-with-dashboards/package-lock.json index 9a8e2d26a..230a98db7 100644 --- a/examples/app-with-dashboards/package-lock.json +++ b/examples/app-with-dashboards/package-lock.json @@ -24,7 +24,7 @@ "@babel/core": "^7.21.4", "@grafana/e2e-selectors": "11.2.2", "@grafana/eslint-config": "^7.0.0", - "@grafana/plugin-e2e": "^1.11.3", + "@grafana/plugin-e2e": "^1.12.0", "@grafana/plugin-meta-extractor": "^0.0.2", "@grafana/tsconfig": "^2.0.0", "@playwright/test": "^1.48.0", diff --git a/examples/app-with-dashboards/package.json b/examples/app-with-dashboards/package.json index a57e95a98..e8528722a 100644 --- a/examples/app-with-dashboards/package.json +++ b/examples/app-with-dashboards/package.json @@ -19,7 +19,7 @@ "devDependencies": { "@babel/core": "^7.21.4", "@grafana/eslint-config": "^7.0.0", - "@grafana/plugin-e2e": "^1.11.3", + "@grafana/plugin-e2e": "^1.12.0", "@grafana/plugin-meta-extractor": "^0.0.2", "@grafana/tsconfig": "^2.0.0", "@playwright/test": "^1.48.0", diff --git a/examples/app-with-extension-point/.config/.cprc.json b/examples/app-with-extension-point/.config/.cprc.json index 1fb1853fc..d2e02f113 100644 --- a/examples/app-with-extension-point/.config/.cprc.json +++ b/examples/app-with-extension-point/.config/.cprc.json @@ -1,3 +1,3 @@ { - "version": "5.9.0" + "version": "5.9.1" } diff --git a/examples/app-with-extension-point/package-lock.json b/examples/app-with-extension-point/package-lock.json index 3cf5f4b1e..7c7e3eadd 100644 --- a/examples/app-with-extension-point/package-lock.json +++ b/examples/app-with-extension-point/package-lock.json @@ -24,7 +24,7 @@ "@babel/core": "^7.21.4", "@grafana/e2e-selectors": "11.2.2", "@grafana/eslint-config": "^7.0.0", - "@grafana/plugin-e2e": "^1.11.3", + "@grafana/plugin-e2e": "^1.12.0", "@grafana/plugin-meta-extractor": "^0.0.2", "@grafana/tsconfig": "^2.0.0", "@playwright/test": "^1.48.0", diff --git a/examples/app-with-extension-point/package.json b/examples/app-with-extension-point/package.json index b8b382873..83eb6515e 100644 --- a/examples/app-with-extension-point/package.json +++ b/examples/app-with-extension-point/package.json @@ -19,7 +19,7 @@ "devDependencies": { "@babel/core": "^7.21.4", "@grafana/eslint-config": "^7.0.0", - "@grafana/plugin-e2e": "^1.11.3", + "@grafana/plugin-e2e": "^1.12.0", "@grafana/plugin-meta-extractor": "^0.0.2", "@grafana/tsconfig": "^2.0.0", "@playwright/test": "^1.48.0", diff --git a/examples/app-with-extensions/.config/.cprc.json b/examples/app-with-extensions/.config/.cprc.json index 1fb1853fc..d2e02f113 100644 --- a/examples/app-with-extensions/.config/.cprc.json +++ b/examples/app-with-extensions/.config/.cprc.json @@ -1,3 +1,3 @@ { - "version": "5.9.0" + "version": "5.9.1" } diff --git a/examples/app-with-extensions/package-lock.json b/examples/app-with-extensions/package-lock.json index 558496101..cf44ad21f 100644 --- a/examples/app-with-extensions/package-lock.json +++ b/examples/app-with-extensions/package-lock.json @@ -24,7 +24,7 @@ "@babel/core": "^7.21.4", "@grafana/e2e-selectors": "11.2.2", "@grafana/eslint-config": "^7.0.0", - "@grafana/plugin-e2e": "^1.11.3", + "@grafana/plugin-e2e": "^1.12.0", "@grafana/plugin-meta-extractor": "^0.0.2", "@grafana/tsconfig": "^2.0.0", "@playwright/test": "^1.48.0", diff --git a/examples/app-with-extensions/package.json b/examples/app-with-extensions/package.json index 2b497147c..6c9426c58 100644 --- a/examples/app-with-extensions/package.json +++ b/examples/app-with-extensions/package.json @@ -19,7 +19,7 @@ "devDependencies": { "@babel/core": "^7.21.4", "@grafana/eslint-config": "^7.0.0", - "@grafana/plugin-e2e": "^1.11.3", + "@grafana/plugin-e2e": "^1.12.0", "@grafana/plugin-meta-extractor": "^0.0.2", "@grafana/tsconfig": "^2.0.0", "@playwright/test": "^1.48.0", diff --git a/examples/app-with-rbac/.config/.cprc.json b/examples/app-with-rbac/.config/.cprc.json index 1fb1853fc..d2e02f113 100644 --- a/examples/app-with-rbac/.config/.cprc.json +++ b/examples/app-with-rbac/.config/.cprc.json @@ -1,3 +1,3 @@ { - "version": "5.9.0" + "version": "5.9.1" } diff --git a/examples/app-with-rbac/package-lock.json b/examples/app-with-rbac/package-lock.json index 607f1acd4..a99927f83 100644 --- a/examples/app-with-rbac/package-lock.json +++ b/examples/app-with-rbac/package-lock.json @@ -24,7 +24,7 @@ "@babel/core": "^7.21.4", "@grafana/e2e-selectors": "11.2.2", "@grafana/eslint-config": "^7.0.0", - "@grafana/plugin-e2e": "^1.11.3", + "@grafana/plugin-e2e": "^1.12.0", "@grafana/tsconfig": "^2.0.0", "@playwright/test": "^1.48.0", "@swc/core": "^1.3.90", diff --git a/examples/app-with-rbac/package.json b/examples/app-with-rbac/package.json index d4502e1c9..32470ca3d 100644 --- a/examples/app-with-rbac/package.json +++ b/examples/app-with-rbac/package.json @@ -19,7 +19,7 @@ "devDependencies": { "@babel/core": "^7.21.4", "@grafana/eslint-config": "^7.0.0", - "@grafana/plugin-e2e": "^1.11.3", + "@grafana/plugin-e2e": "^1.12.0", "@grafana/tsconfig": "^2.0.0", "@playwright/test": "^1.48.0", "@swc/core": "^1.3.90", diff --git a/examples/app-with-scenes/.config/.cprc.json b/examples/app-with-scenes/.config/.cprc.json index 1fb1853fc..d2e02f113 100644 --- a/examples/app-with-scenes/.config/.cprc.json +++ b/examples/app-with-scenes/.config/.cprc.json @@ -1,3 +1,3 @@ { - "version": "5.9.0" + "version": "5.9.1" } diff --git a/examples/app-with-scenes/package-lock.json b/examples/app-with-scenes/package-lock.json index 72923cb4b..c193f786d 100644 --- a/examples/app-with-scenes/package-lock.json +++ b/examples/app-with-scenes/package-lock.json @@ -26,7 +26,7 @@ "@babel/core": "^7.21.4", "@grafana/e2e-selectors": "11.2.2", "@grafana/eslint-config": "^7.0.0", - "@grafana/plugin-e2e": "^1.11.3", + "@grafana/plugin-e2e": "^1.12.0", "@grafana/plugin-meta-extractor": "^0.0.2", "@grafana/tsconfig": "^2.0.0", "@playwright/test": "^1.48.0", diff --git a/examples/app-with-scenes/package.json b/examples/app-with-scenes/package.json index fbee89174..bf4f285cb 100644 --- a/examples/app-with-scenes/package.json +++ b/examples/app-with-scenes/package.json @@ -20,7 +20,7 @@ "@babel/core": "^7.21.4", "@grafana/eslint-config": "^7.0.0", "@grafana/tsconfig": "^2.0.0", - "@grafana/plugin-e2e": "^1.11.3", + "@grafana/plugin-e2e": "^1.12.0", "@playwright/test": "^1.48.0", "@swc/core": "^1.3.90", "@swc/helpers": "^0.5.0", diff --git a/examples/app-with-service-account/.config/.cprc.json b/examples/app-with-service-account/.config/.cprc.json index 1fb1853fc..d2e02f113 100644 --- a/examples/app-with-service-account/.config/.cprc.json +++ b/examples/app-with-service-account/.config/.cprc.json @@ -1,3 +1,3 @@ { - "version": "5.9.0" + "version": "5.9.1" } diff --git a/examples/app-with-service-account/package-lock.json b/examples/app-with-service-account/package-lock.json index cb7f644bd..9c7328875 100644 --- a/examples/app-with-service-account/package-lock.json +++ b/examples/app-with-service-account/package-lock.json @@ -24,7 +24,7 @@ "@babel/core": "^7.21.4", "@grafana/e2e-selectors": "11.2.2", "@grafana/eslint-config": "^7.0.0", - "@grafana/plugin-e2e": "^1.11.3", + "@grafana/plugin-e2e": "^1.12.0", "@grafana/plugin-meta-extractor": "^0.0.2", "@grafana/tsconfig": "^2.0.0", "@playwright/test": "^1.48.0", diff --git a/examples/app-with-service-account/package.json b/examples/app-with-service-account/package.json index fca799ecf..ef91ca90f 100644 --- a/examples/app-with-service-account/package.json +++ b/examples/app-with-service-account/package.json @@ -20,7 +20,7 @@ "@babel/core": "^7.21.4", "@grafana/eslint-config": "^7.0.0", "@grafana/tsconfig": "^2.0.0", - "@grafana/plugin-e2e": "^1.11.3", + "@grafana/plugin-e2e": "^1.12.0", "@playwright/test": "^1.48.0", "@swc/core": "^1.3.90", "@swc/helpers": "^0.5.0", diff --git a/examples/datasource-basic/.config/.cprc.json b/examples/datasource-basic/.config/.cprc.json index 1fb1853fc..d2e02f113 100644 --- a/examples/datasource-basic/.config/.cprc.json +++ b/examples/datasource-basic/.config/.cprc.json @@ -1,3 +1,3 @@ { - "version": "5.9.0" + "version": "5.9.1" } diff --git a/examples/datasource-basic/package-lock.json b/examples/datasource-basic/package-lock.json index 64ec2ac4b..9dc1905ed 100644 --- a/examples/datasource-basic/package-lock.json +++ b/examples/datasource-basic/package-lock.json @@ -24,7 +24,7 @@ "@babel/core": "^7.21.4", "@grafana/e2e-selectors": "11.2.2", "@grafana/eslint-config": "^7.0.0", - "@grafana/plugin-e2e": "^1.11.3", + "@grafana/plugin-e2e": "^1.12.0", "@grafana/plugin-meta-extractor": "^0.0.2", "@grafana/tsconfig": "^2.0.0", "@playwright/test": "^1.48.0", diff --git a/examples/datasource-basic/package.json b/examples/datasource-basic/package.json index 3023607a3..050d16228 100644 --- a/examples/datasource-basic/package.json +++ b/examples/datasource-basic/package.json @@ -19,7 +19,7 @@ "devDependencies": { "@babel/core": "^7.21.4", "@grafana/eslint-config": "^7.0.0", - "@grafana/plugin-e2e": "^1.11.3", + "@grafana/plugin-e2e": "^1.12.0", "@grafana/plugin-meta-extractor": "^0.0.2", "@grafana/tsconfig": "^2.0.0", "@playwright/test": "^1.48.0", diff --git a/examples/datasource-http-backend/.config/.cprc.json b/examples/datasource-http-backend/.config/.cprc.json index 1fb1853fc..d2e02f113 100644 --- a/examples/datasource-http-backend/.config/.cprc.json +++ b/examples/datasource-http-backend/.config/.cprc.json @@ -1,3 +1,3 @@ { - "version": "5.9.0" + "version": "5.9.1" } diff --git a/examples/datasource-http-backend/package-lock.json b/examples/datasource-http-backend/package-lock.json index a579cdf5f..e3dda7451 100644 --- a/examples/datasource-http-backend/package-lock.json +++ b/examples/datasource-http-backend/package-lock.json @@ -22,7 +22,7 @@ "@babel/core": "^7.21.4", "@grafana/e2e-selectors": "11.2.2", "@grafana/eslint-config": "^7.0.0", - "@grafana/plugin-e2e": "^1.11.3", + "@grafana/plugin-e2e": "^1.12.0", "@grafana/plugin-meta-extractor": "^0.0.2", "@grafana/tsconfig": "^2.0.0", "@playwright/test": "^1.48.0", diff --git a/examples/datasource-http-backend/package.json b/examples/datasource-http-backend/package.json index f2c9b719d..b7fa024ce 100644 --- a/examples/datasource-http-backend/package.json +++ b/examples/datasource-http-backend/package.json @@ -20,7 +20,7 @@ "@babel/core": "^7.21.4", "@grafana/eslint-config": "^7.0.0", "@grafana/tsconfig": "^2.0.0", - "@grafana/plugin-e2e": "^1.11.3", + "@grafana/plugin-e2e": "^1.12.0", "@playwright/test": "^1.48.0", "@swc/core": "^1.3.90", "@swc/helpers": "^0.5.0", diff --git a/examples/datasource-http/.config/.cprc.json b/examples/datasource-http/.config/.cprc.json index 1fb1853fc..d2e02f113 100644 --- a/examples/datasource-http/.config/.cprc.json +++ b/examples/datasource-http/.config/.cprc.json @@ -1,3 +1,3 @@ { - "version": "5.9.0" + "version": "5.9.1" } diff --git a/examples/datasource-http/package-lock.json b/examples/datasource-http/package-lock.json index 9275b3495..37544b493 100644 --- a/examples/datasource-http/package-lock.json +++ b/examples/datasource-http/package-lock.json @@ -22,7 +22,7 @@ "@babel/core": "^7.21.4", "@grafana/e2e-selectors": "11.2.2", "@grafana/eslint-config": "^7.0.0", - "@grafana/plugin-e2e": "^1.11.3", + "@grafana/plugin-e2e": "^1.12.0", "@grafana/plugin-meta-extractor": "^0.0.2", "@grafana/tsconfig": "^2.0.0", "@playwright/test": "^1.48.0", diff --git a/examples/datasource-http/package.json b/examples/datasource-http/package.json index 5658738e3..08c8b1f04 100644 --- a/examples/datasource-http/package.json +++ b/examples/datasource-http/package.json @@ -24,7 +24,7 @@ "devDependencies": { "@babel/core": "^7.21.4", "@grafana/eslint-config": "^7.0.0", - "@grafana/plugin-e2e": "^1.11.3", + "@grafana/plugin-e2e": "^1.12.0", "@grafana/plugin-meta-extractor": "^0.0.2", "@grafana/tsconfig": "^2.0.0", "@playwright/test": "^1.48.0", diff --git a/examples/datasource-logs/.config/.cprc.json b/examples/datasource-logs/.config/.cprc.json index 1fb1853fc..d2e02f113 100644 --- a/examples/datasource-logs/.config/.cprc.json +++ b/examples/datasource-logs/.config/.cprc.json @@ -1,3 +1,3 @@ { - "version": "5.9.0" + "version": "5.9.1" } diff --git a/examples/datasource-logs/package-lock.json b/examples/datasource-logs/package-lock.json index 4c0c507f6..bca2ec16a 100644 --- a/examples/datasource-logs/package-lock.json +++ b/examples/datasource-logs/package-lock.json @@ -24,7 +24,7 @@ "@babel/core": "^7.21.4", "@grafana/e2e-selectors": "11.2.2", "@grafana/eslint-config": "^7.0.0", - "@grafana/plugin-e2e": "^1.11.3", + "@grafana/plugin-e2e": "^1.12.0", "@grafana/plugin-meta-extractor": "^0.0.2", "@grafana/tsconfig": "^2.0.0", "@playwright/test": "^1.48.0", diff --git a/examples/datasource-logs/package.json b/examples/datasource-logs/package.json index ece9d220f..4fdb55073 100644 --- a/examples/datasource-logs/package.json +++ b/examples/datasource-logs/package.json @@ -20,7 +20,7 @@ "@babel/core": "^7.21.4", "@grafana/eslint-config": "^7.0.0", "@grafana/tsconfig": "^2.0.0", - "@grafana/plugin-e2e": "^1.11.3", + "@grafana/plugin-e2e": "^1.12.0", "@playwright/test": "^1.48.0", "@swc/core": "^1.3.90", "@swc/helpers": "^0.5.0", diff --git a/examples/datasource-streaming-backend-websocket/streaming-backend-websocket-plugin/.config/.cprc.json b/examples/datasource-streaming-backend-websocket/streaming-backend-websocket-plugin/.config/.cprc.json index 1fb1853fc..d2e02f113 100644 --- a/examples/datasource-streaming-backend-websocket/streaming-backend-websocket-plugin/.config/.cprc.json +++ b/examples/datasource-streaming-backend-websocket/streaming-backend-websocket-plugin/.config/.cprc.json @@ -1,3 +1,3 @@ { - "version": "5.9.0" + "version": "5.9.1" } diff --git a/examples/datasource-streaming-backend-websocket/streaming-backend-websocket-plugin/package-lock.json b/examples/datasource-streaming-backend-websocket/streaming-backend-websocket-plugin/package-lock.json index 8c684764b..bf0b9d455 100644 --- a/examples/datasource-streaming-backend-websocket/streaming-backend-websocket-plugin/package-lock.json +++ b/examples/datasource-streaming-backend-websocket/streaming-backend-websocket-plugin/package-lock.json @@ -22,7 +22,7 @@ "@babel/core": "^7.21.4", "@grafana/e2e-selectors": "11.2.2", "@grafana/eslint-config": "^7.0.0", - "@grafana/plugin-e2e": "^1.11.3", + "@grafana/plugin-e2e": "^1.12.0", "@grafana/plugin-meta-extractor": "^0.0.2", "@grafana/tsconfig": "^2.0.0", "@playwright/test": "^1.48.0", diff --git a/examples/datasource-streaming-backend-websocket/streaming-backend-websocket-plugin/package.json b/examples/datasource-streaming-backend-websocket/streaming-backend-websocket-plugin/package.json index 5f327f97e..6c286ec1d 100644 --- a/examples/datasource-streaming-backend-websocket/streaming-backend-websocket-plugin/package.json +++ b/examples/datasource-streaming-backend-websocket/streaming-backend-websocket-plugin/package.json @@ -20,7 +20,7 @@ "@babel/core": "^7.21.4", "@grafana/eslint-config": "^7.0.0", "@grafana/tsconfig": "^2.0.0", - "@grafana/plugin-e2e": "^1.11.3", + "@grafana/plugin-e2e": "^1.12.0", "@playwright/test": "^1.48.0", "@swc/core": "^1.3.90", "@swc/helpers": "^0.5.0", diff --git a/examples/datasource-streaming-websocket/streaming-websocket-plugin/.config/.cprc.json b/examples/datasource-streaming-websocket/streaming-websocket-plugin/.config/.cprc.json index 1fb1853fc..d2e02f113 100644 --- a/examples/datasource-streaming-websocket/streaming-websocket-plugin/.config/.cprc.json +++ b/examples/datasource-streaming-websocket/streaming-websocket-plugin/.config/.cprc.json @@ -1,3 +1,3 @@ { - "version": "5.9.0" + "version": "5.9.1" } diff --git a/examples/datasource-streaming-websocket/streaming-websocket-plugin/package-lock.json b/examples/datasource-streaming-websocket/streaming-websocket-plugin/package-lock.json index 55c0d3d4b..5328d2f73 100644 --- a/examples/datasource-streaming-websocket/streaming-websocket-plugin/package-lock.json +++ b/examples/datasource-streaming-websocket/streaming-websocket-plugin/package-lock.json @@ -23,7 +23,7 @@ "@babel/core": "^7.21.4", "@grafana/e2e-selectors": "11.2.2", "@grafana/eslint-config": "^7.0.0", - "@grafana/plugin-e2e": "^1.11.3", + "@grafana/plugin-e2e": "^1.12.0", "@grafana/plugin-meta-extractor": "^0.0.2", "@grafana/tsconfig": "^2.0.0", "@playwright/test": "^1.48.0", diff --git a/examples/datasource-streaming-websocket/streaming-websocket-plugin/package.json b/examples/datasource-streaming-websocket/streaming-websocket-plugin/package.json index c776eb4af..8bc5e54ed 100644 --- a/examples/datasource-streaming-websocket/streaming-websocket-plugin/package.json +++ b/examples/datasource-streaming-websocket/streaming-websocket-plugin/package.json @@ -25,7 +25,7 @@ "@babel/core": "^7.21.4", "@grafana/eslint-config": "^7.0.0", "@grafana/tsconfig": "^2.0.0", - "@grafana/plugin-e2e": "^1.11.3", + "@grafana/plugin-e2e": "^1.12.0", "@playwright/test": "^1.48.0", "@swc/core": "^1.3.90", "@swc/helpers": "^0.5.0", diff --git a/examples/panel-basic/.config/.cprc.json b/examples/panel-basic/.config/.cprc.json index 1fb1853fc..d2e02f113 100644 --- a/examples/panel-basic/.config/.cprc.json +++ b/examples/panel-basic/.config/.cprc.json @@ -1,3 +1,3 @@ { - "version": "5.9.0" + "version": "5.9.1" } diff --git a/examples/panel-basic/package-lock.json b/examples/panel-basic/package-lock.json index 8d19b645b..d1f9e2ba7 100644 --- a/examples/panel-basic/package-lock.json +++ b/examples/panel-basic/package-lock.json @@ -22,7 +22,7 @@ "@babel/core": "^7.21.4", "@grafana/e2e-selectors": "11.2.2", "@grafana/eslint-config": "^7.0.0", - "@grafana/plugin-e2e": "^1.11.3", + "@grafana/plugin-e2e": "^1.12.0", "@grafana/plugin-meta-extractor": "^0.0.2", "@grafana/tsconfig": "^2.0.0", "@playwright/test": "^1.48.0", diff --git a/examples/panel-basic/package.json b/examples/panel-basic/package.json index 1cae63296..1ef35db5c 100644 --- a/examples/panel-basic/package.json +++ b/examples/panel-basic/package.json @@ -19,7 +19,7 @@ "devDependencies": { "@babel/core": "^7.21.4", "@grafana/eslint-config": "^7.0.0", - "@grafana/plugin-e2e": "^1.11.3", + "@grafana/plugin-e2e": "^1.12.0", "@grafana/plugin-meta-extractor": "^0.0.2", "@grafana/tsconfig": "^2.0.0", "@playwright/test": "^1.48.0", diff --git a/examples/panel-datalinks/.config/.cprc.json b/examples/panel-datalinks/.config/.cprc.json index 1fb1853fc..d2e02f113 100644 --- a/examples/panel-datalinks/.config/.cprc.json +++ b/examples/panel-datalinks/.config/.cprc.json @@ -1,3 +1,3 @@ { - "version": "5.9.0" + "version": "5.9.1" } diff --git a/examples/panel-datalinks/package-lock.json b/examples/panel-datalinks/package-lock.json index 01e1f0c6d..f42b9c1d2 100644 --- a/examples/panel-datalinks/package-lock.json +++ b/examples/panel-datalinks/package-lock.json @@ -23,7 +23,7 @@ "@babel/core": "^7.21.4", "@grafana/e2e-selectors": "11.2.2", "@grafana/eslint-config": "^7.0.0", - "@grafana/plugin-e2e": "^1.11.3", + "@grafana/plugin-e2e": "^1.12.0", "@grafana/plugin-meta-extractor": "^0.0.2", "@grafana/tsconfig": "^2.0.0", "@playwright/test": "^1.48.0", diff --git a/examples/panel-datalinks/package.json b/examples/panel-datalinks/package.json index 65cd650cb..ffe3f7162 100644 --- a/examples/panel-datalinks/package.json +++ b/examples/panel-datalinks/package.json @@ -19,7 +19,7 @@ "devDependencies": { "@babel/core": "^7.21.4", "@grafana/eslint-config": "^7.0.0", - "@grafana/plugin-e2e": "^1.11.3", + "@grafana/plugin-e2e": "^1.12.0", "@grafana/plugin-meta-extractor": "^0.0.2", "@grafana/tsconfig": "^2.0.0", "@playwright/test": "^1.48.0", diff --git a/examples/panel-frame-select/.config/.cprc.json b/examples/panel-frame-select/.config/.cprc.json index 1fb1853fc..d2e02f113 100644 --- a/examples/panel-frame-select/.config/.cprc.json +++ b/examples/panel-frame-select/.config/.cprc.json @@ -1,3 +1,3 @@ { - "version": "5.9.0" + "version": "5.9.1" } diff --git a/examples/panel-frame-select/package-lock.json b/examples/panel-frame-select/package-lock.json index ffa25b31a..cbf79d6de 100644 --- a/examples/panel-frame-select/package-lock.json +++ b/examples/panel-frame-select/package-lock.json @@ -23,7 +23,7 @@ "@babel/core": "^7.21.4", "@grafana/e2e-selectors": "11.2.2", "@grafana/eslint-config": "^7.0.0", - "@grafana/plugin-e2e": "^1.11.3", + "@grafana/plugin-e2e": "^1.12.0", "@grafana/plugin-meta-extractor": "^0.0.2", "@grafana/tsconfig": "^2.0.0", "@playwright/test": "^1.48.0", diff --git a/examples/panel-frame-select/package.json b/examples/panel-frame-select/package.json index efd2593a7..f34b278ea 100644 --- a/examples/panel-frame-select/package.json +++ b/examples/panel-frame-select/package.json @@ -25,7 +25,7 @@ "@babel/core": "^7.21.4", "@grafana/eslint-config": "^7.0.0", "@grafana/tsconfig": "^2.0.0", - "@grafana/plugin-e2e": "^1.11.3", + "@grafana/plugin-e2e": "^1.12.0", "@playwright/test": "^1.48.0", "@swc/core": "^1.3.90", "@swc/helpers": "^0.5.0",