@grafana/plugin-e2e 0.17.1 → 0.18.0-canary.757.e416d97.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -36,7 +36,7 @@ To install Playwright along with the default browsers:
36
36
  npm init playwright@latest
37
37
  ```
38
38
 
39
- > Note: @grafana/plugin-e2e uses @playwright/test version 1.40.0 internally, so the version you install in the plugin needs to be the same or higher.
39
+ > Note: @grafana/plugin-e2e uses @playwright/test version 1.41.2 internally, so the version you install in the plugin needs to be the same or higher.
40
40
 
41
41
  ## Usage
42
42
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@grafana/plugin-e2e",
3
- "version": "0.17.1",
3
+ "version": "0.18.0-canary.757.e416d97.0",
4
4
  "main": "./dist/index.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "files": [
@@ -34,10 +34,10 @@
34
34
  "node": ">=18 <=20"
35
35
  },
36
36
  "peerDependencies": {
37
- "@playwright/test": "^1.40.0"
37
+ "@playwright/test": "^1.41.2"
38
38
  },
39
39
  "devDependencies": {
40
- "@playwright/test": "^1.40.0",
40
+ "@playwright/test": "^1.41.2",
41
41
  "@types/uuid": "^9.0.7",
42
42
  "dotenv": "^16.3.1"
43
43
  },
@@ -46,5 +46,5 @@
46
46
  "uuid": "^9.0.1",
47
47
  "yaml": "^2.3.4"
48
48
  },
49
- "gitHead": "b366868940f45043ad4cff7b95aa85a4a630d936"
49
+ "gitHead": "e416d976f952ca02bd06c8171bbe308c09d70c4b"
50
50
  }