diff --git a/package.json b/package.json index af6cf9b..d1bd59b 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "@mantine/notifications": "^6.0.0", "@netlify/functions": "^1.0.0", "@sentry/browser": "^7.12.1", - "@tabler/icons": "^1.78.1", + "@tabler/icons-react": "^3.5.0", "airtable": "^0.11.4", "filesize": "^10.0.12", "konva": "^8.3.14", diff --git a/src/components/Header/ColorSchemeToggle.tsx b/src/components/Header/ColorSchemeToggle.tsx index 44f0027..58f3a1f 100644 --- a/src/components/Header/ColorSchemeToggle.tsx +++ b/src/components/Header/ColorSchemeToggle.tsx @@ -1,5 +1,5 @@ import { useMantineColorScheme, ActionIcon, Group } from "@mantine/core"; -import { IconSun, IconMoonStars } from "@tabler/icons"; +import { IconSun, IconMoonStars } from "@tabler/icons-react"; export default function ColorSchemeTogle() { const { colorScheme, toggleColorScheme } = useMantineColorScheme(); diff --git a/src/components/UnusedDDSFinder/FileTree.tsx b/src/components/UnusedDDSFinder/FileTree.tsx index 6fb28db..11630af 100644 --- a/src/components/UnusedDDSFinder/FileTree.tsx +++ b/src/components/UnusedDDSFinder/FileTree.tsx @@ -1,5 +1,5 @@ import { Accordion, Flex, List, Text } from "@mantine/core"; -import { IconFolder, IconPhoto } from "@tabler/icons"; +import { IconFolder, IconPhoto } from "@tabler/icons-react"; import { partial } from "filesize"; import { UDDSDirectoryDDSFileType } from "../../utils/UDDSDirectory"; diff --git a/src/components/UnusedDDSFinder/index.tsx b/src/components/UnusedDDSFinder/index.tsx index 9752b8d..1988036 100644 --- a/src/components/UnusedDDSFinder/index.tsx +++ b/src/components/UnusedDDSFinder/index.tsx @@ -9,7 +9,7 @@ import { Flex, } from "@mantine/core"; import { showNotification } from "@mantine/notifications"; -import { IconAlertTriangle } from "@tabler/icons"; +import { IconAlertTriangle } from "@tabler/icons-react"; import { RequiresInstallation } from "../shared/RequiresInstallation"; diff --git a/src/components/shared/DownloadButton.tsx b/src/components/shared/DownloadButton.tsx index a84e773..d4d2fd8 100644 --- a/src/components/shared/DownloadButton.tsx +++ b/src/components/shared/DownloadButton.tsx @@ -3,7 +3,7 @@ import { notifications } from "@mantine/notifications"; import { Stage } from "konva/lib/Stage"; import { useState } from "react"; import * as Sentry from "@sentry/browser"; -import { IconX } from "@tabler/icons"; +import { IconX } from "@tabler/icons-react"; declare global { interface Window { diff --git a/src/components/shared/InstallApplicationButton.tsx b/src/components/shared/InstallApplicationButton.tsx index 9d089d9..c1384ea 100644 --- a/src/components/shared/InstallApplicationButton.tsx +++ b/src/components/shared/InstallApplicationButton.tsx @@ -1,6 +1,6 @@ import { useContext } from "react"; import { Alert, Button } from "@mantine/core"; -import { IconAlertCircle } from "@tabler/icons"; +import { IconAlertCircle } from "@tabler/icons-react"; import { BeforeInstallPromptContext } from "../../hooks/useIsInstalled"; import { isAnalyticsEnabled } from "../../utils/general"; diff --git a/yarn.lock b/yarn.lock index 97d117e..b7d610c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1773,10 +1773,17 @@ magic-string "^0.25.0" string.prototype.matchall "^4.0.6" -"@tabler/icons@^1.78.1": - version "1.119.0" - resolved "https://registry.yarnpkg.com/@tabler/icons/-/icons-1.119.0.tgz#8c590bc5a563c8673a78ccd451bedabd584b376e" - integrity sha512-Fk3Qq4w2SXcTjc/n1cuL5bccPkylrOMo7cYpQIf/yw6zP76LQV9dtLcHQUjFiUnaYuswR645CnURIhlafyAh9g== +"@tabler/icons-react@^3.5.0": + version "3.5.0" + resolved "https://registry.yarnpkg.com/@tabler/icons-react/-/icons-react-3.5.0.tgz#71925d527bb50a3b5bb23cc0154acc8b0ed65214" + integrity sha512-bn05XKZV3ZfOv5Jr1FCTmVPOQGBVJoA4NefrnR919rqg6WGXAa08NovONHJGSuMxXUMV3b9Cni85diIW/E9yuw== + dependencies: + "@tabler/icons" "3.5.0" + +"@tabler/icons@3.5.0": + version "3.5.0" + resolved "https://registry.yarnpkg.com/@tabler/icons/-/icons-3.5.0.tgz#29d0dbf100c8cb392dd64f1fe8efdcfcd1f57e44" + integrity sha512-I53dC3ZSHQ2MZFGvDYJelfXm91L2bTTixS4w5jTAulLhHbCZso5Bih4Rk/NYZxlngLQMKHvEYwZQ+6w/WluKiA== "@types/babel__core@^7.20.5": version "7.20.5"