Skip to content

Commit

Permalink
merge master
Browse files Browse the repository at this point in the history
  • Loading branch information
ling1726 committed Oct 24, 2023
2 parents 4e90394 + b7a9cdc commit 6191784
Show file tree
Hide file tree
Showing 4 changed files with 819 additions and 766 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@babel/preset-env": "^7.21.5",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.21.5",
"@fluentui/react-components": "^9.25.1",
"@fluentui/react-components": "^9.30.0",
"@griffel/shadow-dom": "~0.1.0",
"@nx/devkit": "16.1.4",
"@nx/eslint-plugin": "16.1.4",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ describe('create-package generator', () => {
const pkgJson = readJson(tree, paths.packageJson);
expect(pkgJson.peerDependencies).toMatchInlineSnapshot(`
{
"@fluentui/react-components": ">=9.25.1 <10.0.0",
"@fluentui/react-components": ">=9.35.1 <10.0.0",
"@types/react": ">=16.8.0 <19.0.0",
"@types/react-dom": ">=16.8.0 <19.0.0",
"react": ">=16.8.0 <19.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-data-grid-react-window/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# @fluentui-contrib/react-chat
# @fluentui-contrib/react-data-grid-react-window

A variant of the Fluent UI [DataGrid](https://react.fluentui.dev/?path=/docs/components-datagrid--default) that is
virtualized using [react-window](https://react-window.vercel.app/#/examples/list/fixed-size).
Expand Down
Loading

0 comments on commit 6191784

Please sign in to comment.