storybook-builder-rsbuild 2.0.0-alpha.1 → 2.0.0-alpha.2
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/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +5 -5
package/dist/index.js
CHANGED
@@ -132,7 +132,7 @@ var import_server_errors = require("storybook/internal/server-errors");
|
|
132
132
|
var import_node_path3 = require("path");
|
133
133
|
var import_core = require("@rsbuild/core");
|
134
134
|
var import_plugin_type_check = require("@rsbuild/plugin-type-check");
|
135
|
-
var import_preset = require("@storybook/addon-docs/
|
135
|
+
var import_preset = require("@storybook/addon-docs/preset");
|
136
136
|
var import_case_sensitive_paths_webpack_plugin = __toESM(require("case-sensitive-paths-webpack-plugin"));
|
137
137
|
var import_rsbuild_plugin_html_minifier_terser = require("rsbuild-plugin-html-minifier-terser");
|
138
138
|
var import_common2 = require("storybook/internal/common");
|
package/dist/index.mjs
CHANGED
@@ -8,7 +8,7 @@ import sirv from 'sirv';
|
|
8
8
|
import { normalizeStories, loadPreviewOrConfigFile, getBuilderOptions, readTemplate, resolveAddonName, getPresets, stringifyProcessEnvs, isPreservingSymlinks } from 'storybook/internal/common';
|
9
9
|
import { WebpackInvocationError } from 'storybook/internal/server-errors';
|
10
10
|
import { pluginTypeCheck } from '@rsbuild/plugin-type-check';
|
11
|
-
import { webpack } from '@storybook/addon-docs/
|
11
|
+
import { webpack } from '@storybook/addon-docs/preset';
|
12
12
|
import CaseSensitivePathsPlugin from 'case-sensitive-paths-webpack-plugin';
|
13
13
|
import { pluginHtmlMinifierTerser } from 'rsbuild-plugin-html-minifier-terser';
|
14
14
|
import { globalsNameReferenceMap } from 'storybook/internal/preview/globals';
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "storybook-builder-rsbuild",
|
3
|
-
"version": "2.0.0-alpha.
|
3
|
+
"version": "2.0.0-alpha.2",
|
4
4
|
"description": "Rsbuild builder for Storybook",
|
5
5
|
"keywords": [
|
6
6
|
"storybook",
|
@@ -58,8 +58,8 @@
|
|
58
58
|
],
|
59
59
|
"dependencies": {
|
60
60
|
"@rsbuild/plugin-type-check": "^1.2.1",
|
61
|
-
"@storybook/addon-docs": "^9.0.0
|
62
|
-
"@storybook/core-webpack": "^9.0.0
|
61
|
+
"@storybook/addon-docs": "^9.0.0",
|
62
|
+
"@storybook/core-webpack": "^9.0.0",
|
63
63
|
"browser-assert": "^1.2.1",
|
64
64
|
"case-sensitive-paths-webpack-plugin": "^2.4.0",
|
65
65
|
"cjs-module-lexer": "^1.4.3",
|
@@ -85,12 +85,12 @@
|
|
85
85
|
"@types/pretty-hrtime": "^1.0.3",
|
86
86
|
"pretty-hrtime": "^1.0.3",
|
87
87
|
"slash": "^5.1.0",
|
88
|
-
"storybook": "9.0.0
|
88
|
+
"storybook": "9.0.0",
|
89
89
|
"typescript": "^5.7.3"
|
90
90
|
},
|
91
91
|
"peerDependencies": {
|
92
92
|
"@rsbuild/core": "^1.0.1",
|
93
|
-
"storybook": "^9.0.0
|
93
|
+
"storybook": "^9.0.0"
|
94
94
|
},
|
95
95
|
"peerDependenciesMeta": {
|
96
96
|
"typescript": {
|