@nrwl/workspace 13.10.0-rc.0 → 13.10.0-rc.1

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nrwl/workspace",
3
- "version": "13.10.0-rc.0",
3
+ "version": "13.10.0-rc.1",
4
4
  "description": "Smart, Fast and Extensible Build System.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -80,10 +80,10 @@
80
80
  "minimatch": "3.0.4",
81
81
  "enquirer": "~2.3.6",
82
82
  "tslib": "^2.3.0",
83
- "nx": "13.10.0-rc.0",
84
- "@nrwl/devkit": "13.10.0-rc.0",
85
- "@nrwl/jest": "13.10.0-rc.0",
86
- "@nrwl/linter": "13.10.0-rc.0"
83
+ "nx": "13.10.0-rc.1",
84
+ "@nrwl/devkit": "13.10.0-rc.1",
85
+ "@nrwl/jest": "13.10.0-rc.1",
86
+ "@nrwl/linter": "13.10.0-rc.1"
87
87
  },
88
88
  "nx-migrations": {
89
89
  "migrations": "./migrations.json"
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.eslintConfigPrettierVersion = exports.eslintVersion = exports.typescriptESLintVersion = exports.tslintVersion = exports.prettierVersion = exports.typescriptVersion = exports.angularCliVersion = exports.nxVersion = void 0;
4
- exports.nxVersion = '13.10.0-rc.0';
4
+ exports.nxVersion = '13.10.0-rc.1';
5
5
  exports.angularCliVersion = '~13.3.0';
6
6
  exports.typescriptVersion = '~4.6.2';
7
7
  exports.prettierVersion = '^2.5.1';