@cedarjs/cli-storybook-vite 4.2.0 → 4.2.1-next.258
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.
|
@@ -95,9 +95,9 @@ Please find documentation and links to provide feedback for this new command at:
|
|
|
95
95
|
);
|
|
96
96
|
const usingTS = (0, import_cli_helpers.isTypeScriptProject)();
|
|
97
97
|
const mainFileName = usingTS ? "main.ts" : "main.js";
|
|
98
|
-
const
|
|
98
|
+
const cedarProjectPaths = (0, import_project_config.getPaths)();
|
|
99
99
|
const storybookConfigPath = import_node_path.default.dirname(
|
|
100
|
-
`${
|
|
100
|
+
`${cedarProjectPaths.web.storybook}/${mainFileName}`
|
|
101
101
|
);
|
|
102
102
|
const storybookMainFilePath = import_node_path.default.join(storybookConfigPath, mainFileName);
|
|
103
103
|
const storybookPreviewBodyFilePath = import_node_path.default.join(
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<div id="
|
|
1
|
+
<div id="cedar-app"></div>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cedarjs/cli-storybook-vite",
|
|
3
|
-
"version": "4.2.
|
|
3
|
+
"version": "4.2.1-next.258",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+https://github.com/cedarjs/cedar.git",
|
|
@@ -31,14 +31,14 @@
|
|
|
31
31
|
"storybook": "8.6.18",
|
|
32
32
|
"storybook-framework-cedarjs": "4.2.0",
|
|
33
33
|
"termi-link": "1.1.0",
|
|
34
|
-
"vitest": "3.2.
|
|
34
|
+
"vitest": "3.2.6",
|
|
35
35
|
"yargs": "17.7.2"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
38
|
"@cedarjs/framework-tools": "4.2.0",
|
|
39
39
|
"@types/semver": "^7",
|
|
40
40
|
"@types/yargs": "17.0.35",
|
|
41
|
-
"tsx": "4.
|
|
41
|
+
"tsx": "4.22.4",
|
|
42
42
|
"typescript": "5.9.3"
|
|
43
43
|
},
|
|
44
44
|
"engines": {
|