@storybook/react-dom-shim 7.1.0-alpha.37 → 7.1.0-alpha.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/dist/preset.d.ts +1 -1
  2. package/package.json +2 -2
package/dist/preset.d.ts CHANGED
@@ -779,7 +779,7 @@ interface StoriesSpecifier {
779
779
  /**
780
780
  * What does the filename of a story file look like?
781
781
  * (a glob, relative to directory, no leading `./`)
782
- * If unset, we use `** / *.@(mdx|stories.@(mdx|tsx|ts|jsx|js))` (no spaces)
782
+ * If unset, we use `** / *.@(mdx|stories.@(mdx|js|jsx|mjs|ts|tsx))` (no spaces)
783
783
  */
784
784
  files?: string;
785
785
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/react-dom-shim",
3
- "version": "7.1.0-alpha.37",
3
+ "version": "7.1.0-alpha.39",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "storybook"
@@ -53,7 +53,7 @@
53
53
  "prep": "../../../scripts/prepare/bundle.ts"
54
54
  },
55
55
  "devDependencies": {
56
- "@storybook/types": "7.1.0-alpha.37",
56
+ "@storybook/types": "7.1.0-alpha.39",
57
57
  "typescript": "~4.9.3"
58
58
  },
59
59
  "peerDependencies": {