Skip to content

Commit

Permalink
Mastercopy4 (#31)
Browse files Browse the repository at this point in the history
* stress-test: add "afterframe" dependency (microsoft#25560)

Previously stress-test used a "requestPostAnimationFrame" function that
is used to measure from just before style recalc, layout and paint are
executed to just afterward.

This change drops that function in favor of taking a dependency on
afterframe, a library that does the same thing.

* Fix: Update tabs to remain the same size between unselected and selected states (microsoft#25542)

* Add support to keep tabs from changing size when selected

* Update for naming and tests

* Rename update

* Update packages/react-components/react-tabs/src/components/TabList/TabList.types.ts

Co-authored-by: Sean Monahan <[email protected]>

Co-authored-by: Sean Monahan <[email protected]>

* chore: Add reduced-motion documentation to Spinner (microsoft#25561)

* chore: Add reduced-motion documentation to Spinner

* change file

* chore: Add documentation to Progress about reduced-motion (microsoft#25563)

* chore: Add documentation to Progress about reduced-motion

* change file

* stress-test: disable CSS transitions on injected styles (microsoft#25559)

This addresses an issue where Firefox's style recalculation measurement
becomes unstable when controls under test have CSS transitions.

Specifically, our test injects styles that update the background color
of selected controls and many Fluent controls transition the background
color for different states like "hover" and "focus".

With transitions running Firefox will sometimes include the transition
time in the style recalc measurement and sometimes not. Additionally,
Chromium browsers never include the transition time in the measurement.

Disabling transitions ensures measurement behavior is consistent in
Firefox and in alignment with the behavior of Chromium browsers.

* docs(rfcs): add triage automation rfc (microsoft#24817)

* chore: update beachball ignore list to apply to new project structure (microsoft#25531)

* bugfix(react-switch): adds line-height=0 to switch indicator slot (microsoft#25507)

* chore: add both options to useArrowNavigationGroup (microsoft#25568)

* chore: add both options to useArrowNavigationGroup

* chore: add changes

* chore: update api

* chore(vr-tests-v9): Convert Dialog and Image VR tests to CSF (microsoft#25527)

* chore: toolbar a11y improvements (microsoft#25562)

* feat: create vertical example

* chore: add navigation arrows for vertical scenario

* chore: add labels for all toolbar stories

* chore: update tooltip example

* chore: update radio example

* chore: update toolbar stories examples

* chore: add changes

* chore: use both in toolbar arrow key nav

* chore: update snapshot

* chore(react-dialog): migrate to new package structure (microsoft#25523)

Co-authored-by: Oleksandr Fediashov <[email protected]>

* chore(react-overflow): migrate to new package structure (microsoft#25524)

* Expand @fluentui/react root index file's export *s to uncover and fix duplicate exports. (microsoft#25545)

* expanding index.

* change.

* Replacing with inline deprecation exclusions.

* setting export * to warning.

* change.

* moving rules around.

* fix: v9 form controls with underline should have underline-specific disabled styling (microsoft#25543)

Updates disabled form styling for Input, Select, Spinbutton, Combobox, and Dropdown

* docs(public-docsite-v9): Adding a basic setup section to the SSR docs (microsoft#25564)

* applying package updates

* update regex

* updatE

* Update azure-pipelines.vrt-baseline.yml for Azure Pipelines

* Update azure-pipelines.vrt-baseline.yml for Azure Pipelines

* chore(deps): bump loader-utils from 2.0.0 to 2.0.3 (microsoft#25567)

Bumps [loader-utils](https://github.com/webpack/loader-utils) from 2.0.0 to 2.0.3.
- [Release notes](https://github.com/webpack/loader-utils/releases)
- [Changelog](https://github.com/webpack/loader-utils/blob/v2.0.3/CHANGELOG.md)
- [Commits](webpack/loader-utils@v2.0.0...v2.0.3)

---
updated-dependencies:
- dependency-name: loader-utils
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore: migrate @types/node to 14 to align with our supported node version (microsoft#25510)

* chore(deps): resolve only to 1 @types/node version to mitigate global leaks and api-generation errors

* fix(bundle-size): fix type errors exposed by node 14 typings

* fix(tools): fix type errors exposed by node 14 typings

* fix(typings): fix type errors exposed by node 14 typings

* revert:  use resolution for @types/node

* chore(ts-minbar-test-react): use @types/node 14 explicitly

* generate changefiles

* chore: dedupe deps

* fix(scripts): fix type errors exposed by node 14 typings

* test: replace deprecated module.parent with require.main within isConformance

* generate changefiles

* test(react): clean up persona-coin test and use isConformant without side-effects

* fix(storybook): fix theme picker current selection (microsoft#25533)

* update

* chore(vr-tests-v9): Convert Accordion VR tests to CSF (microsoft#25525)

* fix: Update Avatar active ring color to match base color (microsoft#25497)

* RFC: Field Package Layout (microsoft#25380)

* Feature: Added large tab size to react-tabs (microsoft#25577)

* Added large tab size

* yarn change

* Update vr-tests

* Code review fix

* feat(react-infobutton): Adding size prop, HCM styles, and updating styles to match design spec (microsoft#25519)

* updating styles and adding size prop

* updating comment

* adding requested changes

* fix: Adding expanded styles for MenuButtons and making various other styling fixes for Button components (microsoft#25521)

* fix: Adding expanded styles for MenuButtons and making various other styling fixes for Button components.

* Adding change file.

* Addressing PR feedback.

Co-authored-by: KHMakoto <[email protected]>

* chore: Clean up Field tests and story imports in preparation of moving to individual packages (microsoft#25594)

* Remove custom `isConformant` function for Field tests, and instead inline the customizations in each call to `isConformant`
* Disable the `exported-top-level` test because the components will be exported as e.g. `InputField_unstable` from the component packages.
* Change the stories to import from `@fluentui/react-components/unstable`, instead of the individual package.
* Rename the `FieldComponent` type to `FieldControl` to correspond to the `control` slot name.

* Tabs icon toggle (microsoft#25597)

* Added regular filled icon toggling

* yarn change

* chore: Refactor Field components into the base component's package (microsoft#25593)

Move Field components into their respective packages, as discussed in RFC microsoft#25380

* Update Component Implementation Epic template (microsoft#25480)

* update to use vrscreenshotdiff beta

* change lock file

* update package version

* applying package updates

* update pr pipeline to add v8

* PR to add tasks in pipeline for v9 VRT integration (microsoft#25606)

* fix: create valid export maps (microsoft#25558)

* generate changefiles

* chore(deps): bump socket.io-parser from 4.0.4 to 4.0.5 (microsoft#25604)

Bumps [socket.io-parser](https://github.com/socketio/socket.io-parser) from 4.0.4 to 4.0.5.
- [Release notes](https://github.com/socketio/socket.io-parser/releases)
- [Changelog](https://github.com/socketio/socket.io-parser/blob/main/CHANGELOG.md)
- [Commits](socketio/socket.io-parser@4.0.4...4.0.5)

---
updated-dependencies:
- dependency-name: socket.io-parser
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(react-dialog): removes unnecessary union case for DialogOpenChangeData (microsoft#25504)

* templatize

* update

* templatize

* updatE

* refactor(scripts): remove deprecated exec abstractions (microsoft#25569)

* fix(scripts): make eslint run again on pre-commit (microsoft#25537)

* feat(react-components): Move AvatarGroup to stable (microsoft#25005)

* update

* update version

* run partial tests

* update

* update

* update

* update

* update

* update

* updatE

* updatE

* update version

* update lock file

* update name

* update version

* add quotes

* docs: refactor Text documentation and add missing guidance for presets/alignment (microsoft#25587)

Fixes microsoft#24341
Fixes microsoft#25548

* update

* package version

* fix(react-menu): remove unwanted aria attributes on context menu (microsoft#25615)

* fix(react-menu): remove unwanted aria attributes on context menu

* chore: updates trigger selector for cypress tests

* remove unwanted param

* update

* applying package updates

* convert

* checkpoint

* add regex

* change convert script

* updates

* update sw version

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Sean Monahan <[email protected]>
Co-authored-by: Geoff Cox (Microsoft) <[email protected]>
Co-authored-by: tomi-msft <[email protected]>
Co-authored-by: Martin Hochel <[email protected]>
Co-authored-by: Bernardo Sunderhus <[email protected]>
Co-authored-by: chajun <[email protected]>
Co-authored-by: Tristan Watanabe <[email protected]>
Co-authored-by: Oleksandr Fediashov <[email protected]>
Co-authored-by: David Zearing <[email protected]>
Co-authored-by: Sarah Higley <[email protected]>
Co-authored-by: Esteban Munoz Facusse <[email protected]>
Co-authored-by: Fluent UI Build <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tudor Popa <[email protected]>
Co-authored-by: Ben Howell <[email protected]>
Co-authored-by: Makoto Morimoto <[email protected]>
Co-authored-by: KHMakoto <[email protected]>
Co-authored-by: Marcos Moura <[email protected]>
  • Loading branch information
19 people authored Nov 12, 2022
1 parent aed0db1 commit 99683c3
Show file tree
Hide file tree
Showing 665 changed files with 11,385 additions and 4,826 deletions.
47 changes: 47 additions & 0 deletions .devops/templates/runpublishvrscreenshot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
parameters:
- name: fluentVersion
type: string
default: v8
- name: storyPackageName
type: string
default: '@fluentui/vr-tests'
- name: storyPackagePath
type: string
default: 'apps/vr-tests'
- name: shouldbuildstorybookaddon
type: boolean
default: false

steps:
- task: Bash@3
inputs:
filePath: yarn-ci.sh
displayName: yarn (install packages)

- script: |
yarn workspace ${{ parameters.storyPackageName }} convert
displayName: Convert screener component to storywright
- ${{ if eq(parameters.shouldbuildstorybookaddon, 'true') }}:
- script: |
yarn build --to @fluentui/react-storybook-addon
displayName: Build react-storybook-addon
- script: |
yarn workspace ${{ parameters.storyPackageName }} screener:build
displayName: Build VR tests components package
- script: |
yarn workspace ${{ parameters.storyPackageName }} test:component --verbose
displayName: 'Run VR tests'
- script: |
mkdir -p screenshots
cp -rf ${{ parameters.storyPackagePath }}/dist/screenshots/*.png screenshots/
displayName: Collate Artifacts
- task: PublishBuildArtifacts@1
inputs:
PathtoPublish: 'screenshots'
ArtifactName: 'vrscreenshot${{ parameters.fluentVersion }}'
publishLocation: 'Container'
67 changes: 35 additions & 32 deletions .github/ISSUE_TEMPLATE/convergence_epic.md
Original file line number Diff line number Diff line change
@@ -1,48 +1,51 @@
---
name: (internal) Component convergence epic
about: (team member use only) Epic issue tracking convergence of a particular component
name: (internal) Component implementation epic
about: (team member use only) Epic issue tracking implementation of a particular component
---

<!--
These issues are used by core contributors to track the list of items that should be
completed as part of converging a component. More info can be found here: https://github.com/microsoft/fluentui/wiki/Component-Convergence-Guide
completed as part of creating a v9 component. More info can be found here: https://github.com/microsoft/fluentui/wiki/Component-Implementation-Guide
-->

## Preparation:
💡 When you create a PR for any of the checklist items, add a link to this Epic under the PR's **Related Issues** section.

- [ ] Open UI Research
## Preparation

- [ ] [Open UI Research](https://github.com/microsoft/fluentui/wiki/Component-Implementation-Guide#open-ui-research)
- [link to https://open-ui.org/]
- [ ] Open GitHub issues related to component
- [ ] [Open GitHub issues related to component](https://github.com/microsoft/fluentui/wiki/Component-Implementation-Guide#find-open-issues-on-github)
- [link to each issue]
- [ ] react-\* package scaffolded with the right ownership in CODEOWNERS
- [link to package / PR]
- [ ] Component Spec authored and reviewed
- [link to spec in component package / PR]
- [ ] [Create react-\* package and component from template](https://github.com/microsoft/fluentui/wiki/Component-Implementation-Guide#component-package)
- [link to package: https://github.com/microsoft/fluentui/tree/master/packages/react-components/react-(your-component)]
- [ ] (Optional) [Draft implementation](https://github.com/microsoft/fluentui/wiki/Component-Implementation-Guide#draft-implementation)
- [link to draft implementation, if applicable]
- [ ] [Component Spec authored](https://github.com/microsoft/fluentui/wiki/Component-Implementation-Guide#component-spec) and [reviewed](https://github.com/microsoft/fluentui/wiki/Component-Implementation-Guide#spec-review)

## Implementation

[link to react-* package folder]

- [ ] Component implementation
- [link(s) to component implementation related PRs]
- [ ] Storybook stories
- [link(s) to stories PRs]
- [ ] Add tests: Conformance, Unit, and VR -- add PRs to all
- [ ] Bundle size fixtures
- [ ] Conformance tests
- [ ] Unit tests
- [ ] VR tests
- [ ] Accessibility behavior tests
- [ ] Create an issue and run [manual accessibility tests](https://github.com/microsoft/fluentui/wiki/Manual-Accessibility-Review-Checklist): (issue link)
- [ ] Performance test scenario
- [ ] README.md covering basic usage
- [ ] MIGRATION.md guide (include v8 and v0)
- [ ] [Component implementation](https://github.com/microsoft/fluentui/wiki/Component-Implementation-Guide#implementation)
- [ ] Initial conformance and unit tests (validate basic functionality)
- [ ] [Initial documentation](https://github.com/microsoft/fluentui/wiki/Component-Implementation-Guide#documentation)
- [ ] [Storybook stories](https://github.com/microsoft/fluentui/wiki/Component-Implementation-Guide#storybook-stories)
- [ ] README.md covering basic usage
- [ ] MIGRATION.md guide (include v8 and v0)
- [ ] [Component released as unstable](https://github.com/microsoft/fluentui/wiki/Component-Implementation-Guide#unstable-release) from `@fluentui/react-components/unstable`

## Validation

- [ ] Add and validate in UI Builder
- [ ] Add and validate in docs site
- [ ] Validate with token pipeline
- [ ] Validate in product
- [ ] Finalize migration guide
- [ ] Author codemods
- [ ] [Add tests](https://github.com/microsoft/fluentui/wiki/Component-Implementation-Guide#tests)
- [ ] Unit and conformance tests
- [ ] VR tests
- [ ] Bundle size fixtures
- [ ] Performance test scenario
- [ ] Accessibility behavior tests
- [ ] Create an issue and run [manual accessibility tests](https://github.com/microsoft/fluentui/wiki/Manual-Accessibility-Review-Checklist): [link to issue]
- [ ] [Validate with partners](https://github.com/microsoft/fluentui/wiki/Component-Implementation-Guide#validation)
- [ ] [Finalize documentation](https://github.com/microsoft/fluentui/wiki/Component-Implementation-Guide#finalize-documentation)
- [ ] Review and add any missing storybook stories
- [ ] Finalize migration guide
- [ ] [Component released as stable](https://github.com/microsoft/fluentui/wiki/Component-Implementation-Guide#stable-release) from `@fluentui/react-components`
- [ ] Ensure exports are removed from from `@fluentui/react-components/unstable`
- [ ] In package.json: Remove the alpha/beta tag from the version number in package.json
- [ ] In package.json: Change beachball's `disallowedChangeTypes` to `"major", "prerelease"`
10 changes: 5 additions & 5 deletions apps/perf-test-react-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
},
"dependencies": {
"@griffel/core": "^1.8.1",
"@fluentui/react-avatar": "^9.2.5",
"@fluentui/react-button": "^9.1.7",
"@fluentui/react-provider": "^9.1.6",
"@fluentui/react-spinbutton": "^9.0.7",
"@fluentui/react-theme": "^9.1.1",
"@fluentui/react-avatar": "^9.2.6",
"@fluentui/react-button": "^9.1.8",
"@fluentui/react-provider": "^9.1.7",
"@fluentui/react-spinbutton": "^9.0.8",
"@fluentui/react-theme": "^9.1.2",
"@fluentui/scripts": "^1.0.0",
"@microsoft/load-themed-styles": "^1.10.26",
"flamegrill": "0.2.0",
Expand Down
4 changes: 2 additions & 2 deletions apps/perf-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"@fluentui/eslint-plugin": "*"
},
"dependencies": {
"@fluentui/example-data": "^8.4.2",
"@fluentui/react": "^8.100.0",
"@fluentui/example-data": "^8.4.3",
"@fluentui/react": "^8.101.0",
"@fluentui/scripts": "^1.0.0",
"@microsoft/load-themed-styles": "^1.10.26",
"flamegrill": "0.2.0",
Expand Down
16 changes: 8 additions & 8 deletions apps/public-docsite-resources/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,20 +27,20 @@
"update-snapshots": "just-scripts jest -u"
},
"devDependencies": {
"@fluentui/api-docs": "^8.2.3",
"@fluentui/api-docs": "^8.2.4",
"@fluentui/eslint-plugin": "*",
"@fluentui/scripts": "^1.0.0"
},
"dependencies": {
"@fluentui/react": "^8.100.0",
"@fluentui/react": "^8.101.0",
"@fluentui/react-examples": "^8.34.4",
"@microsoft/load-themed-styles": "^1.10.26",
"@fluentui/azure-themes": "^8.5.22",
"@fluentui/react-docsite-components": "^8.10.22",
"@fluentui/font-icons-mdl2": "^8.5.2",
"@fluentui/set-version": "^8.2.2",
"@fluentui/theme-samples": "^8.7.22",
"@fluentui/react-monaco-editor": "^1.7.22",
"@fluentui/azure-themes": "^8.5.23",
"@fluentui/react-docsite-components": "^8.10.23",
"@fluentui/font-icons-mdl2": "^8.5.3",
"@fluentui/set-version": "^8.2.3",
"@fluentui/theme-samples": "^8.7.23",
"@fluentui/react-monaco-editor": "^1.7.23",
"office-ui-fabric-core": "^11.0.0",
"react": "17.0.2",
"react-dom": "17.0.2",
Expand Down
6 changes: 3 additions & 3 deletions apps/public-docsite-v9/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@
"@fluentui/scripts": "^1.0.0"
},
"dependencies": {
"@fluentui/react": "^8.100.0",
"@fluentui/react": "^8.101.0",
"@fluentui/react-northstar": "^0.64.0",
"@fluentui/react-icons-northstar": "^0.64.0",
"@fluentui/scripts": "^1.0.0",
"@fluentui/storybook": "^1.0.0",
"@fluentui/react-components": "^9.6.3",
"@fluentui/react-components": "^9.7.0",
"@fluentui/react-storybook-addon": "^9.0.0-rc.1",
"@fluentui/react-theme": "^9.1.1",
"@fluentui/react-theme": "^9.1.2",
"@griffel/react": "^1.4.2",
"react": "17.0.2",
"react-dom": "17.0.2",
Expand Down
59 changes: 59 additions & 0 deletions apps/public-docsite-v9/src/Concepts/SSR/SSR.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,65 @@ import { SSRDefaultOpen } from './MenuSSRDefaultOpen.stories';

Fluent UI React v9 fully supports Server-Side Rendering.

### Basic setup

For any setup using SSR, you need to provide a `RendererProvider`, `SSRProvider` and `ThemeProvider` in the root file of your app. If these providers are not added, there will be issues when hydrating. See the following example:

```tsx
import * as React from 'react';
import * as ReactDOM from 'react-dom/server';
import {
createDOMRenderer,
FluentProvider,
makeStyles,
RendererProvider,
renderToStyleElements,
SSRProvider,
webLightTheme,
} from '@fluentui/react-components';

const useExampleStyles = makeStyles({
root: {
color: 'red',
},
});

const ExampleComponent: React.FC = () => {
const classes = useExampleStyles();

return <div className={classes.root}>Hello world</div>;
};

const server = express();

server.get('/', (req, res) => {
const renderer = createDOMRenderer();

const html = ReactDOM.renderToString(
<RendererProvider renderer={renderer}>
<SSRProvider>
<FluentProvider theme={webLightTheme}>
<ExampleComponent />
</FluentProvider>
</SSRProvider>
</RendererProvider>,
);

res.send(`
<html>
<head>
${renderToStyleElements(renderer)}
</head>
<body>
<div id="root">${html}</div>
</body>
</html>
`);
});

server.listen(3000, 'localhost');
```

### Next.js

For basic instructions on getting Next.js set up, see [Getting Started](https://nextjs.org/docs/getting-started).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,18 @@ const useStyles = makeStyles({
*/
export const ThemePicker: React.FC<{ selectedThemeId?: string }> = ({ selectedThemeId }) => {
const styles = useStyles();
const [currentThemeId, setCurrentThemeId] = React.useState(selectedThemeId ?? null);

const setGlobalTheme = (themeId: ThemeIds): void => {
addons.getChannel().emit('updateGlobals', { globals: { [THEME_ID]: themeId } });
};
const onCheckedValueChange: MenuProps['onCheckedValueChange'] = (e, data) => {
setGlobalTheme(data.checkedItems[0] as ThemeIds);
const newThemeId = data.checkedItems[0] as ThemeIds;
setGlobalTheme(newThemeId);
setCurrentThemeId(newThemeId);
};

const selectedTheme = themes.find(theme => theme.id === selectedThemeId);
const selectedTheme = themes.find(theme => theme.id === currentThemeId);

return (
<Menu
Expand Down
28 changes: 14 additions & 14 deletions apps/public-docsite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,27 +23,27 @@
},
"license": "MIT",
"devDependencies": {
"@fluentui/common-styles": "^1.2.11",
"@fluentui/common-styles": "^1.2.12",
"@fluentui/eslint-plugin": "*",
"@fluentui/react-monaco-editor": "^1.7.22",
"@fluentui/react-monaco-editor": "^1.7.23",
"@fluentui/scripts": "^1.0.0",
"write-file-webpack-plugin": "^4.1.0"
},
"dependencies": {
"@fluentui/font-icons-mdl2": "^8.5.2",
"@fluentui/font-icons-mdl2": "^8.5.3",
"@fluentui/public-docsite-resources": "^8.1.41",
"@fluentui/public-docsite-setup": "^0.3.12",
"@fluentui/react": "^8.100.0",
"@fluentui/react-docsite-components": "^8.10.22",
"@fluentui/public-docsite-setup": "^0.3.13",
"@fluentui/react": "^8.101.0",
"@fluentui/react-docsite-components": "^8.10.23",
"@fluentui/react-examples": "^8.34.4",
"@fluentui/react-experiments": "^8.14.17",
"@fluentui/react-file-type-icons": "^8.8.0",
"@fluentui/react-icons-mdl2": "^1.3.25",
"@fluentui/react-icons-mdl2-branded": "^1.2.26",
"@fluentui/set-version": "^8.2.2",
"@fluentui/theme": "^2.6.17",
"@fluentui/theme-samples": "^8.7.22",
"@fluentui/utilities": "^8.13.2",
"@fluentui/react-experiments": "^8.14.18",
"@fluentui/react-file-type-icons": "^8.8.1",
"@fluentui/react-icons-mdl2": "^1.3.26",
"@fluentui/react-icons-mdl2-branded": "^1.2.27",
"@fluentui/set-version": "^8.2.3",
"@fluentui/theme": "^2.6.18",
"@fluentui/theme-samples": "^8.7.23",
"@fluentui/utilities": "^8.13.3",
"@microsoft/load-themed-styles": "^1.10.26",
"office-ui-fabric-core": "^11.0.0",
"react": "17.0.2",
Expand Down
4 changes: 2 additions & 2 deletions apps/react-18-tests-v8/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"swc-loader": "^0.2.3"
},
"dependencies": {
"@fluentui/react": "^8.100.0",
"@fluentui/react-hooks": "^8.6.12",
"@fluentui/react": "^8.101.0",
"@fluentui/react-hooks": "^8.6.13",
"react": "18.2.0",
"react-dom": "18.2.0",
"tslib": "^2.1.0"
Expand Down
6 changes: 3 additions & 3 deletions apps/react-18-tests-v9/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
"swc-loader": "^0.2.3"
},
"dependencies": {
"@fluentui/react-button": "^9.1.7",
"@fluentui/react-provider": "^9.1.6",
"@fluentui/react-theme": "^9.1.1",
"@fluentui/react-button": "^9.1.8",
"@fluentui/react-provider": "^9.1.7",
"@fluentui/react-theme": "^9.1.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"tslib": "^2.1.0"
Expand Down
2 changes: 1 addition & 1 deletion apps/ssr-tests-v9/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"type-check": "tsc -b tsconfig.json"
},
"dependencies": {
"@fluentui/react-components": "^9.6.3"
"@fluentui/react-components": "^9.7.0"
},
"devDependencies": {
"@fluentui/eslint-plugin": "*",
Expand Down
2 changes: 1 addition & 1 deletion apps/ssr-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"license": "MIT",
"devDependencies": {
"@fluentui/react": "^8.100.0",
"@fluentui/react": "^8.101.0",
"@microsoft/load-themed-styles": "^1.10.26",
"@types/mocha": "^7.0.2",
"@fluentui/scripts": "^1.0.0",
Expand Down
5 changes: 3 additions & 2 deletions apps/stress-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,12 @@
"type-check": "tsc -b tsconfig.type.json"
},
"dependencies": {
"@fluentui/react": "^8.100.0",
"@fluentui/react-components": "^9.6.3",
"@fluentui/react": "^8.101.0",
"@fluentui/react-components": "^9.7.0",
"@fluentui/react-icons": "^2.0.175",
"@fluentui/web-components": "^2.5.8",
"@microsoft/fast-element": "^1.10.4",
"afterframe": "1.0.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"random-seedable": "1.0.8"
Expand Down
Loading

0 comments on commit 99683c3

Please sign in to comment.