@nrwl/workspace 14.6.0-rc.0 → 14.6.0

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
- # [14.6.0-rc.0](https://github.com/nrwl/nx/compare/14.5.7...14.6.0-rc.0) (2022-08-29)
6
+ # [14.6.0](https://github.com/nrwl/nx/compare/14.5.7...14.6.0) (2022-08-31)
7
+
8
+ **Note:** Version bump only for package @nrwl/workspace
9
+
10
+
11
+
12
+
13
+
14
+ # [14.6.0-rc.2](https://github.com/nrwl/nx/compare/14.5.7...14.6.0-rc.2) (2022-08-30)
7
15
 
8
16
  **Note:** Version bump only for package @nrwl/workspace
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nrwl/workspace",
3
- "version": "14.6.0-rc.0",
3
+ "version": "14.6.0",
4
4
  "description": "Smart, Fast and Extensible Build System.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -32,27 +32,27 @@
32
32
  "requirements": {},
33
33
  "migrations": "./migrations.json",
34
34
  "packageGroup": {
35
- "@nrwl/angular": "14.6.0-rc.0",
36
- "@nrwl/cypress": "14.6.0-rc.0",
37
- "@nrwl/devkit": "14.6.0-rc.0",
38
- "@nrwl/eslint-plugin-nx": "14.6.0-rc.0",
39
- "@nrwl/express": "14.6.0-rc.0",
40
- "@nrwl/jest": "14.6.0-rc.0",
41
- "@nrwl/linter": "14.6.0-rc.0",
42
- "@nrwl/nest": "14.6.0-rc.0",
43
- "@nrwl/next": "14.6.0-rc.0",
44
- "@nrwl/node": "14.6.0-rc.0",
45
- "@nrwl/nx-plugin": "14.6.0-rc.0",
46
- "@nrwl/react": "14.6.0-rc.0",
47
- "@nrwl/storybook": "14.6.0-rc.0",
48
- "@nrwl/web": "14.6.0-rc.0",
49
- "@nrwl/js": "14.6.0-rc.0",
50
- "@nrwl/cli": "14.6.0-rc.0",
51
- "@nrwl/tao": "14.6.0-rc.0",
35
+ "@nrwl/angular": "14.6.0-rc.2",
36
+ "@nrwl/cypress": "14.6.0-rc.2",
37
+ "@nrwl/devkit": "14.6.0-rc.2",
38
+ "@nrwl/eslint-plugin-nx": "14.6.0-rc.2",
39
+ "@nrwl/express": "14.6.0-rc.2",
40
+ "@nrwl/jest": "14.6.0-rc.2",
41
+ "@nrwl/linter": "14.6.0-rc.2",
42
+ "@nrwl/nest": "14.6.0-rc.2",
43
+ "@nrwl/next": "14.6.0-rc.2",
44
+ "@nrwl/node": "14.6.0-rc.2",
45
+ "@nrwl/nx-plugin": "14.6.0-rc.2",
46
+ "@nrwl/react": "14.6.0-rc.2",
47
+ "@nrwl/storybook": "14.6.0-rc.2",
48
+ "@nrwl/web": "14.6.0-rc.2",
49
+ "@nrwl/js": "14.6.0-rc.2",
50
+ "@nrwl/cli": "14.6.0-rc.2",
51
+ "@nrwl/tao": "14.6.0-rc.2",
52
52
  "@nrwl/nx-cloud": "latest",
53
- "@nrwl/react-native": "14.6.0-rc.0",
54
- "@nrwl/detox": "14.6.0-rc.0",
55
- "nx": "14.6.0-rc.0"
53
+ "@nrwl/react-native": "14.6.0-rc.2",
54
+ "@nrwl/detox": "14.6.0-rc.2",
55
+ "nx": "14.6.0-rc.2"
56
56
  }
57
57
  },
58
58
  "peerDependencies": {
@@ -64,9 +64,9 @@
64
64
  }
65
65
  },
66
66
  "dependencies": {
67
- "@nrwl/devkit": "14.6.0-rc.0",
68
- "@nrwl/jest": "14.6.0-rc.0",
69
- "@nrwl/linter": "14.6.0-rc.0",
67
+ "@nrwl/devkit": "14.6.0",
68
+ "@nrwl/jest": "14.6.0",
69
+ "@nrwl/linter": "14.6.0",
70
70
  "@parcel/watcher": "2.0.4",
71
71
  "chalk": "4.1.0",
72
72
  "chokidar": "^3.5.1",
@@ -81,7 +81,7 @@
81
81
  "ignore": "^5.0.4",
82
82
  "minimatch": "3.0.5",
83
83
  "npm-run-path": "^4.0.1",
84
- "nx": "14.6.0-rc.0",
84
+ "nx": "14.6.0",
85
85
  "open": "^8.4.0",
86
86
  "rxjs": "^6.5.4",
87
87
  "semver": "7.3.4",
@@ -90,5 +90,5 @@
90
90
  "yargs": "^17.4.0",
91
91
  "yargs-parser": "21.0.1"
92
92
  },
93
- "gitHead": "a3126116826b4bc8d492341e2b2b02daa4b2195e"
93
+ "gitHead": "5e39b1ed8321aa732f9f7e18c924e11dcb63156c"
94
94
  }
@@ -3,6 +3,6 @@ export declare const angularCliVersion = "~14.2.0";
3
3
  export declare const typescriptVersion = "~4.7.2";
4
4
  export declare const prettierVersion = "^2.6.2";
5
5
  export declare const tslintVersion = "~6.1.0";
6
- export declare const typescriptESLintVersion = "^5.29.0";
6
+ export declare const typescriptESLintVersion = "~5.33.1";
7
7
  export declare const eslintVersion = "~8.15.0";
8
8
  export declare const eslintConfigPrettierVersion = "8.1.0";
@@ -6,7 +6,7 @@ exports.angularCliVersion = '~14.2.0';
6
6
  exports.typescriptVersion = '~4.7.2';
7
7
  exports.prettierVersion = '^2.6.2';
8
8
  exports.tslintVersion = '~6.1.0';
9
- exports.typescriptESLintVersion = '^5.29.0';
9
+ exports.typescriptESLintVersion = '~5.33.1';
10
10
  exports.eslintVersion = '~8.15.0';
11
11
  exports.eslintConfigPrettierVersion = '8.1.0';
12
12
  //# sourceMappingURL=versions.js.map