@nrwl/linter 13.5.1 → 13.6.0-beta.1

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 CHANGED
@@ -68,7 +68,7 @@ Run:
68
68
  npx add-nx-to-monorepo@latest
69
69
  ```
70
70
 
71
- ### Documentation & Resources
71
+ ## Documentation & Resources
72
72
 
73
73
  A few links to help you get started:
74
74
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nrwl/linter",
3
- "version": "13.5.1",
3
+ "version": "13.6.0-beta.1",
4
4
  "description": "Lint Plugin for Nx",
5
5
  "repository": {
6
6
  "type": "git",
@@ -34,8 +34,8 @@
34
34
  },
35
35
  "dependencies": {
36
36
  "@phenomnomnominal/tsquery": "4.1.1",
37
- "@nrwl/devkit": "13.5.1",
38
- "@nrwl/jest": "13.5.1",
37
+ "@nrwl/devkit": "13.6.0-beta.1",
38
+ "@nrwl/jest": "13.6.0-beta.1",
39
39
  "tmp": "~0.2.1",
40
40
  "tslib": "^2.3.0"
41
41
  },
@@ -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.5.1';
4
+ exports.nxVersion = '13.6.0-beta.1';
5
5
  exports.tslintVersion = '~6.1.0';
6
6
  exports.tslintToEslintConfigVersion = '^2.4.0';
7
7
  exports.buildAngularVersion = '~13.1.0';