mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-23 20:00:15 +01:00
chore: update @radix-ui/react-accordion to version 1.2.11
This commit is contained in:
parent
80d406b629
commit
014060a11b
3 changed files with 15590 additions and 5694 deletions
|
|
@ -1,3 +1,4 @@
|
||||||
|
import { useToastContext } from '@librechat/client';
|
||||||
import { useQueryClient } from '@tanstack/react-query';
|
import { useQueryClient } from '@tanstack/react-query';
|
||||||
import { Constants, QueryKeys } from 'librechat-data-provider';
|
import { Constants, QueryKeys } from 'librechat-data-provider';
|
||||||
import { useCallback, useState, useMemo, useRef } from 'react';
|
import { useCallback, useState, useMemo, useRef } from 'react';
|
||||||
|
|
@ -5,7 +6,7 @@ import { useUpdateUserPluginsMutation } from 'librechat-data-provider/react-quer
|
||||||
import { useMCPServerInitialization } from '~/hooks/MCP/useMCPServerInitialization';
|
import { useMCPServerInitialization } from '~/hooks/MCP/useMCPServerInitialization';
|
||||||
import type { ConfigFieldDetail } from '~/components/ui/MCP/MCPConfigDialog';
|
import type { ConfigFieldDetail } from '~/components/ui/MCP/MCPConfigDialog';
|
||||||
import type { TUpdateUserPlugins, TPlugin } from 'librechat-data-provider';
|
import type { TUpdateUserPlugins, TPlugin } from 'librechat-data-provider';
|
||||||
import { useToastContext, useBadgeRowContext } from '~/Providers';
|
import { useBadgeRowContext } from '~/Providers';
|
||||||
import { useLocalize } from '~/hooks';
|
import { useLocalize } from '~/hooks';
|
||||||
|
|
||||||
export function useMCPServerManager() {
|
export function useMCPServerManager() {
|
||||||
|
|
|
||||||
21277
package-lock.json
generated
21277
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
|
@ -33,7 +33,7 @@
|
||||||
"@ariakit/react": "^0.4.16",
|
"@ariakit/react": "^0.4.16",
|
||||||
"@ariakit/react-core": "^0.4.17",
|
"@ariakit/react-core": "^0.4.17",
|
||||||
"@headlessui/react": "^2.1.2",
|
"@headlessui/react": "^2.1.2",
|
||||||
"@radix-ui/react-accordion": "^1.1.2",
|
"@radix-ui/react-accordion": "^1.2.11",
|
||||||
"@radix-ui/react-alert-dialog": "^1.0.2",
|
"@radix-ui/react-alert-dialog": "^1.0.2",
|
||||||
"@radix-ui/react-checkbox": "^1.0.3",
|
"@radix-ui/react-checkbox": "^1.0.3",
|
||||||
"@radix-ui/react-collapsible": "^1.1.11",
|
"@radix-ui/react-collapsible": "^1.1.11",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue