diff --git a/package-lock.json b/package-lock.json index f992df5d2..c490f18ce 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@docusaurus/theme-mermaid": "3.5.2", "@easyops-cn/docusaurus-search-local": "0.44.5", "@fontsource/noto-sans": "5.1.0", - "@icons-pack/react-simple-icons": "9.5.0", + "@icons-pack/react-simple-icons": "10.0.0", "@img-comparison-slider/react": "8.0.2", "@mdi/js": "7.4.47", "@mdi/react": "1.6.1", @@ -2783,9 +2783,9 @@ "devOptional": true }, "node_modules/@icons-pack/react-simple-icons": { - "version": "9.5.0", - "resolved": "https://registry.npmjs.org/@icons-pack/react-simple-icons/-/react-simple-icons-9.5.0.tgz", - "integrity": "sha512-+y7GW8magFYS4bmlInrsW1q6NOy0dd3eNwjKashlg9hyhPF6PKTWB401qkXaH23mieb5TMMyf/U4mDDPfrjgGQ==", + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/@icons-pack/react-simple-icons/-/react-simple-icons-10.0.0.tgz", + "integrity": "sha512-oU0PVDx9sbNQjRxJN555dsHbRApYN+aBq/O9+wo3JgNkEfvBMgAEtsSGtXWWXQsLAxJcYiFOCzBWege/Xj/JFQ==", "license": "MIT", "peerDependencies": { "react": "^16.13 || ^17 || ^18" @@ -5200,9 +5200,9 @@ } }, "node_modules/caniuse-lite": { - "version": "1.0.30001617", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001617.tgz", - "integrity": "sha512-mLyjzNI9I+Pix8zwcrpxEbGlfqOkF9kM3ptzmKNw5tizSyYwMe+nGLTqMK9cO+0E+Bh6TsBxNAaHWEM8xwSsmA==", + "version": "1.0.30001671", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001671.tgz", + "integrity": "sha512-jocyVaSSfXg2faluE6hrWkMgDOiULBMca4QLtDT39hw1YxaIPHWc1CcTCKkPmHgGH6tKji6ZNbMSmUAvENf2/A==", "funding": [ { "type": "opencollective", @@ -5216,7 +5216,8 @@ "type": "github", "url": "https://github.com/sponsors/ai" } - ] + ], + "license": "CC-BY-4.0" }, "node_modules/ccount": { "version": "2.0.1", diff --git a/package.json b/package.json index c88088b02..2f352c64c 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "@docusaurus/theme-mermaid": "3.5.2", "@easyops-cn/docusaurus-search-local": "0.44.5", "@fontsource/noto-sans": "5.1.0", - "@icons-pack/react-simple-icons": "9.5.0", + "@icons-pack/react-simple-icons": "10.0.0", "@img-comparison-slider/react": "8.0.2", "@mdi/js": "7.4.47", "@mdi/react": "1.6.1", diff --git a/src/components/common/PlatformIcon.tsx b/src/components/common/PlatformIcon.tsx index 9366de677..f9ce085f6 100644 --- a/src/components/common/PlatformIcon.tsx +++ b/src/components/common/PlatformIcon.tsx @@ -17,8 +17,7 @@ import { SiLinux, SiRoku, SiSailfishos, - SiUbuntu, - SiWindows + SiUbuntu } from '@icons-pack/react-simple-icons'; import Icon from '@mdi/react'; import { mdiMonitor, mdiWeb } from '@mdi/js'; @@ -104,8 +103,9 @@ const PlatformIcon = ({ case Platform.WebOS: return ; - case Platform.Windows: - return ; + // Removed due to Microsoft, see https://github.com/simple-icons/simple-icons/issues/11236 + // case Platform.Windows: + // return ; default: return null; diff --git a/src/components/contact/TwitterCard.tsx b/src/components/contact/TwitterCard.tsx index 4a1d35f36..9ecbff068 100644 --- a/src/components/contact/TwitterCard.tsx +++ b/src/components/contact/TwitterCard.tsx @@ -1,4 +1,4 @@ -import { SiTwitter } from '@icons-pack/react-simple-icons'; +import { SiX } from '@icons-pack/react-simple-icons'; import React from 'react'; import './ContactCard.scss'; @@ -9,7 +9,7 @@ const TwitterCard = () => (

Twitter

- +
Follow us on Twitter for release announcements and other updates, along with general musings.