Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@eslint/eslintrc": "^3.3.1",
"@eslint/js": "^9.34.0",
"@grafana/eslint-config": "^8.1.0",
"@grafana/plugin-e2e": "2.1.12",
"@grafana/plugin-e2e": "3.0.1",
"@grafana/tsconfig": "^2.0.1",
"@playwright/test": "1.54.2",
"@reduxjs/toolkit": "^1.9.7",
Expand Down
23 changes: 16 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1658,17 +1658,17 @@ __metadata:
languageName: node
linkType: hard

"@grafana/plugin-e2e@npm:2.1.12":
version: 2.1.12
resolution: "@grafana/plugin-e2e@npm:2.1.12"
"@grafana/plugin-e2e@npm:3.0.1":
version: 3.0.1
resolution: "@grafana/plugin-e2e@npm:3.0.1"
dependencies:
"@grafana/e2e-selectors": "npm:^12.2.0-255920"
semver: "npm:^7.5.4"
uuid: "npm:^11.0.2"
uuid: "npm:^13.0.0"
yaml: "npm:^2.3.4"
peerDependencies:
"@playwright/test": ^1.52.0
checksum: 10c0/cf6d10bb696b46e0bd74d67d9311ad912efb00eb13cdcca9904fa88bfdc2558ce8e3b5b535d4d522779b3e90d9e818dc7e8c0469fee7ca5d13ceb83f7a960531
checksum: 10c0/0493b3f4d4ac7eed46b7c21c6b6c7117c635cb1c983c7b42074d2a396059cef890dc4ab8ea65f2b65f6c2dbbc4f39b8ed4c028658914238e96d801c8ee8c2b66
languageName: node
linkType: hard

Expand Down Expand Up @@ -8008,7 +8008,7 @@ __metadata:
"@grafana/aws-sdk": "npm:0.8.2"
"@grafana/data": "npm:^12.0.2"
"@grafana/eslint-config": "npm:^8.1.0"
"@grafana/plugin-e2e": "npm:2.1.12"
"@grafana/plugin-e2e": "npm:3.0.1"
"@grafana/plugin-ui": "npm:^0.11.1"
"@grafana/runtime": "npm:^12.0.2"
"@grafana/schema": "npm:^12.0.0"
Expand Down Expand Up @@ -14110,7 +14110,7 @@ __metadata:
languageName: node
linkType: hard

"uuid@npm:11.0.5, uuid@npm:^11.0.0, uuid@npm:^11.0.2":
"uuid@npm:11.0.5, uuid@npm:^11.0.0":
version: 11.0.5
resolution: "uuid@npm:11.0.5"
bin:
Expand All @@ -14119,6 +14119,15 @@ __metadata:
languageName: node
linkType: hard

"uuid@npm:^13.0.0":
version: 13.0.0
resolution: "uuid@npm:13.0.0"
bin:
uuid: dist-node/bin/uuid
checksum: 10c0/950e4c18d57fef6c69675344f5700a08af21e26b9eff2bf2180427564297368c538ea11ac9fb2e6528b17fc3966a9fd2c5049361b0b63c7d654f3c550c9b3d67
languageName: node
linkType: hard

"uwrap@npm:0.1.1":
version: 0.1.1
resolution: "uwrap@npm:0.1.1"
Expand Down
Loading