@storybook/react-webpack5 8.0.0-alpha.8 → 8.0.0-alpha.9
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/preset.d.ts +6 -1907
 - package/package.json +4 -8
 
    
        package/package.json
    CHANGED
    
    | 
         @@ -1,6 +1,6 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            {
         
     | 
| 
       2 
2 
     | 
    
         
             
              "name": "@storybook/react-webpack5",
         
     | 
| 
       3 
     | 
    
         
            -
              "version": "8.0.0-alpha. 
     | 
| 
      
 3 
     | 
    
         
            +
              "version": "8.0.0-alpha.9",
         
     | 
| 
       4 
4 
     | 
    
         
             
              "description": "Storybook for React: Develop React Component in isolation with Hot Reloading.",
         
     | 
| 
       5 
5 
     | 
    
         
             
              "keywords": [
         
     | 
| 
       6 
6 
     | 
    
         
             
                "storybook"
         
     | 
| 
         @@ -47,21 +47,17 @@ 
     | 
|
| 
       47 
47 
     | 
    
         
             
                "prep": "node --loader ../../../scripts/node_modules/esbuild-register/loader.js -r ../../../scripts/node_modules/esbuild-register/register.js ../../../scripts/prepare/bundle.ts"
         
     | 
| 
       48 
48 
     | 
    
         
             
              },
         
     | 
| 
       49 
49 
     | 
    
         
             
              "dependencies": {
         
     | 
| 
       50 
     | 
    
         
            -
                "@storybook/builder-webpack5": "8.0.0-alpha. 
     | 
| 
       51 
     | 
    
         
            -
                "@storybook/preset-react-webpack": "8.0.0-alpha. 
     | 
| 
       52 
     | 
    
         
            -
                "@storybook/react": "8.0.0-alpha. 
     | 
| 
      
 50 
     | 
    
         
            +
                "@storybook/builder-webpack5": "8.0.0-alpha.9",
         
     | 
| 
      
 51 
     | 
    
         
            +
                "@storybook/preset-react-webpack": "8.0.0-alpha.9",
         
     | 
| 
      
 52 
     | 
    
         
            +
                "@storybook/react": "8.0.0-alpha.9",
         
     | 
| 
       53 
53 
     | 
    
         
             
                "@types/node": "^18.0.0"
         
     | 
| 
       54 
54 
     | 
    
         
             
              },
         
     | 
| 
       55 
55 
     | 
    
         
             
              "peerDependencies": {
         
     | 
| 
       56 
     | 
    
         
            -
                "@babel/core": "^7.22.0",
         
     | 
| 
       57 
56 
     | 
    
         
             
                "react": "^16.8.0 || ^17.0.0 || ^18.0.0",
         
     | 
| 
       58 
57 
     | 
    
         
             
                "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0",
         
     | 
| 
       59 
58 
     | 
    
         
             
                "typescript": "*"
         
     | 
| 
       60 
59 
     | 
    
         
             
              },
         
     | 
| 
       61 
60 
     | 
    
         
             
              "peerDependenciesMeta": {
         
     | 
| 
       62 
     | 
    
         
            -
                "@babel/core": {
         
     | 
| 
       63 
     | 
    
         
            -
                  "optional": true
         
     | 
| 
       64 
     | 
    
         
            -
                },
         
     | 
| 
       65 
61 
     | 
    
         
             
                "typescript": {
         
     | 
| 
       66 
62 
     | 
    
         
             
                  "optional": true
         
     | 
| 
       67 
63 
     | 
    
         
             
                }
         
     |