diff --git a/frontend/package-lock.json b/frontend/package-lock.json index f31ecd15d4..c62a6f1888 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -8,7 +8,7 @@ "name": "frontend", "version": "0.0.0", "dependencies": { - "@fluentui/react": "^8.105.3", + "@fluentui/react": "^8.109.0", "@fluentui/react-hooks": "^8.6.29", "@fluentui/react-icons": "^2.0.195", "dompurify": "^3.0.8", diff --git a/frontend/package.json b/frontend/package.json index 83f7e24f78..a80458e7e0 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -15,7 +15,7 @@ "format": "npm run prettier:fix && npm run lint:fix" }, "dependencies": { - "@fluentui/react": "^8.105.3", + "@fluentui/react": "^8.109.0", "@fluentui/react-hooks": "^8.6.29", "@fluentui/react-icons": "^2.0.195", "dompurify": "^3.0.8", diff --git a/frontend/src/index.tsx b/frontend/src/index.tsx index a275b36ecd..3ea5249418 100644 --- a/frontend/src/index.tsx +++ b/frontend/src/index.tsx @@ -10,7 +10,7 @@ import { AppStateProvider } from './state/AppProvider' import './index.css' -initializeIcons() +initializeIcons("https://res.cdn.office.net/files/fabric-cdn-prod_20241209.001/assets/icons/") export default function App() { return (