@nrwl/eslint-plugin-nx 13.10.3 → 14.0.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -79,6 +79,6 @@ A few links to help you get started:
79
79
  - [Official Nx YouTube Channel](https://www.youtube.com/c/Nrwl_io)
80
80
  - [Blog Posts About Nx](https://blog.nrwl.io/nx/home)
81
81
 
82
- <p style="text-align: center;"><a href="https://nx.dev/#learning-materials" target="_blank"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-courses-and-videos.svg"
82
+ <p style="text-align: center;"><a href="https://nx.dev/#learning-materials" target="_blank" rel="noreferrer"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-courses-and-videos.svg"
83
83
  width="100%" alt="Nx - Smart, Fast and Extensible Build System"></a></p>
84
84
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nrwl/eslint-plugin-nx",
3
- "version": "13.10.3",
3
+ "version": "14.0.0-beta.2",
4
4
  "description": "ESLint Plugin for Nx",
5
5
  "repository": {
6
6
  "type": "git",
@@ -32,8 +32,8 @@
32
32
  }
33
33
  },
34
34
  "dependencies": {
35
- "@nrwl/devkit": "13.10.3",
36
- "@nrwl/workspace": "13.10.3",
35
+ "@nrwl/devkit": "14.0.0-beta.2",
36
+ "@nrwl/workspace": "14.0.0-beta.2",
37
37
  "@typescript-eslint/experimental-utils": "~5.18.0",
38
38
  "chalk": "4.1.0",
39
39
  "confusing-browser-globals": "^1.0.9"