@nrwl/nx-plugin 13.5.0-beta.9 → 13.5.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 CHANGED
@@ -74,7 +74,7 @@ Run:
74
74
  npx add-nx-to-monorepo@latest
75
75
  ```
76
76
 
77
- ### Documentation & Resources
77
+ ## Documentation & Resources
78
78
 
79
79
  A few links to help you get started:
80
80
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nrwl/nx-plugin",
3
- "version": "13.5.0-beta.9",
3
+ "version": "13.5.2",
4
4
  "description": "Plugin for creating plugins for Nx :)",
5
5
  "repository": {
6
6
  "type": "git",
@@ -27,10 +27,10 @@
27
27
  "migrations": "./migrations.json"
28
28
  },
29
29
  "dependencies": {
30
- "@nrwl/devkit": "13.5.0-beta.9",
31
- "@nrwl/jest": "13.5.0-beta.9",
32
- "@nrwl/linter": "13.5.0-beta.9",
33
- "@nrwl/node": "13.5.0-beta.9",
30
+ "@nrwl/devkit": "13.5.2",
31
+ "@nrwl/jest": "13.5.2",
32
+ "@nrwl/linter": "13.5.2",
33
+ "@nrwl/node": "13.5.2",
34
34
  "fs-extra": "^9.1.0",
35
35
  "rxjs": "^6.5.4",
36
36
  "tslib": "^2.3.0"
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.nxVersion = void 0;
4
- exports.nxVersion = '13.5.0-beta.9';
4
+ exports.nxVersion = '13.5.2';
5
5
  //# sourceMappingURL=versions.js.map