@nx/storybook 16.4.0-beta.9 → 16.4.0
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
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
|
|
20
20
|
Nx is a next generation build system with first class monorepo support and powerful integrations.
|
|
21
21
|
|
|
22
|
-
This package is a [Storybook plugin for Nx](https://nx.dev/storybook
|
|
22
|
+
This package is a [Storybook plugin for Nx](https://nx.dev/packages/storybook).
|
|
23
23
|
|
|
24
24
|
## Getting Started
|
|
25
25
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nx/storybook",
|
|
3
|
-
"version": "16.4.0
|
|
3
|
+
"version": "16.4.0",
|
|
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,19 +30,19 @@
|
|
|
30
30
|
"migrations": "./migrations.json"
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@nrwl/storybook": "16.4.0
|
|
34
|
-
"@nx/cypress": "16.4.0
|
|
35
|
-
"@nx/devkit": "16.4.0
|
|
36
|
-
"@nx/js": "16.4.0
|
|
37
|
-
"@nx/linter": "16.4.0
|
|
38
|
-
"@nx/workspace": "16.4.0
|
|
33
|
+
"@nrwl/storybook": "16.4.0",
|
|
34
|
+
"@nx/cypress": "16.4.0",
|
|
35
|
+
"@nx/devkit": "16.4.0",
|
|
36
|
+
"@nx/js": "16.4.0",
|
|
37
|
+
"@nx/linter": "16.4.0",
|
|
38
|
+
"@nx/workspace": "16.4.0",
|
|
39
39
|
"@phenomnomnominal/tsquery": "~5.0.1",
|
|
40
40
|
"dotenv": "~10.0.0",
|
|
41
|
-
"semver": "7.3
|
|
41
|
+
"semver": "7.5.3"
|
|
42
42
|
},
|
|
43
43
|
"publishConfig": {
|
|
44
44
|
"access": "public"
|
|
45
45
|
},
|
|
46
46
|
"types": "./index.d.ts",
|
|
47
|
-
"gitHead": "
|
|
47
|
+
"gitHead": "ae698a72748d9f33aa5395aeeaa7b7af436a1dc5"
|
|
48
48
|
}
|