mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-09-22 06:00:56 +02:00
📦 chore: Update caniuse-lite to v1.0.30001741 (#9523)
This commit is contained in:
parent
588e0c4611
commit
0d0a318c3c
4 changed files with 18 additions and 14 deletions
BIN
bun.lockb
BIN
bun.lockb
Binary file not shown.
8
package-lock.json
generated
8
package-lock.json
generated
|
@ -21,6 +21,7 @@
|
||||||
"@microsoft/eslint-formatter-sarif": "^3.1.0",
|
"@microsoft/eslint-formatter-sarif": "^3.1.0",
|
||||||
"@playwright/test": "^1.50.1",
|
"@playwright/test": "^1.50.1",
|
||||||
"@types/react-virtualized": "^9.22.0",
|
"@types/react-virtualized": "^9.22.0",
|
||||||
|
"caniuse-lite": "^1.0.30001741",
|
||||||
"cross-env": "^7.0.3",
|
"cross-env": "^7.0.3",
|
||||||
"elliptic": "^6.6.1",
|
"elliptic": "^6.6.1",
|
||||||
"eslint": "^9.20.1",
|
"eslint": "^9.20.1",
|
||||||
|
@ -31773,9 +31774,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/caniuse-lite": {
|
"node_modules/caniuse-lite": {
|
||||||
"version": "1.0.30001706",
|
"version": "1.0.30001741",
|
||||||
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001706.tgz",
|
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001741.tgz",
|
||||||
"integrity": "sha512-3ZczoTApMAZwPKYWmwVbQMFpXBDds3/0VciVoUwPUbldlYyVLmRVuRs/PcUZtHpbLRpzzDvrvnFuREsGt6lUug==",
|
"integrity": "sha512-QGUGitqsc8ARjLdgAfxETDhRbJ0REsP6O3I96TAth/mVjh2cYzN2u+3AzPP3aVSm2FehEItaJw1xd+IGBXWeSw==",
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
"type": "opencollective",
|
"type": "opencollective",
|
||||||
|
@ -51850,6 +51851,7 @@
|
||||||
"@testing-library/react": "^14.0.0",
|
"@testing-library/react": "^14.0.0",
|
||||||
"@types/react": "^18.2.11",
|
"@types/react": "^18.2.11",
|
||||||
"@types/react-dom": "^18.2.4",
|
"@types/react-dom": "^18.2.4",
|
||||||
|
"caniuse-lite": "^1.0.30001741",
|
||||||
"concat-with-sourcemaps": "^1.1.0",
|
"concat-with-sourcemaps": "^1.1.0",
|
||||||
"i18next": "^24.2.3",
|
"i18next": "^24.2.3",
|
||||||
"jotai": "^2.12.5",
|
"jotai": "^2.12.5",
|
||||||
|
|
|
@ -100,6 +100,7 @@
|
||||||
"@microsoft/eslint-formatter-sarif": "^3.1.0",
|
"@microsoft/eslint-formatter-sarif": "^3.1.0",
|
||||||
"@playwright/test": "^1.50.1",
|
"@playwright/test": "^1.50.1",
|
||||||
"@types/react-virtualized": "^9.22.0",
|
"@types/react-virtualized": "^9.22.0",
|
||||||
|
"caniuse-lite": "^1.0.30001741",
|
||||||
"cross-env": "^7.0.3",
|
"cross-env": "^7.0.3",
|
||||||
"elliptic": "^6.6.1",
|
"elliptic": "^6.6.1",
|
||||||
"eslint": "^9.20.1",
|
"eslint": "^9.20.1",
|
||||||
|
|
|
@ -22,16 +22,10 @@
|
||||||
"dev": "rollup -c -w --bundleConfigAsCjs"
|
"dev": "rollup -c -w --bundleConfigAsCjs"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@tanstack/react-query": "^4.28.0 || ^5.0.0",
|
|
||||||
"i18next": "^24.2.2 || ^25.3.2",
|
|
||||||
"jotai": "^2.12.5",
|
|
||||||
"react": "^18.2.0 || ^19.1.0",
|
|
||||||
"react-dom": "^18.2.0 || ^19.1.0",
|
|
||||||
"react-i18next": "^15.4.0 || ^15.6.0",
|
|
||||||
"@tanstack/react-table": "^8.11.7",
|
|
||||||
"@tanstack/react-virtual": "^3.0.0",
|
|
||||||
"@ariakit/react": "^0.4.16",
|
"@ariakit/react": "^0.4.16",
|
||||||
"@ariakit/react-core": "^0.4.17",
|
"@ariakit/react-core": "^0.4.17",
|
||||||
|
"@dicebear/collection": "^9.2.2",
|
||||||
|
"@dicebear/core": "^9.2.2",
|
||||||
"@headlessui/react": "^2.1.2",
|
"@headlessui/react": "^2.1.2",
|
||||||
"@radix-ui/react-accordion": "^1.2.11",
|
"@radix-ui/react-accordion": "^1.2.11",
|
||||||
"@radix-ui/react-alert-dialog": "^1.0.2",
|
"@radix-ui/react-alert-dialog": "^1.0.2",
|
||||||
|
@ -52,21 +46,27 @@
|
||||||
"@radix-ui/react-tabs": "^1.0.3",
|
"@radix-ui/react-tabs": "^1.0.3",
|
||||||
"@radix-ui/react-toast": "^1.1.5",
|
"@radix-ui/react-toast": "^1.1.5",
|
||||||
"@react-spring/web": "^10.0.1",
|
"@react-spring/web": "^10.0.1",
|
||||||
|
"@tanstack/react-query": "^4.28.0 || ^5.0.0",
|
||||||
|
"@tanstack/react-table": "^8.11.7",
|
||||||
|
"@tanstack/react-virtual": "^3.0.0",
|
||||||
"class-variance-authority": "^0.7.1",
|
"class-variance-authority": "^0.7.1",
|
||||||
"clsx": "^2.1.1",
|
"clsx": "^2.1.1",
|
||||||
"dompurify": "^3.2.6",
|
"dompurify": "^3.2.6",
|
||||||
"framer-motion": "^12.23.6",
|
"framer-motion": "^12.23.6",
|
||||||
|
"i18next": "^24.2.2 || ^25.3.2",
|
||||||
"i18next-browser-languagedetector": "^8.2.0",
|
"i18next-browser-languagedetector": "^8.2.0",
|
||||||
"input-otp": "^1.4.2",
|
"input-otp": "^1.4.2",
|
||||||
|
"jotai": "^2.12.5",
|
||||||
"lucide-react": "^0.525.0",
|
"lucide-react": "^0.525.0",
|
||||||
"match-sorter": "^8.1.0",
|
"match-sorter": "^8.1.0",
|
||||||
"rc-input-number": "^7.4.2",
|
"rc-input-number": "^7.4.2",
|
||||||
|
"react": "^18.2.0 || ^19.1.0",
|
||||||
|
"react-dom": "^18.2.0 || ^19.1.0",
|
||||||
"react-hook-form": "^7.56.4",
|
"react-hook-form": "^7.56.4",
|
||||||
|
"react-i18next": "^15.4.0 || ^15.6.0",
|
||||||
"react-resizable-panels": "^3.0.2",
|
"react-resizable-panels": "^3.0.2",
|
||||||
"react-textarea-autosize": "^8.4.0",
|
"react-textarea-autosize": "^8.4.0",
|
||||||
"tailwind-merge": "^1.9.1",
|
"tailwind-merge": "^1.9.1"
|
||||||
"@dicebear/core": "^9.2.2",
|
|
||||||
"@dicebear/collection": "^9.2.2"
|
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@rollup/plugin-alias": "^5.1.0",
|
"@rollup/plugin-alias": "^5.1.0",
|
||||||
|
@ -78,6 +78,7 @@
|
||||||
"@testing-library/react": "^14.0.0",
|
"@testing-library/react": "^14.0.0",
|
||||||
"@types/react": "^18.2.11",
|
"@types/react": "^18.2.11",
|
||||||
"@types/react-dom": "^18.2.4",
|
"@types/react-dom": "^18.2.4",
|
||||||
|
"caniuse-lite": "^1.0.30001741",
|
||||||
"concat-with-sourcemaps": "^1.1.0",
|
"concat-with-sourcemaps": "^1.1.0",
|
||||||
"i18next": "^24.2.3",
|
"i18next": "^24.2.3",
|
||||||
"jotai": "^2.12.5",
|
"jotai": "^2.12.5",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue