@nx/storybook 18.0.3 → 18.0.5

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": "18.0.3",
3
+ "version": "18.0.5",
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,14 +30,14 @@
30
30
  "migrations": "./migrations.json"
31
31
  },
32
32
  "dependencies": {
33
- "@nx/devkit": "18.0.3",
33
+ "@nx/devkit": "18.0.5",
34
34
  "@phenomnomnominal/tsquery": "~5.0.1",
35
35
  "semver": "^7.5.3",
36
36
  "tslib": "^2.3.0",
37
- "@nx/cypress": "18.0.3",
38
- "@nx/js": "18.0.3",
39
- "@nx/eslint": "18.0.3",
40
- "@nrwl/storybook": "18.0.3"
37
+ "@nx/cypress": "18.0.5",
38
+ "@nx/js": "18.0.5",
39
+ "@nx/eslint": "18.0.5",
40
+ "@nrwl/storybook": "18.0.5"
41
41
  },
42
42
  "publishConfig": {
43
43
  "access": "public"
@@ -299,6 +299,10 @@ function updateLintConfig(tree, schema) {
299
299
  ]);
300
300
  }
301
301
  }
302
+ const ignorePatterns = json.ignorePatterns || [];
303
+ if (!ignorePatterns.includes('storybook-static')) {
304
+ ignorePatterns.push('storybook-static');
305
+ }
302
306
  return json;
303
307
  });
304
308
  }
@@ -7,5 +7,5 @@ export declare const tsNodeVersion = "10.9.1";
7
7
  export declare const tsLibVersion = "^2.3.0";
8
8
  export declare const storybookVersion = "^7.5.3";
9
9
  export declare const reactVersion = "^18.2.0";
10
- export declare const viteVersion = "^5.0.0";
10
+ export declare const viteVersion = "~5.0.0";
11
11
  export declare const coreJsVersion = "^3.6.5";
@@ -10,5 +10,5 @@ exports.tsNodeVersion = '10.9.1';
10
10
  exports.tsLibVersion = '^2.3.0';
11
11
  exports.storybookVersion = '^7.5.3';
12
12
  exports.reactVersion = '^18.2.0';
13
- exports.viteVersion = '^5.0.0';
13
+ exports.viteVersion = '~5.0.0';
14
14
  exports.coreJsVersion = '^3.6.5';