@modern-js/storybook-builder 0.0.0-next-20231130082413 → 0.0.0-next-20231204061803

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.
@@ -260,7 +260,7 @@ function applyExternals(builderConfig) {
260
260
  }
261
261
  }, {
262
262
  output: {
263
- externals: import_globals.globalsNameReferenceMap
263
+ externals: import_globals.globals
264
264
  }
265
265
  });
266
266
  builderConfig.output = config.output;
@@ -16,7 +16,7 @@ import {
16
16
  readTemplate,
17
17
  loadPreviewOrConfigFile
18
18
  } from "@storybook/core-common";
19
- import { globalsNameReferenceMap } from "@storybook/preview/globals";
19
+ import { globals } from "@storybook/preview/globals";
20
20
  import { unplugin as csfPlugin } from "@storybook/csf-plugin";
21
21
  import { minimatch } from "minimatch";
22
22
  import {
@@ -268,7 +268,7 @@ function applyExternals(builderConfig) {
268
268
  },
269
269
  {
270
270
  output: {
271
- externals: globalsNameReferenceMap
271
+ externals: globals
272
272
  }
273
273
  }
274
274
  );
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@modern-js/storybook-builder",
3
- "version": "0.0.0-next-20231130082413",
3
+ "version": "0.0.0-next-20231204061803",
4
4
  "description": "modern.js support for storybook",
5
5
  "repository": {
6
6
  "type": "git",
@@ -52,17 +52,17 @@
52
52
  "license": "MIT",
53
53
  "dependencies": {
54
54
  "@rspack/dev-client": "0.4.1",
55
- "@storybook/components": "^7.6.1",
56
- "@storybook/core-common": "^7.6.1",
57
- "@storybook/csf-plugin": "^7.6.1",
55
+ "@storybook/components": "^7.5.1",
56
+ "@storybook/core-common": "^7.5.1",
57
+ "@storybook/csf-plugin": "^7.5.1",
58
58
  "@storybook/global": "^5.0.0",
59
59
  "@storybook/mdx1-csf": "^1.0.0",
60
60
  "@storybook/mdx2-csf": "^1.1.0",
61
- "@storybook/preview": "^7.6.1",
62
- "@storybook/preview-api": "^7.6.1",
61
+ "@storybook/preview": "^7.5.1",
62
+ "@storybook/preview-api": "^7.5.1",
63
63
  "@storybook/react-docgen-typescript-plugin": "1.0.6--canary.9.0c3f3b7.0",
64
- "@storybook/router": "^7.6.1",
65
- "@storybook/theming": "^7.6.1",
64
+ "@storybook/router": "^7.5.1",
65
+ "@storybook/theming": "^7.5.1",
66
66
  "ast-types": "^0.14.2",
67
67
  "minimatch": "^9.0.3",
68
68
  "react-docgen": "6.0.0-alpha.3",
@@ -71,26 +71,26 @@
71
71
  "serve-static": "^1.14.1",
72
72
  "tinypool": "^0.8.0",
73
73
  "webpack-hot-middleware": "^2.25.4",
74
- "@modern-js/builder-shared": "0.0.0-next-20231130082413",
75
- "@modern-js/core": "0.0.0-next-20231130082413",
76
- "@modern-js/builder": "0.0.0-next-20231130082413",
77
- "@modern-js/runtime": "0.0.0-next-20231130082413",
78
- "@modern-js/utils": "0.0.0-next-20231130082413"
74
+ "@modern-js/core": "0.0.0-next-20231204061803",
75
+ "@modern-js/builder-shared": "0.0.0-next-20231204061803",
76
+ "@modern-js/builder": "0.0.0-next-20231204061803",
77
+ "@modern-js/runtime": "0.0.0-next-20231204061803",
78
+ "@modern-js/utils": "0.0.0-next-20231204061803"
79
79
  },
80
80
  "devDependencies": {
81
- "@storybook/types": "^7.6.1",
81
+ "@storybook/types": "^7.5.1",
82
82
  "@types/babel__core": "^7.20.1",
83
83
  "@types/serve-static": "^1.13.10",
84
84
  "@types/webpack-hot-middleware": "^2.25.6",
85
85
  "typescript": "^5.2.2",
86
- "@modern-js/builder-rspack-provider": "0.0.0-next-20231130082413",
87
- "@modern-js/core": "0.0.0-next-20231130082413",
88
- "@scripts/build": "0.0.0-next-20231130082413",
89
- "@modern-js/builder-webpack-provider": "0.0.0-next-20231130082413"
86
+ "@modern-js/builder-rspack-provider": "0.0.0-next-20231204061803",
87
+ "@modern-js/core": "0.0.0-next-20231204061803",
88
+ "@modern-js/builder-webpack-provider": "0.0.0-next-20231204061803",
89
+ "@scripts/build": "0.0.0-next-20231204061803"
90
90
  },
91
91
  "peerDependencies": {
92
- "@modern-js/builder-webpack-provider": "0.0.0-next-20231130082413",
93
- "@modern-js/builder-rspack-provider": "0.0.0-next-20231130082413"
92
+ "@modern-js/builder-webpack-provider": "0.0.0-next-20231204061803",
93
+ "@modern-js/builder-rspack-provider": "0.0.0-next-20231204061803"
94
94
  },
95
95
  "peerDependenciesMeta": {
96
96
  "@modern-js/builder-webpack-provider": {