@storybook/angular 9.1.13 → 9.1.14
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 +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storybook/angular",
|
|
3
|
-
"version": "9.1.
|
|
3
|
+
"version": "9.1.14",
|
|
4
4
|
"description": "Storybook for Angular: Develop, document, and test UI components in isolation",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"storybook",
|
|
@@ -91,7 +91,7 @@
|
|
|
91
91
|
"prep": "jiti ../../../scripts/prepare/addon-bundle.ts"
|
|
92
92
|
},
|
|
93
93
|
"dependencies": {
|
|
94
|
-
"@storybook/builder-webpack5": "9.1.
|
|
94
|
+
"@storybook/builder-webpack5": "9.1.14",
|
|
95
95
|
"@storybook/global": "^5.0.0",
|
|
96
96
|
"telejson": "8.0.0",
|
|
97
97
|
"ts-dedent": "^2.0.0",
|
|
@@ -111,7 +111,7 @@
|
|
|
111
111
|
"@angular/forms": "^19.1.1",
|
|
112
112
|
"@angular/platform-browser": "^19.1.1",
|
|
113
113
|
"@angular/platform-browser-dynamic": "^19.1.1",
|
|
114
|
-
"@storybook/core-webpack": "9.1.
|
|
114
|
+
"@storybook/core-webpack": "9.1.14",
|
|
115
115
|
"@types/node": "^22.0.0",
|
|
116
116
|
"fd-package-json": "^1.2.0",
|
|
117
117
|
"find-up": "^7.0.0",
|
|
@@ -134,7 +134,7 @@
|
|
|
134
134
|
"@angular/platform-browser": ">=18.0.0 < 21.0.0",
|
|
135
135
|
"@angular/platform-browser-dynamic": ">=18.0.0 < 21.0.0",
|
|
136
136
|
"rxjs": "^6.5.3 || ^7.4.0",
|
|
137
|
-
"storybook": "^9.1.
|
|
137
|
+
"storybook": "^9.1.14",
|
|
138
138
|
"typescript": "^4.9.0 || ^5.0.0",
|
|
139
139
|
"zone.js": ">=0.14.0"
|
|
140
140
|
},
|