@storybook/react-dom-shim 7.6.12 → 7.6.13
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 +1 -1
- package/package.json +2 -2
package/dist/preset.d.ts
CHANGED
|
@@ -2777,7 +2777,7 @@ interface DirectoryMapping {
|
|
|
2777
2777
|
to: string;
|
|
2778
2778
|
}
|
|
2779
2779
|
interface Presets {
|
|
2780
|
-
apply(extension: 'typescript', config: TypescriptOptions
|
|
2780
|
+
apply(extension: 'typescript', config: Partial<TypescriptOptions>, args?: Options): Promise<Partial<TypescriptOptions>>;
|
|
2781
2781
|
apply(extension: 'framework', config?: {}, args?: any): Promise<Preset>;
|
|
2782
2782
|
apply(extension: 'babel', config?: {}, args?: any): Promise<TransformOptions>;
|
|
2783
2783
|
apply(extension: 'swc', config?: {}, args?: any): Promise<Options$2>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storybook/react-dom-shim",
|
|
3
|
-
"version": "7.6.
|
|
3
|
+
"version": "7.6.13",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"storybook"
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"prep": "node --loader ../../../scripts/node_modules/esbuild-register/loader.js -r ../../../scripts/node_modules/esbuild-register/register.js ../../../scripts/prepare/bundle.ts"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
|
-
"@storybook/types": "7.6.
|
|
57
|
+
"@storybook/types": "7.6.13",
|
|
58
58
|
"typescript": "~4.9.3"
|
|
59
59
|
},
|
|
60
60
|
"peerDependencies": {
|