chore(deps): run pnpm dedup

This commit is contained in:
gauthier-th
2026-04-16 19:45:27 +02:00
parent e22f98966d
commit 0cebf73c27
3 changed files with 248 additions and 3860 deletions

View File

@@ -42,6 +42,7 @@
"@formatjs/intl-pluralrules": "6.3.2",
"@headlessui/react": "1.7.19",
"@heroicons/react": "2.2.0",
"@react-spring/web": "^10.0.3",
"@seerr-team/react-tailwindcss-datepicker": "^1.3.4",
"@supercharge/request-ip": "1.2.0",
"@svgr/webpack": "8.1.0",
@@ -89,14 +90,13 @@
"react-markdown": "10.1.0",
"react-popper-tooltip": "4.4.2",
"react-select": "5.10.2",
"react-spring": "10.0.3",
"react-toast-notifications": "2.5.1",
"react-transition-group": "^4.4.5",
"react-truncate-markup": "5.1.2",
"react-use-clipboard": "1.0.9",
"semver": "7.7.4",
"sharp": "^0.34.5",
"sqlite3": "^6.0.1",
"sqlite3": "^5.1.7",
"swagger-ui-express": "5.0.1",
"swr": "2.4.1",
"tailwind-merge": "^2.6.1",

4102
pnpm-lock.yaml generated
View File

File diff suppressed because it is too large Load Diff

View File

@@ -1,10 +1,10 @@
import TitleCard from '@app/components/TitleCard';
import globalMessages from '@app/i18n/globalMessages';
import { ChevronLeftIcon, ChevronRightIcon } from '@heroicons/react/24/outline';
import { useSpring } from '@react-spring/web';
import { debounce } from 'lodash';
import { useCallback, useEffect, useRef, useState } from 'react';
import { useIntl } from 'react-intl';
import { useSpring } from 'react-spring';
interface SliderProps {
sliderKey: string;