@nrwl/workspace 13.4.0-beta.3 → 13.4.0

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