storybook 9.0.0-beta.1 → 9.0.0-beta.3

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.
@@ -1197,6 +1197,7 @@ interface CLIOptions extends CLIBaseOptions {
1197
1197
  webpackStatsJson?: string | boolean;
1198
1198
  statsJson?: string | boolean;
1199
1199
  outputDir?: string;
1200
+ previewOnly?: boolean;
1200
1201
  }
1201
1202
  interface BuilderOptions {
1202
1203
  configType?: 'DEVELOPMENT' | 'PRODUCTION';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "storybook",
3
- "version": "9.0.0-beta.1",
3
+ "version": "9.0.0-beta.3",
4
4
  "description": "Storybook framework-agnostic API",
5
5
  "keywords": [
6
6
  "storybook"
@@ -637,16 +637,13 @@
637
637
  "@testing-library/dom": "10.4.0",
638
638
  "@testing-library/jest-dom": "^6.6.3",
639
639
  "@testing-library/user-event": "^14.6.1",
640
- "@types/uuid": "^9.0.1",
641
640
  "@vitest/expect": "3.0.9",
642
641
  "@vitest/spy": "3.0.9",
643
642
  "better-opn": "^3.0.2",
644
643
  "esbuild": "^0.18.0 || ^0.19.0 || ^0.20.0 || ^0.21.0 || ^0.22.0 || ^0.23.0 || ^0.24.0 || ^0.25.0",
645
644
  "esbuild-register": "^3.5.0",
646
- "polished": "^4.2.2",
647
645
  "recast": "^0.23.5",
648
646
  "semver": "^7.6.2",
649
- "uuid": "^9.0.0",
650
647
  "ws": "^8.18.0"
651
648
  },
652
649
  "devDependencies": {