@nrwl/workspace 13.7.2 → 13.7.3

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.7.2",
3
+ "version": "13.7.3",
4
4
  "description": "Smart, Fast and Extensible Build System",
5
5
  "repository": {
6
6
  "type": "git",
@@ -81,10 +81,10 @@
81
81
  "minimatch": "3.0.4",
82
82
  "enquirer": "~2.3.6",
83
83
  "tslib": "^2.3.0",
84
- "@nrwl/cli": "13.7.2",
85
- "@nrwl/devkit": "13.7.2",
86
- "@nrwl/jest": "13.7.2",
87
- "@nrwl/linter": "13.7.2"
84
+ "@nrwl/cli": "13.7.3",
85
+ "@nrwl/devkit": "13.7.3",
86
+ "@nrwl/jest": "13.7.3",
87
+ "@nrwl/linter": "13.7.3"
88
88
  },
89
89
  "nx-migrations": {
90
90
  "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.7.2';
4
+ exports.nxVersion = '13.7.3';
5
5
  exports.angularCliVersion = '~13.2.0';
6
6
  exports.typescriptVersion = '~4.5.2';
7
7
  exports.prettierVersion = '^2.5.1';