@nx/storybook 19.1.0 → 19.1.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/README.md
CHANGED
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
|
|
25
25
|
Nx is a build system with built-in tooling and advanced CI capabilities. It helps you maintain and scale monorepos, both locally and on CI.
|
|
26
26
|
|
|
27
|
-
This package is a [Storybook plugin for Nx](https://nx.dev/
|
|
27
|
+
This package is a [Storybook plugin for Nx](https://nx.dev/nx-api/storybook).
|
|
28
28
|
|
|
29
29
|
## Getting Started
|
|
30
30
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nx/storybook",
|
|
3
|
-
"version": "19.1.
|
|
3
|
+
"version": "19.1.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": {
|
|
@@ -33,14 +33,14 @@
|
|
|
33
33
|
"migrations": "./migrations.json"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@nx/devkit": "19.1.
|
|
36
|
+
"@nx/devkit": "19.1.2",
|
|
37
37
|
"@phenomnomnominal/tsquery": "~5.0.1",
|
|
38
38
|
"semver": "^7.5.3",
|
|
39
39
|
"tslib": "^2.3.0",
|
|
40
|
-
"@nx/cypress": "19.1.
|
|
41
|
-
"@nx/js": "19.1.
|
|
42
|
-
"@nx/eslint": "19.1.
|
|
43
|
-
"@nrwl/storybook": "19.1.
|
|
40
|
+
"@nx/cypress": "19.1.2",
|
|
41
|
+
"@nx/js": "19.1.2",
|
|
42
|
+
"@nx/eslint": "19.1.2",
|
|
43
|
+
"@nrwl/storybook": "19.1.2"
|
|
44
44
|
},
|
|
45
45
|
"publishConfig": {
|
|
46
46
|
"access": "public"
|
|
@@ -77,4 +77,4 @@ Please read the [Storybook 7.0.0 release article](https://storybook.js.org/blog/
|
|
|
77
77
|
official [Storybook 7.0.0 migration guide](https://storybook.js.org/docs/react/migration-guide)
|
|
78
78
|
for more information.
|
|
79
79
|
|
|
80
|
-
You can also read the docs for the [@nx/storybook:migrate-7 generator](https://nx.dev/
|
|
80
|
+
You can also read the docs for the [@nx/storybook:migrate-7 generator](https://nx.dev/nx-api/storybook/generators/migrate-7) and our [Storybook 7 setup guide](https://nx.dev/nx-api/storybook/documents/storybook-7-setup).
|
|
@@ -22,7 +22,7 @@ async function changeStorybookTargets(tree) {
|
|
|
22
22
|
`🚀 This migration will update your Storybook configuration to v7.`,
|
|
23
23
|
`It will call the @nx/storybook:migrate-7 generator for you.`,
|
|
24
24
|
`You can read more about the migration and how this generator works here:`,
|
|
25
|
-
`https://nx.dev/
|
|
25
|
+
`https://nx.dev/nx-api/storybook/generators/migrate-7`,
|
|
26
26
|
],
|
|
27
27
|
});
|
|
28
28
|
return (0, migrate_7_1.default)(tree, { autoAcceptAllPrompts: true });
|