@fluentui/web-components 3.0.0-beta.54 → 3.0.0-beta.55

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@fluentui/web-components",
3
3
  "description": "A library of Fluent Web Components",
4
- "version": "3.0.0-beta.54",
4
+ "version": "3.0.0-beta.55",
5
5
  "author": {
6
6
  "name": "Microsoft",
7
7
  "url": "https://discord.gg/FcSNfg4"
@@ -238,9 +238,9 @@
238
238
  "format": "prettier -w src/**/*.{ts,html} --ignore-path ../../.prettierignore",
239
239
  "format:check": "yarn format -c",
240
240
  "code-style": "yarn format:check && yarn lint",
241
- "start": "yarn start-storybook -p 6006 --docs --no-manager-cache",
242
- "start-storybook": "node node_modules/@storybook/html/bin/index",
243
- "build-storybook": "node node_modules/@storybook/html/bin/build -o ./dist/storybook --docs",
241
+ "start": "yarn start-storybook -p 6006 --docs",
242
+ "start-storybook": "storybook dev",
243
+ "build-storybook": "storybook build -o ./dist/storybook --docs",
244
244
  "e2e": "playwright test",
245
245
  "test:dev": "playwright test"
246
246
  },
@@ -248,7 +248,8 @@
248
248
  "@microsoft/fast-element": "2.0.0-beta.26",
249
249
  "@tensile-perf/web-components": "~0.2.0",
250
250
  "@types/web": "^0.0.142",
251
- "@storybook/html": "6.5.15",
251
+ "@storybook/html": "7.6.20",
252
+ "@storybook/html-webpack5": "7.6.20",
252
253
  "chromedriver": "^125.0.0"
253
254
  },
254
255
  "dependencies": {