@storybook/builder-vite 8.5.0-alpha.9 → 8.5.0-beta.1
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.js +18 -12
- package/dist/index.mjs +21 -19
- package/input/iframe.html +0 -1
- package/package.json +6 -4
package/input/iframe.html
CHANGED
@@ -64,7 +64,6 @@
|
|
64
64
|
<!-- [BODY HTML SNIPPET HERE] -->
|
65
65
|
<div id="storybook-root"></div>
|
66
66
|
<div id="storybook-docs"></div>
|
67
|
-
<script type="module" src="./sb-preview/runtime.js"></script>
|
68
67
|
<script type="module" src="/virtual:/@storybook/builder-vite/vite-app.js"></script>
|
69
68
|
</body>
|
70
69
|
</html>
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@storybook/builder-vite",
|
3
|
-
"version": "8.5.0-
|
3
|
+
"version": "8.5.0-beta.1",
|
4
4
|
"description": "A plugin to run and build Storybooks with Vite",
|
5
5
|
"homepage": "https://github.com/storybookjs/storybook/tree/next/code/builders/builder-vite/#readme",
|
6
6
|
"bugs": {
|
@@ -43,7 +43,7 @@
|
|
43
43
|
"prep": "jiti ../../../scripts/prepare/bundle.ts"
|
44
44
|
},
|
45
45
|
"dependencies": {
|
46
|
-
"@storybook/csf-plugin": "8.5.0-
|
46
|
+
"@storybook/csf-plugin": "8.5.0-beta.1",
|
47
47
|
"browser-assert": "^1.2.1",
|
48
48
|
"ts-dedent": "^2.0.0"
|
49
49
|
},
|
@@ -53,15 +53,17 @@
|
|
53
53
|
"es-module-lexer": "^1.5.0",
|
54
54
|
"find-cache-dir": "^3.0.0",
|
55
55
|
"glob": "^10.0.0",
|
56
|
+
"knitwork": "^1.1.0",
|
56
57
|
"magic-string": "^0.30.0",
|
58
|
+
"pathe": "^1.1.2",
|
57
59
|
"polka": "^1.0.0-next.28",
|
58
60
|
"sirv": "^2.0.4",
|
59
61
|
"slash": "^5.0.0",
|
60
62
|
"vite": "^4.0.4"
|
61
63
|
},
|
62
64
|
"peerDependencies": {
|
63
|
-
"storybook": "^8.5.0-
|
64
|
-
"vite": "^4.0.0 || ^5.0.0"
|
65
|
+
"storybook": "^8.5.0-beta.1",
|
66
|
+
"vite": "^4.0.0 || ^5.0.0 || ^6.0.0"
|
65
67
|
},
|
66
68
|
"publishConfig": {
|
67
69
|
"access": "public"
|