@nx/storybook 19.0.1 → 19.0.2
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": "19.0.
|
|
3
|
+
"version": "19.0.2",
|
|
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": "19.0.
|
|
33
|
+
"@nx/devkit": "19.0.2",
|
|
34
34
|
"@phenomnomnominal/tsquery": "~5.0.1",
|
|
35
35
|
"semver": "^7.5.3",
|
|
36
36
|
"tslib": "^2.3.0",
|
|
37
|
-
"@nx/cypress": "19.0.
|
|
38
|
-
"@nx/js": "19.0.
|
|
39
|
-
"@nx/eslint": "19.0.
|
|
40
|
-
"@nrwl/storybook": "19.0.
|
|
37
|
+
"@nx/cypress": "19.0.2",
|
|
38
|
+
"@nx/js": "19.0.2",
|
|
39
|
+
"@nx/eslint": "19.0.2",
|
|
40
|
+
"@nrwl/storybook": "19.0.2"
|
|
41
41
|
},
|
|
42
42
|
"publishConfig": {
|
|
43
43
|
"access": "public"
|
|
@@ -12,11 +12,11 @@ export interface StorybookConfigureSchema {
|
|
|
12
12
|
configureStaticServe?: boolean;
|
|
13
13
|
skipFormat?: boolean;
|
|
14
14
|
/**
|
|
15
|
-
* @deprecated Use interactionTests instead. This option will be removed in
|
|
15
|
+
* @deprecated Use interactionTests instead. This option will be removed in v20.
|
|
16
16
|
*/
|
|
17
17
|
configureCypress?: boolean;
|
|
18
18
|
/**
|
|
19
|
-
* @deprecated Use interactionTests instead. This option will be removed in
|
|
19
|
+
* @deprecated Use interactionTests instead. This option will be removed in v20.
|
|
20
20
|
*/
|
|
21
21
|
cypressDirectory?: string;
|
|
22
22
|
addPlugin?: boolean;
|
|
@@ -28,12 +28,12 @@
|
|
|
28
28
|
"configureCypress": {
|
|
29
29
|
"type": "boolean",
|
|
30
30
|
"description": "Run the cypress-configure generator.",
|
|
31
|
-
"x-deprecated": "Use interactionTests instead. This option will be removed in
|
|
31
|
+
"x-deprecated": "Use interactionTests instead. This option will be removed in v20."
|
|
32
32
|
},
|
|
33
33
|
"cypressDirectory": {
|
|
34
34
|
"type": "string",
|
|
35
35
|
"description": "A directory where the Cypress project will be placed. Added at root by default.",
|
|
36
|
-
"x-deprecated": "Use interactionTests instead. This option will be removed in
|
|
36
|
+
"x-deprecated": "Use interactionTests instead. This option will be removed in v20."
|
|
37
37
|
},
|
|
38
38
|
"linter": {
|
|
39
39
|
"description": "The tool to use for running lint checks.",
|