@nx/storybook 16.7.2 → 16.8.0-beta.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nx/storybook",
3
- "version": "16.7.2",
3
+ "version": "16.8.0-beta.1",
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,12 +30,12 @@
30
30
  "migrations": "./migrations.json"
31
31
  },
32
32
  "dependencies": {
33
- "@nrwl/storybook": "16.7.2",
34
- "@nx/cypress": "16.7.2",
35
- "@nx/devkit": "16.7.2",
36
- "@nx/js": "16.7.2",
37
- "@nx/linter": "16.7.2",
38
- "@nx/workspace": "16.7.2",
33
+ "@nrwl/storybook": "16.8.0-beta.1",
34
+ "@nx/cypress": "16.8.0-beta.1",
35
+ "@nx/devkit": "16.8.0-beta.1",
36
+ "@nx/js": "16.8.0-beta.1",
37
+ "@nx/linter": "16.8.0-beta.1",
38
+ "@nx/workspace": "16.8.0-beta.1",
39
39
  "@phenomnomnominal/tsquery": "~5.0.1",
40
40
  "dotenv": "~16.3.1",
41
41
  "semver": "7.5.3",
@@ -45,5 +45,5 @@
45
45
  "access": "public"
46
46
  },
47
47
  "type": "commonjs",
48
- "gitHead": "b024f44a1ad4e1773e80f6dc72f9d22766b950f9"
48
+ "gitHead": "231a998e004c13e559c171ba6c164a9127886153"
49
49
  }
@@ -257,7 +257,7 @@ exports.configureTsSolutionConfig = configureTsSolutionConfig;
257
257
  function updateLintConfig(tree, schema) {
258
258
  const { name: projectName } = schema;
259
259
  const { targets, root } = (0, devkit_1.readProjectConfiguration)(tree, projectName);
260
- const tslintTargets = Object.values(targets).filter((target) => target.executor === '@angular-devkit/build-angular:tslint');
260
+ const tslintTargets = Object.values(targets !== null && targets !== void 0 ? targets : {}).filter((target) => target.executor === '@angular-devkit/build-angular:tslint');
261
261
  tslintTargets.forEach((target) => {
262
262
  target.options.tsConfig = (0, utilities_1.dedupe)([
263
263
  ...target.options.tsConfig,
@@ -22,11 +22,11 @@ export default config;
22
22
  <% if(!usesVite) { %>
23
23
  // To customize your webpack configuration you can use the webpackFinal field.
24
24
  // Check https://storybook.js.org/docs/react/builders/webpack#extending-storybooks-webpack-config
25
- // and https://nx.dev/packages/storybook/documents/custom-builder-configs
25
+ // and https://nx.dev/recipes/storybook/custom-builder-configs
26
26
  <% } %>
27
27
 
28
28
  <% if(usesVite) { %>
29
29
  // To customize your Vite configuration you can use the viteFinal field.
30
30
  // Check https://storybook.js.org/docs/react/builders/vite#configuration
31
- // and https://nx.dev/packages/storybook/documents/custom-builder-configs
31
+ // and https://nx.dev/recipes/storybook/custom-builder-configs
32
32
  <% } %>
@@ -24,11 +24,11 @@ export default config;
24
24
  <% if(!usesVite) { %>
25
25
  // To customize your webpack configuration you can use the webpackFinal field.
26
26
  // Check https://storybook.js.org/docs/react/builders/webpack#extending-storybooks-webpack-config
27
- // and https://nx.dev/packages/storybook/documents/custom-builder-configs
27
+ // and https://nx.dev/recipes/storybook/custom-builder-configs
28
28
  <% } %>
29
29
 
30
30
  <% if(usesVite) { %>
31
31
  // To customize your Vite configuration you can use the viteFinal field.
32
32
  // Check https://storybook.js.org/docs/react/builders/vite#configuration
33
- // and https://nx.dev/packages/storybook/documents/custom-builder-configs
33
+ // and https://nx.dev/recipes/storybook/custom-builder-configs
34
34
  <% } %>