@nx/playwright 23.0.0-beta.17 → 23.0.0-beta.18

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nx/playwright",
3
- "version": "23.0.0-beta.17",
3
+ "version": "23.0.0-beta.18",
4
4
  "type": "commonjs",
5
5
  "homepage": "https://nx.dev",
6
6
  "private": false,
@@ -34,15 +34,15 @@
34
34
  "directory": "packages/playwright"
35
35
  },
36
36
  "dependencies": {
37
- "@nx/devkit": "23.0.0-beta.17",
38
- "@nx/eslint": "23.0.0-beta.17",
39
- "@nx/js": "23.0.0-beta.17",
37
+ "@nx/devkit": "23.0.0-beta.18",
38
+ "@nx/eslint": "23.0.0-beta.18",
39
+ "@nx/js": "23.0.0-beta.18",
40
40
  "tslib": "^2.3.0",
41
41
  "minimatch": "10.2.5",
42
42
  "semver": "^7.6.3"
43
43
  },
44
44
  "devDependencies": {
45
- "nx": "23.0.0-beta.17"
45
+ "nx": "23.0.0-beta.18"
46
46
  },
47
47
  "peerDependencies": {
48
48
  "@playwright/test": "^1.36.0"
@@ -3,6 +3,7 @@
3
3
  "version": 2,
4
4
  "title": "Playwright executor",
5
5
  "description": "Run Playwright tests.",
6
+ "x-deprecated": "The `@nx/playwright:playwright` executor is deprecated and will be removed in Nx v24. Run `nx g @nx/playwright:convert-to-inferred` to migrate to the `@nx/playwright/plugin` inferred targets. See https://nx.dev/docs/guides/tasks--caching/convert-to-inferred for details.",
6
7
  "type": "object",
7
8
  "properties": {
8
9
  "browser": {