@nrwl/eslint-plugin-nx 13.2.0-beta.2 → 13.2.0-beta.3

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
@@ -112,6 +112,6 @@ Even though Nx isn't technology specific, we provide 3 separate flavours of the
112
112
 
113
113
  # Engage with the Core Team and the Community
114
114
 
115
- - [Nx Office Hours 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.
115
+ - [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.
116
116
  - [Follow Nx on Twitter](https://twitter.com/NxDevTools)
117
117
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nrwl/eslint-plugin-nx",
3
- "version": "13.2.0-beta.2",
3
+ "version": "13.2.0-beta.3",
4
4
  "description": "ESLint Plugin for Nx",
5
5
  "repository": {
6
6
  "type": "git",
@@ -33,8 +33,8 @@
33
33
  "eslint-config-prettier": "^8.1.0"
34
34
  },
35
35
  "dependencies": {
36
- "@nrwl/devkit": "13.2.0-beta.2",
37
- "@nrwl/workspace": "13.2.0-beta.2",
36
+ "@nrwl/devkit": "13.2.0-beta.3",
37
+ "@nrwl/workspace": "13.2.0-beta.3",
38
38
  "@typescript-eslint/experimental-utils": "~4.33.0",
39
39
  "confusing-browser-globals": "^1.0.9",
40
40
  "ts-node": "^9.1.1",