Skip to content

Commit

Permalink
Fix(Designer): Updated to Fluent V9 component to fix scroll (#6123)
Browse files Browse the repository at this point in the history
* started moving to v9 component

* api call works

* added value

* started test

* simplifying

* update to fix fluent ui bug

* component test passes

* fixed type error

* update version of fluent 9

* updated snapshots

* updated lockfile
  • Loading branch information
DanielleCogs authored Nov 19, 2024
1 parent ac3b09f commit ae3e44e
Show file tree
Hide file tree
Showing 19 changed files with 13,539 additions and 6,650 deletions.
2 changes: 1 addition & 1 deletion apps/Standalone/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"@fluentui/font-icons-mdl2": "8.5.13",
"@fluentui/foundation-legacy": "8.2.15",
"@fluentui/react": "8.110.2",
"@fluentui/react-components": "9.42.0",
"@fluentui/react-components": "9.56.0",
"@fluentui/react-focus": "8.8.19",
"@fluentui/react-hooks": "8.6.20",
"@fluentui/react-migration-v8-v9": "^9.6.6",
Expand Down
2 changes: 1 addition & 1 deletion apps/vs-code-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"dependencies": {
"@fluentui/azure-themes": "8.5.70",
"@fluentui/react": "8.110.2",
"@fluentui/react-components": "9.42.0",
"@fluentui/react-components": "9.56.0",
"@fluentui/react-hooks": "8.6.20",
"@microsoft/designer-ui": "workspace:*",
"@microsoft/logic-apps-chatbot": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion libs/chatbot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "5.3.0",
"dependencies": {
"@fluentui/react": "8.110.2",
"@fluentui/react-components": "9.42.0",
"@fluentui/react-components": "9.56.0",
"@fluentui/react-icons": "2.0.224",
"@microsoft/designer-ui": "workspace:*",
"@microsoft/logic-apps-designer": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion libs/data-mapper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"dependencies": {
"@fluentui/azure-themes": "8.5.70",
"@fluentui/react": "8.110.2",
"@fluentui/react-components": "9.42.0",
"@fluentui/react-components": "9.56.0",
"@fluentui/react-hooks": "8.6.20",
"@fluentui/react-icons": "2.0.224",
"@fluentui/react-migration-v8-v9": "^9.2.16",
Expand Down
2 changes: 1 addition & 1 deletion libs/designer-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "5.3.0",
"dependencies": {
"@fluentui/react": "8.110.2",
"@fluentui/react-components": "9.42.0",
"@fluentui/react-components": "9.56.0",
"@fluentui/react-hooks": "8.6.20",
"@fluentui/react-icons": "2.0.224",
"@fluentui/theme": "2.6.25",
Expand Down
Loading

0 comments on commit ae3e44e

Please sign in to comment.