@nrwl/linter 13.2.0-beta.1 → 13.2.0-beta.2
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/README.md +1 -1
- package/package.json +3 -3
- package/src/utils/versions.js +1 -1
package/README.md
CHANGED
|
@@ -116,6 +116,6 @@ Even though Nx isn't technology specific, we provide 3 separate flavours of the
|
|
|
116
116
|
|
|
117
117
|
# Engage with the Core Team and the Community
|
|
118
118
|
|
|
119
|
-
- [Nx
|
|
119
|
+
- [The Nx Show Playlist on YouTube](https://www.youtube.com/playlist?list=PLakNactNC1dE8KLQ5zd3fQwu_yQHjTmR5). It's a regular YouTube stream where we talk all things Nx. Join the stream, ask questions, etc.
|
|
120
120
|
- [Follow Nx on Twitter](https://twitter.com/NxDevTools)
|
|
121
121
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nrwl/linter",
|
|
3
|
-
"version": "13.2.0-beta.
|
|
3
|
+
"version": "13.2.0-beta.2",
|
|
4
4
|
"description": "Lint Plugin for Nx",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -30,8 +30,8 @@
|
|
|
30
30
|
"builders": "./executors.json",
|
|
31
31
|
"schematics": "./generators.json",
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@nrwl/devkit": "13.2.0-beta.
|
|
34
|
-
"@nrwl/jest": "13.2.0-beta.
|
|
33
|
+
"@nrwl/devkit": "13.2.0-beta.2",
|
|
34
|
+
"@nrwl/jest": "13.2.0-beta.2",
|
|
35
35
|
"eslint": "7.32.0",
|
|
36
36
|
"glob": "7.1.4",
|
|
37
37
|
"minimatch": "3.0.4",
|
package/src/utils/versions.js
CHANGED
|
@@ -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.buildAngularVersion = exports.tslintToEslintConfigVersion = exports.tslintVersion = exports.nxVersion = void 0;
|
|
4
|
-
exports.nxVersion = '13.2.0-beta.
|
|
4
|
+
exports.nxVersion = '13.2.0-beta.2';
|
|
5
5
|
exports.tslintVersion = '~6.1.0';
|
|
6
6
|
exports.tslintToEslintConfigVersion = '^2.4.0';
|
|
7
7
|
exports.buildAngularVersion = '~13.0.0';
|