@storybook/preact-vite 7.0.0-beta.46 → 7.0.0-beta.48
Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.d.ts
CHANGED
package/dist/preset.d.ts
CHANGED
@@ -985,10 +985,6 @@ interface StorybookConfig$1 {
|
|
985
985
|
* Enable a set of planned breaking changes for SB7.0
|
986
986
|
*/
|
987
987
|
breakingChangesV7?: boolean;
|
988
|
-
/**
|
989
|
-
* Enable the step debugger functionality in Addon-interactions.
|
990
|
-
*/
|
991
|
-
interactionsDebugger?: boolean;
|
992
988
|
/**
|
993
989
|
* Filter args with a "target" on the type from the render function (EXPERIMENTAL)
|
994
990
|
*/
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@storybook/preact-vite",
|
3
|
-
"version": "7.0.0-beta.
|
3
|
+
"version": "7.0.0-beta.48",
|
4
4
|
"description": "Storybook for Preact and Vite: Develop Preact components in isolation with Hot Reloading.",
|
5
5
|
"keywords": [
|
6
6
|
"storybook"
|
@@ -48,8 +48,8 @@
|
|
48
48
|
},
|
49
49
|
"dependencies": {
|
50
50
|
"@preact/preset-vite": "^2.0.0",
|
51
|
-
"@storybook/builder-vite": "7.0.0-beta.
|
52
|
-
"@storybook/preact": "7.0.0-beta.
|
51
|
+
"@storybook/builder-vite": "7.0.0-beta.48",
|
52
|
+
"@storybook/preact": "7.0.0-beta.48"
|
53
53
|
},
|
54
54
|
"devDependencies": {
|
55
55
|
"@types/node": "^16.0.0",
|
@@ -73,5 +73,5 @@
|
|
73
73
|
],
|
74
74
|
"platform": "node"
|
75
75
|
},
|
76
|
-
"gitHead": "
|
76
|
+
"gitHead": "8c9765f9cd204fc63b928526941d8d8bffaf7c38"
|
77
77
|
}
|