@nx/cypress 22.4.0-canary.20251229-0da6921 → 22.4.0-canary.20260101-80cde6a

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/cypress",
3
- "version": "22.4.0-canary.20251229-0da6921",
3
+ "version": "22.4.0-canary.20260101-80cde6a",
4
4
  "private": false,
5
5
  "description": "The Nx Plugin for Cypress contains executors and generators allowing your workspace to use the powerful Cypress integration testing capabilities.",
6
6
  "repository": {
@@ -36,9 +36,9 @@
36
36
  "migrations": "./migrations.json"
37
37
  },
38
38
  "dependencies": {
39
- "@nx/devkit": "22.4.0-canary.20251229-0da6921",
40
- "@nx/eslint": "22.4.0-canary.20251229-0da6921",
41
- "@nx/js": "22.4.0-canary.20251229-0da6921",
39
+ "@nx/devkit": "22.4.0-canary.20260101-80cde6a",
40
+ "@nx/eslint": "22.4.0-canary.20260101-80cde6a",
41
+ "@nx/js": "22.4.0-canary.20260101-80cde6a",
42
42
  "@phenomnomnominal/tsquery": "~5.0.1",
43
43
  "detect-port": "^1.5.1",
44
44
  "semver": "^7.6.3",
@@ -46,7 +46,7 @@
46
46
  "tslib": "^2.3.0"
47
47
  },
48
48
  "devDependencies": {
49
- "nx": "22.4.0-canary.20251229-0da6921"
49
+ "nx": "22.4.0-canary.20260101-80cde6a"
50
50
  },
51
51
  "peerDependencies": {
52
52
  "cypress": ">= 13 < 16"
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "extends": "<%= tsConfigPath %>",
3
3
  "compilerOptions": {
4
+ "moduleResolution": "node10",
4
5
  "allowJs": true,
5
6
  "outDir": "<%= offsetFromRoot %>dist/out-tsc",
6
7
  "module": "commonjs",