storybook-web-components-rsbuild 3.3.3 → 3.3.4

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.
@@ -1,10 +1,10 @@
1
- import CJS_COMPAT_NODE_URL_e8c3458cfea6e8e5 from 'node:url';
2
- import CJS_COMPAT_NODE_PATH_e8c3458cfea6e8e5 from 'node:path';
3
- import CJS_COMPAT_NODE_MODULE_e8c3458cfea6e8e5 from "node:module";
1
+ import CJS_COMPAT_NODE_URL_b5d8fc82f93eacbb from 'node:url';
2
+ import CJS_COMPAT_NODE_PATH_b5d8fc82f93eacbb from 'node:path';
3
+ import CJS_COMPAT_NODE_MODULE_b5d8fc82f93eacbb from "node:module";
4
4
 
5
- var __filename = CJS_COMPAT_NODE_URL_e8c3458cfea6e8e5.fileURLToPath(import.meta.url);
6
- var __dirname = CJS_COMPAT_NODE_PATH_e8c3458cfea6e8e5.dirname(__filename);
7
- var require = CJS_COMPAT_NODE_MODULE_e8c3458cfea6e8e5.createRequire(import.meta.url);
5
+ var __filename = CJS_COMPAT_NODE_URL_b5d8fc82f93eacbb.fileURLToPath(import.meta.url);
6
+ var __dirname = CJS_COMPAT_NODE_PATH_b5d8fc82f93eacbb.dirname(__filename);
7
+ var require = CJS_COMPAT_NODE_MODULE_b5d8fc82f93eacbb.createRequire(import.meta.url);
8
8
 
9
9
  // ------------------------------------------------------------
10
10
  // end of CJS compatibility banner, injected by Storybook's esbuild configuration
package/dist/preset.js CHANGED
@@ -1,10 +1,10 @@
1
- import CJS_COMPAT_NODE_URL_e8c3458cfea6e8e5 from 'node:url';
2
- import CJS_COMPAT_NODE_PATH_e8c3458cfea6e8e5 from 'node:path';
3
- import CJS_COMPAT_NODE_MODULE_e8c3458cfea6e8e5 from "node:module";
1
+ import CJS_COMPAT_NODE_URL_b5d8fc82f93eacbb from 'node:url';
2
+ import CJS_COMPAT_NODE_PATH_b5d8fc82f93eacbb from 'node:path';
3
+ import CJS_COMPAT_NODE_MODULE_b5d8fc82f93eacbb from "node:module";
4
4
 
5
- var __filename = CJS_COMPAT_NODE_URL_e8c3458cfea6e8e5.fileURLToPath(import.meta.url);
6
- var __dirname = CJS_COMPAT_NODE_PATH_e8c3458cfea6e8e5.dirname(__filename);
7
- var require = CJS_COMPAT_NODE_MODULE_e8c3458cfea6e8e5.createRequire(import.meta.url);
5
+ var __filename = CJS_COMPAT_NODE_URL_b5d8fc82f93eacbb.fileURLToPath(import.meta.url);
6
+ var __dirname = CJS_COMPAT_NODE_PATH_b5d8fc82f93eacbb.dirname(__filename);
7
+ var require = CJS_COMPAT_NODE_MODULE_b5d8fc82f93eacbb.createRequire(import.meta.url);
8
8
 
9
9
  // ------------------------------------------------------------
10
10
  // end of CJS compatibility banner, injected by Storybook's esbuild configuration
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "storybook-web-components-rsbuild",
3
- "version": "3.3.3",
3
+ "version": "3.3.4",
4
4
  "description": "Storybook for web component and Rsbuild: Develop React Component in isolation with Hot Reloading.",
5
5
  "keywords": [
6
6
  "storybook",
@@ -42,20 +42,20 @@
42
42
  "!src/**/*"
43
43
  ],
44
44
  "dependencies": {
45
- "@storybook/web-components": "^10.3.4",
46
- "storybook-builder-rsbuild": "3.3.3"
45
+ "@storybook/web-components": "^10.3.5",
46
+ "storybook-builder-rsbuild": "3.3.4"
47
47
  },
48
48
  "devDependencies": {
49
- "@rsbuild/core": "^2.0.0-rc.0",
49
+ "@rsbuild/core": "^2.0.5",
50
50
  "@types/node": "^22.0.0",
51
- "lit": "^3.3.2",
52
- "storybook": "10.3.4",
51
+ "lit": "^3.3.3",
52
+ "storybook": "10.3.5",
53
53
  "typescript": "^5.9.3"
54
54
  },
55
55
  "peerDependencies": {
56
56
  "@rsbuild/core": "^1.5.0 || ^2.0.0-0",
57
57
  "lit": "^2.0.0 || ^3.0.0",
58
- "storybook": "^10.1.0"
58
+ "storybook": "^10.3.5"
59
59
  },
60
60
  "engines": {
61
61
  "node": ">=18.0.0"