@storybook/angular 9.1.2 → 9.1.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/README.md +3 -1
- package/package.json +9 -6
package/README.md
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
1
|
# Storybook for Angular
|
|
2
2
|
|
|
3
|
-
See [documentation](https://storybook.js.org/docs/get-started/frameworks/angular?renderer=angular) for installation instructions, usage examples, APIs, and more.
|
|
3
|
+
See [documentation](https://storybook.js.org/docs/get-started/frameworks/angular?renderer=angular&ref=readme) for installation instructions, usage examples, APIs, and more.
|
|
4
|
+
|
|
5
|
+
Learn more about Storybook at [storybook.js.org](https://storybook.js.org/?ref=readme).
|
package/package.json
CHANGED
|
@@ -1,10 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storybook/angular",
|
|
3
|
-
"version": "9.1.
|
|
4
|
-
"description": "Storybook for Angular: Develop
|
|
3
|
+
"version": "9.1.3",
|
|
4
|
+
"description": "Storybook for Angular: Develop, document, and test UI components in isolation",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"storybook",
|
|
7
|
-
"
|
|
7
|
+
"storybook-framework",
|
|
8
|
+
"angular",
|
|
9
|
+
"component",
|
|
10
|
+
"components"
|
|
8
11
|
],
|
|
9
12
|
"homepage": "https://github.com/storybookjs/storybook/tree/next/code/frameworks/angular",
|
|
10
13
|
"bugs": {
|
|
@@ -88,7 +91,7 @@
|
|
|
88
91
|
"prep": "jiti ../../../scripts/prepare/addon-bundle.ts"
|
|
89
92
|
},
|
|
90
93
|
"dependencies": {
|
|
91
|
-
"@storybook/builder-webpack5": "9.1.
|
|
94
|
+
"@storybook/builder-webpack5": "9.1.3",
|
|
92
95
|
"@storybook/global": "^5.0.0",
|
|
93
96
|
"telejson": "8.0.0",
|
|
94
97
|
"ts-dedent": "^2.0.0",
|
|
@@ -108,7 +111,7 @@
|
|
|
108
111
|
"@angular/forms": "^19.1.1",
|
|
109
112
|
"@angular/platform-browser": "^19.1.1",
|
|
110
113
|
"@angular/platform-browser-dynamic": "^19.1.1",
|
|
111
|
-
"@storybook/core-webpack": "9.1.
|
|
114
|
+
"@storybook/core-webpack": "9.1.3",
|
|
112
115
|
"@types/node": "^22.0.0",
|
|
113
116
|
"fd-package-json": "^1.2.0",
|
|
114
117
|
"find-up": "^7.0.0",
|
|
@@ -131,7 +134,7 @@
|
|
|
131
134
|
"@angular/platform-browser": ">=18.0.0 < 21.0.0",
|
|
132
135
|
"@angular/platform-browser-dynamic": ">=18.0.0 < 21.0.0",
|
|
133
136
|
"rxjs": "^6.5.3 || ^7.4.0",
|
|
134
|
-
"storybook": "^9.1.
|
|
137
|
+
"storybook": "^9.1.3",
|
|
135
138
|
"typescript": "^4.9.0 || ^5.0.0",
|
|
136
139
|
"zone.js": ">=0.14.0"
|
|
137
140
|
},
|