@storybook/preview-api 7.1.0-alpha.17 → 7.1.0-alpha.18
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 +8 -8
 
    
        package/package.json
    CHANGED
    
    | 
         @@ -1,6 +1,6 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            {
         
     | 
| 
       2 
2 
     | 
    
         
             
              "name": "@storybook/preview-api",
         
     | 
| 
       3 
     | 
    
         
            -
              "version": "7.1.0-alpha. 
     | 
| 
      
 3 
     | 
    
         
            +
              "version": "7.1.0-alpha.18",
         
     | 
| 
       4 
4 
     | 
    
         
             
              "description": "",
         
     | 
| 
       5 
5 
     | 
    
         
             
              "keywords": [
         
     | 
| 
       6 
6 
     | 
    
         
             
                "storybook"
         
     | 
| 
         @@ -67,13 +67,13 @@ 
     | 
|
| 
       67 
67 
     | 
    
         
             
                "prep": "../../../scripts/prepare/bundle.ts"
         
     | 
| 
       68 
68 
     | 
    
         
             
              },
         
     | 
| 
       69 
69 
     | 
    
         
             
              "dependencies": {
         
     | 
| 
       70 
     | 
    
         
            -
                "@storybook/channel-postmessage": "7.1.0-alpha. 
     | 
| 
       71 
     | 
    
         
            -
                "@storybook/channels": "7.1.0-alpha. 
     | 
| 
       72 
     | 
    
         
            -
                "@storybook/client-logger": "7.1.0-alpha. 
     | 
| 
       73 
     | 
    
         
            -
                "@storybook/core-events": "7.1.0-alpha. 
     | 
| 
      
 70 
     | 
    
         
            +
                "@storybook/channel-postmessage": "7.1.0-alpha.18",
         
     | 
| 
      
 71 
     | 
    
         
            +
                "@storybook/channels": "7.1.0-alpha.18",
         
     | 
| 
      
 72 
     | 
    
         
            +
                "@storybook/client-logger": "7.1.0-alpha.18",
         
     | 
| 
      
 73 
     | 
    
         
            +
                "@storybook/core-events": "7.1.0-alpha.18",
         
     | 
| 
       74 
74 
     | 
    
         
             
                "@storybook/csf": "^0.1.0",
         
     | 
| 
       75 
75 
     | 
    
         
             
                "@storybook/global": "^5.0.0",
         
     | 
| 
       76 
     | 
    
         
            -
                "@storybook/types": "7.1.0-alpha. 
     | 
| 
      
 76 
     | 
    
         
            +
                "@storybook/types": "7.1.0-alpha.18",
         
     | 
| 
       77 
77 
     | 
    
         
             
                "@types/qs": "^6.9.5",
         
     | 
| 
       78 
78 
     | 
    
         
             
                "dequal": "^2.0.2",
         
     | 
| 
       79 
79 
     | 
    
         
             
                "lodash": "^4.17.21",
         
     | 
| 
         @@ -85,7 +85,7 @@ 
     | 
|
| 
       85 
85 
     | 
    
         
             
              },
         
     | 
| 
       86 
86 
     | 
    
         
             
              "devDependencies": {
         
     | 
| 
       87 
87 
     | 
    
         
             
                "@jest/globals": "^26.6.2",
         
     | 
| 
       88 
     | 
    
         
            -
                "@storybook/core-common": "7.1.0-alpha. 
     | 
| 
      
 88 
     | 
    
         
            +
                "@storybook/core-common": "7.1.0-alpha.18",
         
     | 
| 
       89 
89 
     | 
    
         
             
                "ansi-to-html": "^0.6.11",
         
     | 
| 
       90 
90 
     | 
    
         
             
                "react": "^16.14.0",
         
     | 
| 
       91 
91 
     | 
    
         
             
                "slash": "^5.0.0"
         
     | 
| 
         @@ -103,5 +103,5 @@ 
     | 
|
| 
       103 
103 
     | 
    
         
             
                  "./src/store.ts"
         
     | 
| 
       104 
104 
     | 
    
         
             
                ]
         
     | 
| 
       105 
105 
     | 
    
         
             
              },
         
     | 
| 
       106 
     | 
    
         
            -
              "gitHead": " 
     | 
| 
      
 106 
     | 
    
         
            +
              "gitHead": "52d9e5ef8bb048042ca5ff1b1ef95d1421ddfafc"
         
     | 
| 
       107 
107 
     | 
    
         
             
            }
         
     |