@nx/playwright 21.6.1-beta.2 → 21.6.1-beta.4

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": "21.6.1-beta.2",
3
+ "version": "21.6.1-beta.4",
4
4
  "type": "commonjs",
5
5
  "homepage": "https://nx.dev",
6
6
  "private": false,
@@ -35,14 +35,14 @@
35
35
  },
36
36
  "dependencies": {
37
37
  "@phenomnomnominal/tsquery": "~5.0.1",
38
- "@nx/devkit": "21.6.1-beta.2",
39
- "@nx/eslint": "21.6.1-beta.2",
40
- "@nx/js": "21.6.1-beta.2",
38
+ "@nx/devkit": "21.6.1-beta.4",
39
+ "@nx/eslint": "21.6.1-beta.4",
40
+ "@nx/js": "21.6.1-beta.4",
41
41
  "tslib": "^2.3.0",
42
42
  "minimatch": "9.0.3"
43
43
  },
44
44
  "devDependencies": {
45
- "nx": "21.6.1-beta.2"
45
+ "nx": "21.6.1-beta.4"
46
46
  },
47
47
  "peerDependencies": {
48
48
  "@playwright/test": "^1.36.0"
@@ -198,6 +198,7 @@ async function buildPlaywrightTargets(configFilePath, projectRoot, options, cont
198
198
  target: targetName,
199
199
  projects: 'self',
200
200
  params: 'forward',
201
+ options: 'forward',
201
202
  });
202
203
  }
203
204
  targets[options.ciTargetName] ??= {};