From 01f7cbd7f58778a7fe574ef1ff0c175ffb5f2995 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 13:13:57 +0000 Subject: [PATCH] Bump @grafana/plugin-e2e from 1.11.0 to 1.11.1 in the dependencies group Bumps the dependencies group with 1 update: [@grafana/plugin-e2e](https://github.com/grafana/plugin-tools/tree/HEAD/packages/plugin-e2e). Updates `@grafana/plugin-e2e` from 1.11.0 to 1.11.1 - [Release notes](https://github.com/grafana/plugin-tools/releases) - [Changelog](https://github.com/grafana/plugin-tools/blob/main/packages/plugin-e2e/CHANGELOG.md) - [Commits](https://github.com/grafana/plugin-tools/commits/@grafana/plugin-e2e@1.11.1/packages/plugin-e2e) --- updated-dependencies: - dependency-name: "@grafana/plugin-e2e" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index b0d4bbea..31af00ac 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "devDependencies": { "@babel/core": "^7.25.7", "@grafana/eslint-config": "^7.0.0", - "@grafana/plugin-e2e": "^1.11.0", + "@grafana/plugin-e2e": "^1.11.1", "@grafana/tsconfig": "^2.0.0", "@playwright/test": "^1.48.2", "@swc/core": "^1.7.26", diff --git a/yarn.lock b/yarn.lock index 936863db..a202b0f2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -975,10 +975,10 @@ tslib "2.7.0" typescript "5.5.4" -"@grafana/e2e-selectors@^11.4.0-204289": - version "11.4.0-205067" - resolved "https://registry.yarnpkg.com/@grafana/e2e-selectors/-/e2e-selectors-11.4.0-205067.tgz#c5896f502584d47e01d5bf4f39016914971a0d37" - integrity sha512-AAhVSg6GfCru3r9lrRB4vYjcuwn0KZZLCsm5QonQDga97B0oedvjuRh+HTAUrHBNlsOAir36acZ9jBr/nKhWAg== +"@grafana/e2e-selectors@^11.4.0-205417": + version "11.4.0-205486" + resolved "https://registry.yarnpkg.com/@grafana/e2e-selectors/-/e2e-selectors-11.4.0-205486.tgz#aac25c625b3313a9c898ee43ab3e7f0d1b8c8a55" + integrity sha512-7EpMra4XoX2ZJeqxi3m5l9UQW3chV08a60arnyfU48Fe7Jiu2k3YFmq05oQKJexYDYmeCYmJwT59Bhn7KVwZvg== dependencies: "@grafana/tsconfig" "^2.0.0" semver "7.6.3" @@ -1016,12 +1016,12 @@ ua-parser-js "^1.0.32" web-vitals "^4.0.1" -"@grafana/plugin-e2e@^1.11.0": - version "1.11.0" - resolved "https://registry.yarnpkg.com/@grafana/plugin-e2e/-/plugin-e2e-1.11.0.tgz#f429c3ca89ae127b13ca314a9f5f9d2606e86779" - integrity sha512-pjmDIcVshHD8P/9brho10zb4XleO+6/DL2YWLA1QqC7ppelyHXCx2CdShVQvzjicRgiIgSeQ9UDvVOQzZfCNBQ== +"@grafana/plugin-e2e@^1.11.1": + version "1.11.1" + resolved "https://registry.yarnpkg.com/@grafana/plugin-e2e/-/plugin-e2e-1.11.1.tgz#043dda2631f87d867366e6d67ae89d9cd4deb98e" + integrity sha512-T1FtYMOOcDC1XWuf/xL58n7kvOeAEoZDuEMwlr5lNvb0tf3EJuMU4y5s8Z9KhlTF7YJnACyHJL2g8b2F0dHJBQ== dependencies: - "@grafana/e2e-selectors" "^11.4.0-204289" + "@grafana/e2e-selectors" "^11.4.0-205417" semver "^7.5.4" uuid "^10.0.0" yaml "^2.3.4"