@storybook/web-components-webpack5 7.0.0-beta.36 → 7.0.0-beta.39

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -37,7 +37,7 @@ For example if you have a library called `my-library` which is in ES2017 then yo
37
37
  ```js
38
38
  // .storybook/main.js
39
39
 
40
- module.exports = {
40
+ export default {
41
41
  webpackFinal: async (config) => {
42
42
  // find web-components rule for extra transpilation
43
43
  const webComponentsRule = config.module.rules.find(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/web-components-webpack5",
3
- "version": "7.0.0-beta.36",
3
+ "version": "7.0.0-beta.39",
4
4
  "description": "Storybook for web-components: View web components snippets in isolation with Hot Reloading.",
5
5
  "keywords": [
6
6
  "lit-html",
@@ -51,10 +51,10 @@
51
51
  },
52
52
  "dependencies": {
53
53
  "@babel/preset-env": "^7.20.2",
54
- "@storybook/builder-webpack5": "7.0.0-beta.36",
55
- "@storybook/core-common": "7.0.0-beta.36",
56
- "@storybook/preset-web-components-webpack": "7.0.0-beta.36",
57
- "@storybook/web-components": "7.0.0-beta.36",
54
+ "@storybook/builder-webpack5": "7.0.0-beta.39",
55
+ "@storybook/core-common": "7.0.0-beta.39",
56
+ "@storybook/preset-web-components-webpack": "7.0.0-beta.39",
57
+ "@storybook/web-components": "7.0.0-beta.39",
58
58
  "@types/node": "^16.0.0"
59
59
  },
60
60
  "devDependencies": {
@@ -79,5 +79,5 @@
79
79
  ],
80
80
  "platform": "node"
81
81
  },
82
- "gitHead": "5268eb0fa26e2e31cc410c27cbff7189f3b7eba1"
82
+ "gitHead": "96d484511811e3154ff18c55814a1f4688946335"
83
83
  }