storybook-builder-rsbuild 0.1.9 → 1.0.0

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 CHANGED
@@ -707,9 +707,6 @@ var start = async ({
707
707
  host: options.host,
708
708
  htmlFallback: false,
709
709
  printUrls: false
710
- },
711
- dev: {
712
- client: {}
713
710
  }
714
711
  }
715
712
  });
package/dist/index.mjs CHANGED
@@ -649,9 +649,6 @@ var start = async ({
649
649
  host: options.host,
650
650
  htmlFallback: false,
651
651
  printUrls: false
652
- },
653
- dev: {
654
- client: {}
655
652
  }
656
653
  }
657
654
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "storybook-builder-rsbuild",
3
- "version": "0.1.9",
3
+ "version": "1.0.0",
4
4
  "description": "Rsbuild builder for Storybook",
5
5
  "keywords": [
6
6
  "storybook",
@@ -62,9 +62,9 @@
62
62
  "@storybook/core-webpack": "^8.2.1",
63
63
  "browser-assert": "^1.2.1",
64
64
  "case-sensitive-paths-webpack-plugin": "^2.4.0",
65
- "cjs-module-lexer": "^1.4.1",
65
+ "cjs-module-lexer": "^1.4.3",
66
66
  "constants-browserify": "^1.0.0",
67
- "es-module-lexer": "^1.5.4",
67
+ "es-module-lexer": "^1.6.0",
68
68
  "find-cache-dir": "^5.0.0",
69
69
  "fs-extra": "^11.3.0",
70
70
  "magic-string": "^0.30.17",
@@ -85,7 +85,7 @@
85
85
  "@types/pretty-hrtime": "^1.0.3",
86
86
  "pretty-hrtime": "^1.0.3",
87
87
  "slash": "^5.1.0",
88
- "storybook": "8.5.0-beta.8",
88
+ "storybook": "8.5.8",
89
89
  "typescript": "^5.7.3"
90
90
  },
91
91
  "peerDependencies": {