@nx/storybook 16.7.2 → 16.7.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nx/storybook",
3
- "version": "16.7.2",
3
+ "version": "16.7.3",
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.7.3",
34
+ "@nx/cypress": "16.7.3",
35
+ "@nx/devkit": "16.7.3",
36
+ "@nx/js": "16.7.3",
37
+ "@nx/linter": "16.7.3",
38
+ "@nx/workspace": "16.7.3",
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": "6ff5487c5f4ed9ed008df2af39e37d98fd289259"
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,