From 13efea13d79ad4135ef73982410cae0ca7fd5736 Mon Sep 17 00:00:00 2001 From: "renovate-sh-app[bot]" <219655108+renovate-sh-app[bot]@users.noreply.github.com> Date: Sun, 14 Jun 2026 17:15:31 +0000 Subject: [PATCH] fix(templates): Update plugin-e2e template version to v3.9.1 --- packages/create-plugin/templates/common/_package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/create-plugin/templates/common/_package.json b/packages/create-plugin/templates/common/_package.json index 6449f67114..214868b571 100644 --- a/packages/create-plugin/templates/common/_package.json +++ b/packages/create-plugin/templates/common/_package.json @@ -17,7 +17,7 @@ "license": "Apache-2.0", "devDependencies": { "@grafana/eslint-config": "^9.0.0", - "@grafana/plugin-e2e": "^3.6.1", + "@grafana/plugin-e2e": "^3.9.1", "@grafana/sign-plugin": "^3.2.2", "@grafana/tsconfig": "^2.0.1", "@playwright/test": "^1.57.0",{{#if useExperimentalRspack}}