@nx/storybook 16.4.0-beta.9 → 16.4.0

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
@@ -19,7 +19,7 @@
19
19
 
20
20
  Nx is a next generation build system with first class monorepo support and powerful integrations.
21
21
 
22
- This package is a [Storybook plugin for Nx](https://nx.dev/storybook/overview).
22
+ This package is a [Storybook plugin for Nx](https://nx.dev/packages/storybook).
23
23
 
24
24
  ## Getting Started
25
25
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nx/storybook",
3
- "version": "16.4.0-beta.9",
3
+ "version": "16.4.0",
4
4
  "private": false,
5
5
  "description": "The Nx Plugin for Storybook contains executors and generators for allowing your workspace to use the powerful Storybook integration testing & documenting capabilities.",
6
6
  "repository": {
@@ -30,19 +30,19 @@
30
30
  "migrations": "./migrations.json"
31
31
  },
32
32
  "dependencies": {
33
- "@nrwl/storybook": "16.4.0-beta.9",
34
- "@nx/cypress": "16.4.0-beta.9",
35
- "@nx/devkit": "16.4.0-beta.9",
36
- "@nx/js": "16.4.0-beta.9",
37
- "@nx/linter": "16.4.0-beta.9",
38
- "@nx/workspace": "16.4.0-beta.9",
33
+ "@nrwl/storybook": "16.4.0",
34
+ "@nx/cypress": "16.4.0",
35
+ "@nx/devkit": "16.4.0",
36
+ "@nx/js": "16.4.0",
37
+ "@nx/linter": "16.4.0",
38
+ "@nx/workspace": "16.4.0",
39
39
  "@phenomnomnominal/tsquery": "~5.0.1",
40
40
  "dotenv": "~10.0.0",
41
- "semver": "7.3.4"
41
+ "semver": "7.5.3"
42
42
  },
43
43
  "publishConfig": {
44
44
  "access": "public"
45
45
  },
46
46
  "types": "./index.d.ts",
47
- "gitHead": "b7fbc25d5be1789d42805e2254cf4a6070889157"
47
+ "gitHead": "ae698a72748d9f33aa5395aeeaa7b7af436a1dc5"
48
48
  }
@@ -32,8 +32,8 @@ function default_1(tree) {
32
32
  ignore: ['@nx/react/plugins/storybook'],
33
33
  },
34
34
  ];
35
- return json;
36
35
  }
36
+ return json;
37
37
  });
38
38
  }
39
39
  yield (0, devkit_1.formatFiles)(tree);