@storybook/csf 0.0.2-next.4 → 0.0.2-next.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -1
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -52,7 +52,7 @@ interface StoryIdentifier {
52
52
  tags: Tag[];
53
53
  }
54
54
  interface Parameters {
55
- [name: string]: unknown;
55
+ [name: string]: any;
56
56
  }
57
57
  declare type ConditionalTest = {
58
58
  truthy?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/csf",
3
- "version": "0.0.2-next.4",
3
+ "version": "0.0.2-next.5",
4
4
  "description": "Component Story Format (CSF) utilities",
5
5
  "keywords": [
6
6
  "storybook",