@fluentui/web-components 3.0.0-rc.1 → 3.0.0-rc.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.
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-rc.1",
4
+ "version": "3.0.0-rc.3",
5
5
  "author": {
6
6
  "name": "Microsoft",
7
7
  "url": "https://discord.gg/FcSNfg4"
@@ -62,7 +62,7 @@
62
62
  "clean": "node ./scripts/clean dist",
63
63
  "generate-api": "api-extractor run --local",
64
64
  "build": "yarn compile && yarn rollup -c && yarn generate-api && yarn analyze",
65
- "lint": "ESLINT_USE_FLAT_CONFIG=false eslint . --ext .ts",
65
+ "lint": "eslint . --ext .ts",
66
66
  "lint:fix": "eslint . --ext .ts --fix",
67
67
  "format": "prettier -w src/**/*.{ts,html} src/*.{ts,html} --ignore-path ../../.prettierignore",
68
68
  "format:check": "yarn format -c",
@@ -76,11 +76,10 @@
76
76
  },
77
77
  "devDependencies": {
78
78
  "@custom-elements-manifest/analyzer": "0.10.10",
79
- "@fluentui/scripts-api-extractor": "*",
80
79
  "@microsoft/fast-element": "2.0.0",
81
80
  "@tensile-perf/web-components": "~0.2.2",
82
- "@storybook/html": "8.6.14",
83
- "@storybook/html-webpack5": "8.6.14",
81
+ "@storybook/html": "9.1.16",
82
+ "@storybook/html-vite": "9.1.16",
84
83
  "@wc-toolkit/cem-validator": "1.0.3",
85
84
  "@wc-toolkit/cem-inheritance": "1.2.2",
86
85
  "@wc-toolkit/module-path-resolver": "1.0.0",