Skip to content

Commit

Permalink
build(deps-dev): Bump @grafana/plugin-e2e from 1.13.1 to 1.14.1
Browse files Browse the repository at this point in the history
Bumps [@grafana/plugin-e2e](https://github.com/grafana/plugin-tools/tree/HEAD/packages/plugin-e2e) from 1.13.1 to 1.14.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.14.1/packages/plugin-e2e)

---
updated-dependencies:
- dependency-name: "@grafana/plugin-e2e"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and mahendrapaipuri committed Dec 24, 2024
1 parent a7e5426 commit 9bd8139
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"devDependencies": {
"@babel/core": "^7.26.0",
"@grafana/eslint-config": "^7.0.0",
"@grafana/plugin-e2e": "^1.13.1",
"@grafana/plugin-e2e": "^1.14.1",
"@grafana/tsconfig": "2.0.0",
"@grafana/plugin-meta-extractor": "^0.0.9",
"@playwright/test": "^1.49.1",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -586,14 +586,14 @@
tslib "2.7.0"
typescript "5.5.4"

"@grafana/e2e-selectors@^11.5.0-212629":
version "11.5.0-212826"
resolved "https://registry.yarnpkg.com/@grafana/e2e-selectors/-/e2e-selectors-11.5.0-212826.tgz#b2961ecaccc0fea7353278292c5659a3385a435f"
integrity sha512-UudmdCGG9VL/aUzvKQK3upj7uW5giTPdEg3ciKDoU4Rv8kS/Wi/4SZQMIHXne4DFDtyYCYR7VxzpGicj9hbomA==
"@grafana/e2e-selectors@^11.5.0-214310":
version "11.5.0-214699"
resolved "https://registry.yarnpkg.com/@grafana/e2e-selectors/-/e2e-selectors-11.5.0-214699.tgz#2174dcb5ad785df0a5660da94a826886678bd4ff"
integrity sha512-GLfPTWIyYi7E3lHrgSnKVxKYPgEJRm+8xC7Ql5o/ocBBUnS+YMPQzjmW/zOb4KCWdHWHGj33kseIRc8seuH65g==
dependencies:
"@grafana/tsconfig" "^2.0.0"
semver "7.6.3"
tslib "2.7.0"
tslib "2.8.1"
typescript "5.5.4"

"@grafana/eslint-config@^7.0.0":
Expand Down Expand Up @@ -641,12 +641,12 @@
ua-parser-js "^1.0.32"
web-vitals "^4.0.1"

"@grafana/plugin-e2e@^1.13.1":
version "1.13.1"
resolved "https://registry.yarnpkg.com/@grafana/plugin-e2e/-/plugin-e2e-1.13.1.tgz#49b314e669375e8e70fa57036821a735cd4d0654"
integrity sha512-Ot1pE9VvJLuzqfmqO7mchxO6C42ncf56yWNV1HRA3M+j/9BytQ0zlsPb7FuZs72K3PJG77SsdfOc9zUa29smWw==
"@grafana/plugin-e2e@^1.14.1":
version "1.14.1"
resolved "https://registry.yarnpkg.com/@grafana/plugin-e2e/-/plugin-e2e-1.14.1.tgz#20533cd151ac34193f3b136ff3d4efb23cc0d2b1"
integrity sha512-O+wRM4EkOjUnczISOyGCltrit2kvJ7bQJyhmCc3qlelelDtxgSu65mAheIuenLIQRxzZCIBkEQ9EtfP1/dhTmA==
dependencies:
"@grafana/e2e-selectors" "^11.5.0-212629"
"@grafana/e2e-selectors" "^11.5.0-214310"
semver "^7.5.4"
uuid "^11.0.2"
yaml "^2.3.4"
Expand Down

0 comments on commit 9bd8139

Please sign in to comment.