@nx/cypress 21.4.0 → 21.5.0-beta.1

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": "21.4.0",
3
+ "version": "21.5.0-beta.1",
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": "21.4.0",
40
- "@nx/eslint": "21.4.0",
41
- "@nx/js": "21.4.0",
39
+ "@nx/devkit": "21.5.0-beta.1",
40
+ "@nx/eslint": "21.5.0-beta.1",
41
+ "@nx/js": "21.5.0-beta.1",
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": "21.4.0"
49
+ "nx": "21.5.0-beta.1"
50
50
  },
51
51
  "peerDependencies": {
52
52
  "cypress": ">= 3 < 15"
@@ -1,7 +1,7 @@
1
1
  import { type Tree } from '@nx/devkit';
2
2
  export declare const nxVersion: any;
3
3
  export declare const eslintPluginCypressVersion = "^3.5.0";
4
- export declare const typesNodeVersion = "18.16.9";
4
+ export declare const typesNodeVersion = "20.19.9";
5
5
  export declare const cypressViteDevServerVersion = "^6.0.3";
6
6
  export declare const cypressVersion = "^14.2.1";
7
7
  export declare const cypressWebpackVersion = "^4.0.2";
@@ -8,7 +8,7 @@ const devkit_1 = require("@nx/devkit");
8
8
  const semver_1 = require("semver");
9
9
  exports.nxVersion = require('../../package.json').version;
10
10
  exports.eslintPluginCypressVersion = '^3.5.0';
11
- exports.typesNodeVersion = '18.16.9';
11
+ exports.typesNodeVersion = '20.19.9';
12
12
  exports.cypressViteDevServerVersion = '^6.0.3';
13
13
  exports.cypressVersion = '^14.2.1';
14
14
  exports.cypressWebpackVersion = '^4.0.2';
@@ -37,7 +37,7 @@ function versions(tree, cypressMajorVersion = getInstalledCypressMajorVersion(tr
37
37
  return {
38
38
  nxVersion: exports.nxVersion,
39
39
  eslintPluginCypressVersion: '^3.5.0',
40
- typesNodeVersion: '18.16.9',
40
+ typesNodeVersion: '20.19.9',
41
41
  cypressViteDevServerVersion: '^2.2.1',
42
42
  cypressVersion: '^13.13.0',
43
43
  cypressWebpackVersion: '^3.8.0',