@nrwl/nx-plugin 13.5.0-beta.2 → 13.5.0-beta.6

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
@@ -57,7 +57,6 @@ The `create-nx-workspace` command will ask you to select a preset, which will co
57
57
  react [a workspace with a single React application]
58
58
  angular [a workspace with a single Angular application]
59
59
  next.js [a workspace with a single Next.js application]
60
- gatsby [a workspace with a single Gatsby application]
61
60
  nest [a workspace with a single Nest application]
62
61
  express [a workspace with a single Express application]
63
62
  web components [a workspace with a single app built using web components]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nrwl/nx-plugin",
3
- "version": "13.5.0-beta.2",
3
+ "version": "13.5.0-beta.6",
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.2",
31
- "@nrwl/jest": "13.5.0-beta.2",
32
- "@nrwl/linter": "13.5.0-beta.2",
33
- "@nrwl/node": "13.5.0-beta.2",
30
+ "@nrwl/devkit": "13.5.0-beta.6",
31
+ "@nrwl/jest": "13.5.0-beta.6",
32
+ "@nrwl/linter": "13.5.0-beta.6",
33
+ "@nrwl/node": "13.5.0-beta.6",
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.2';
4
+ exports.nxVersion = '13.5.0-beta.6';
5
5
  //# sourceMappingURL=versions.js.map