@nx/storybook 16.4.0-beta.2 → 16.4.0-beta.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.4.0-beta.2",
3
+ "version": "16.4.0-beta.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.4.0-beta.2",
34
- "@nx/cypress": "16.4.0-beta.2",
35
- "@nx/devkit": "16.4.0-beta.2",
36
- "@nx/js": "16.4.0-beta.2",
37
- "@nx/linter": "16.4.0-beta.2",
38
- "@nx/workspace": "16.4.0-beta.2",
33
+ "@nrwl/storybook": "16.4.0-beta.3",
34
+ "@nx/cypress": "16.4.0-beta.3",
35
+ "@nx/devkit": "16.4.0-beta.3",
36
+ "@nx/js": "16.4.0-beta.3",
37
+ "@nx/linter": "16.4.0-beta.3",
38
+ "@nx/workspace": "16.4.0-beta.3",
39
39
  "@phenomnomnominal/tsquery": "~5.0.1",
40
40
  "dotenv": "~10.0.0",
41
41
  "semver": "7.3.4"
@@ -44,5 +44,5 @@
44
44
  "access": "public"
45
45
  },
46
46
  "types": "./index.d.ts",
47
- "gitHead": "abb2678056668cc8beaaf9c5ebc2a2e6ad487173"
47
+ "gitHead": "d7f500985ba56117bf17c133bf70d22e42a7af27"
48
48
  }
@@ -42,7 +42,7 @@
42
42
  "tsConfiguration": {
43
43
  "type": "boolean",
44
44
  "description": "Configure your project with TypeScript. Generate main.ts and preview.ts files, instead of main.js and preview.js.",
45
- "default": false,
45
+ "default": true,
46
46
  "x-priority": "important"
47
47
  },
48
48
  "standaloneConfig": {