@modern-js/storybook-builder 0.0.0-nightly-20240618170628 → 0.0.0-nightly-20240620170644

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.
@@ -53,12 +53,12 @@ async function applyDocgenWebpack(chain, options) {
53
53
  const resolveOptions = chain.toConfig().resolve;
54
54
  chain.module.rule(import_shared.CHAIN_ID.RULE.JS).use("react-docgen").loader(loader).options({
55
55
  resolveOptions
56
- }).after(import_shared.CHAIN_ID.USE.BABEL).after(import_shared.CHAIN_ID.USE.ESBUILD).after(import_shared.CHAIN_ID.USE.SWC).end();
56
+ }).after(import_shared.CHAIN_ID.USE.BABEL).after("esbuild").after(import_shared.CHAIN_ID.USE.SWC).end();
57
57
  const tsRuls = chain.module.rule(import_shared.CHAIN_ID.RULE.TS);
58
58
  if (tsRuls.uses.values().length !== 0) {
59
59
  tsRuls.use("react-docgen").loader(loader).options({
60
60
  resolveOptions
61
- }).after(import_shared.CHAIN_ID.USE.TS).after(import_shared.CHAIN_ID.USE.ESBUILD).after(import_shared.CHAIN_ID.USE.SWC).end();
61
+ }).after(import_shared.CHAIN_ID.USE.TS).after("esbuild").after(import_shared.CHAIN_ID.USE.SWC).end();
62
62
  }
63
63
  }
64
64
  }
@@ -22,12 +22,12 @@ async function applyDocgenWebpack(chain, options) {
22
22
  const resolveOptions = chain.toConfig().resolve;
23
23
  chain.module.rule(CHAIN_ID.RULE.JS).use("react-docgen").loader(loader).options({
24
24
  resolveOptions
25
- }).after(CHAIN_ID.USE.BABEL).after(CHAIN_ID.USE.ESBUILD).after(CHAIN_ID.USE.SWC).end();
25
+ }).after(CHAIN_ID.USE.BABEL).after("esbuild").after(CHAIN_ID.USE.SWC).end();
26
26
  const tsRuls = chain.module.rule(CHAIN_ID.RULE.TS);
27
27
  if (tsRuls.uses.values().length !== 0) {
28
28
  tsRuls.use("react-docgen").loader(loader).options({
29
29
  resolveOptions
30
- }).after(CHAIN_ID.USE.TS).after(CHAIN_ID.USE.ESBUILD).after(CHAIN_ID.USE.SWC).end();
30
+ }).after(CHAIN_ID.USE.TS).after("esbuild").after(CHAIN_ID.USE.SWC).end();
31
31
  }
32
32
  }
33
33
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@modern-js/storybook-builder",
3
- "version": "0.0.0-nightly-20240618170628",
3
+ "version": "0.0.0-nightly-20240620170644",
4
4
  "description": "modern.js support for storybook",
5
5
  "repository": {
6
6
  "type": "git",
@@ -51,8 +51,8 @@
51
51
  },
52
52
  "license": "MIT",
53
53
  "dependencies": {
54
- "@rsbuild/shared": "0.7.8",
55
- "@rsbuild/core": "0.7.8",
54
+ "@rsbuild/shared": "0.7.9",
55
+ "@rsbuild/core": "0.7.9",
56
56
  "@storybook/components": "~7.6.12",
57
57
  "@storybook/core-common": "~7.6.12",
58
58
  "@storybook/csf-plugin": "~7.6.12",
@@ -71,18 +71,18 @@
71
71
  "remark-slug": "^7.0.1",
72
72
  "serve-static": "^1.14.1",
73
73
  "tinypool": "^0.8.0",
74
- "@modern-js/uni-builder": "0.0.0-nightly-20240618170628",
75
- "@modern-js/core": "0.0.0-nightly-20240618170628",
76
- "@modern-js/runtime": "0.0.0-nightly-20240618170628",
77
- "@modern-js/utils": "0.0.0-nightly-20240618170628"
74
+ "@modern-js/uni-builder": "0.0.0-nightly-20240620170644",
75
+ "@modern-js/core": "0.0.0-nightly-20240620170644",
76
+ "@modern-js/runtime": "0.0.0-nightly-20240620170644",
77
+ "@modern-js/utils": "0.0.0-nightly-20240620170644"
78
78
  },
79
79
  "devDependencies": {
80
80
  "@storybook/types": "~7.6.12",
81
81
  "@types/babel__core": "^7.20.1",
82
82
  "@types/serve-static": "^1.13.10",
83
83
  "typescript": "^5.2.2",
84
- "@scripts/build": "0.0.0-nightly-20240618170628",
85
- "@modern-js/core": "0.0.0-nightly-20240618170628"
84
+ "@modern-js/core": "0.0.0-nightly-20240620170644",
85
+ "@scripts/build": "0.0.0-nightly-20240620170644"
86
86
  },
87
87
  "publishConfig": {
88
88
  "registry": "https://registry.npmjs.org/",