@storybook/types 7.4.0 → 7.4.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/dist/index.d.ts +1 -1
- package/package.json +2 -3
package/dist/index.d.ts
CHANGED
|
@@ -2170,7 +2170,7 @@ interface API_StatusObject {
|
|
|
2170
2170
|
type API_StatusState = Record<StoryId, Record<string, API_StatusObject>>;
|
|
2171
2171
|
type API_StatusUpdate = Record<StoryId, API_StatusObject>;
|
|
2172
2172
|
type API_FilterFunction = (item: API_PreparedIndexEntry & {
|
|
2173
|
-
status: Record<string, API_StatusObject>;
|
|
2173
|
+
status: Record<string, API_StatusObject | null>;
|
|
2174
2174
|
}) => boolean;
|
|
2175
2175
|
|
|
2176
2176
|
interface SetStoriesStory {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storybook/types",
|
|
3
|
-
"version": "7.4.
|
|
3
|
+
"version": "7.4.2",
|
|
4
4
|
"description": "Core Storybook TS Types",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"storybook"
|
|
@@ -44,10 +44,9 @@
|
|
|
44
44
|
"prep": "../../../scripts/prepare/bundle.ts"
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
|
-
"@storybook/channels": "7.4.
|
|
47
|
+
"@storybook/channels": "7.4.2",
|
|
48
48
|
"@types/babel__core": "^7.0.0",
|
|
49
49
|
"@types/express": "^4.7.0",
|
|
50
|
-
"@types/react": "^16.14.34",
|
|
51
50
|
"file-system-cache": "2.3.0"
|
|
52
51
|
},
|
|
53
52
|
"devDependencies": {
|