@nx/workspace 21.2.0-beta.2 → 21.2.0-beta.3

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/workspace",
3
- "version": "21.2.0-beta.2",
3
+ "version": "21.2.0-beta.3",
4
4
  "private": false,
5
5
  "description": "The Workspace plugin contains executors and generators that are useful for any Nx workspace. It should be present in every Nx workspace and other plugins build on it.",
6
6
  "repository": {
@@ -38,14 +38,14 @@
38
38
  }
39
39
  },
40
40
  "dependencies": {
41
- "@nx/devkit": "21.2.0-beta.2",
41
+ "@nx/devkit": "21.2.0-beta.3",
42
42
  "@zkochan/js-yaml": "0.0.7",
43
43
  "chalk": "^4.1.0",
44
44
  "enquirer": "~2.3.6",
45
45
  "picomatch": "4.0.2",
46
46
  "tslib": "^2.3.0",
47
47
  "yargs-parser": "21.1.1",
48
- "nx": "21.2.0-beta.2"
48
+ "nx": "21.2.0-beta.3"
49
49
  },
50
50
  "publishConfig": {
51
51
  "access": "public"
@@ -1,4 +1,4 @@
1
1
  export declare const nxVersion: any;
2
2
  export declare const typescriptVersion = "~5.8.2";
3
- export declare const angularCliVersion = "20.0.0-rc.3";
4
- export declare const angularRspackVersion = "^21.0.1";
3
+ export declare const angularCliVersion = "~20.0.0";
4
+ export declare const angularRspackVersion = "^21.1.0";
@@ -5,5 +5,5 @@ exports.nxVersion = require('../../package.json').version;
5
5
  exports.typescriptVersion = '~5.8.2';
6
6
  // TODO: remove when preset generation is reworked and
7
7
  // deps are not installed from workspace
8
- exports.angularCliVersion = '20.0.0-rc.3';
9
- exports.angularRspackVersion = '^21.0.1';
8
+ exports.angularCliVersion = '~20.0.0';
9
+ exports.angularRspackVersion = '^21.1.0';