@fluentui/web-components 3.0.0-beta.32 → 3.0.0-beta.34

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.32",
4
+ "version": "3.0.0-beta.34",
5
5
  "author": {
6
6
  "name": "Microsoft",
7
7
  "url": "https://discord.gg/FcSNfg4"
@@ -216,19 +216,21 @@
216
216
  "test:dev": "playwright test"
217
217
  },
218
218
  "devDependencies": {
219
+ "@microsoft/fast-element": "2.0.0-beta.26",
219
220
  "@types/web": "^0.0.142",
220
221
  "@storybook/html": "6.5.15",
221
222
  "@tensile-perf/web-components": "~0.1.15",
222
223
  "chromedriver": "^125.0.0"
223
224
  },
224
225
  "dependencies": {
225
- "@microsoft/fast-element": "2.0.0-beta.26",
226
226
  "@microsoft/fast-web-utilities": "^6.0.0",
227
- "@floating-ui/dom": "^1.2.0",
228
227
  "@fluentui/tokens": "1.0.0-alpha.16",
229
228
  "tabbable": "^6.2.0",
230
229
  "tslib": "^2.1.0"
231
230
  },
231
+ "peerDependencies": {
232
+ "@microsoft/fast-element": "2.0.0-beta.26"
233
+ },
232
234
  "beachball": {
233
235
  "disallowedChangeTypes": [
234
236
  "major",