From 9f96ffcee77c0e403dd46024a02143f3dd667c94 Mon Sep 17 00:00:00 2001 From: jack-vinitsky <74683257+jack-vinitsky@users.noreply.github.com> Date: Tue, 28 Jan 2025 14:25:28 -0500 Subject: [PATCH 1/3] Update initializeIcons function to load from new cdn. Default CDN being loaded was decommissioned on January 15, 2025. --- frontend/src/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ( From 95ed503e0c5e4b2cdf207f23be87da697999774c Mon Sep 17 00:00:00 2001 From: jack-vinitsky <74683257+jack-vinitsky@users.noreply.github.com> Date: Mon, 3 Feb 2025 14:27:08 -0500 Subject: [PATCH 2/3] Update package.json reference to updated @fluentui/react As per CDN issue fix in https://github.com/microsoft/fluentui/issues/33612 --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", From ec4f8e91c61ff138c794c26d01404554e9903458 Mon Sep 17 00:00:00 2001 From: jack-vinitsky <74683257+jack-vinitsky@users.noreply.github.com> Date: Mon, 3 Feb 2025 15:35:48 -0500 Subject: [PATCH 3/3] Updated fluentui/react version to match package.json --- frontend/package-lock.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",