mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-05 19:24:39 +00:00
chore: fix deps
This commit is contained in:
+1
-1
@@ -36,7 +36,7 @@
|
|||||||
"@million/lint": "latest",
|
"@million/lint": "latest",
|
||||||
"@types/color": "^3.0.6",
|
"@types/color": "^3.0.6",
|
||||||
"@types/dompurify": "^3.0.5",
|
"@types/dompurify": "^3.0.5",
|
||||||
"@types/lodash": "^4.17.0",
|
"@types/lodash": "^4.17.4",
|
||||||
"@types/node": "^20.11.30",
|
"@types/node": "^20.11.30",
|
||||||
"@types/react": "^18.2.55",
|
"@types/react": "^18.2.55",
|
||||||
"@types/react-dom": "^18.2.19",
|
"@types/react-dom": "^18.2.19",
|
||||||
|
|||||||
@@ -6,12 +6,12 @@ import browser from 'webextension-polyfill';
|
|||||||
import { CustomTheme, DownloadedTheme } from '../types/CustomThemes';
|
import { CustomTheme, DownloadedTheme } from '../types/CustomThemes';
|
||||||
import { useSettingsContext } from '../SettingsContext';
|
import { useSettingsContext } from '../SettingsContext';
|
||||||
import { SettingsState } from '../types/AppProps';
|
import { SettingsState } from '../types/AppProps';
|
||||||
import { debounce } from 'lodash';
|
|
||||||
import { InstallTheme } from '../../seqta/ui/themes/downloadTheme';
|
import { InstallTheme } from '../../seqta/ui/themes/downloadTheme';
|
||||||
import SpinnerIcon from './LoadingSpinner';
|
import SpinnerIcon from './LoadingSpinner';
|
||||||
import { toast } from 'react-toastify';
|
import { toast } from 'react-toastify';
|
||||||
import 'react-toastify/dist/ReactToastify.css';
|
import 'react-toastify/dist/ReactToastify.css';
|
||||||
import useVisibility from './useVisibility';
|
import useVisibility from './useVisibility';
|
||||||
|
import { debounce } from 'lodash';
|
||||||
|
|
||||||
interface ThemeSelectorProps {
|
interface ThemeSelectorProps {
|
||||||
isEditMode: boolean;
|
isEditMode: boolean;
|
||||||
|
|||||||
Reference in New Issue
Block a user