upgrade deps (#637)
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
"@electron-forge/plugin-vite": "^7.4.0",
|
||||
"@electron-forge/publisher-github": "^7.4.0",
|
||||
"@electron/fuses": "^1.8.0",
|
||||
"@playwright/test": "^1.44.0",
|
||||
"@playwright/test": "^1.44.1",
|
||||
"@tailwindcss/typography": "^0.5.13",
|
||||
"@types/autosize": "^4.0.3",
|
||||
"@types/command-exists": "^1.2.3",
|
||||
@@ -52,15 +52,15 @@
|
||||
"@types/lodash": "^4.17.4",
|
||||
"@types/mark.js": "^8.11.12",
|
||||
"@types/node": "^20.12.12",
|
||||
"@types/react": "^18.3.2",
|
||||
"@types/react": "^18.3.3",
|
||||
"@types/react-dom": "^18.3.0",
|
||||
"@types/validator": "^13.11.10",
|
||||
"@types/wavesurfer.js": "^6.0.12",
|
||||
"@typescript-eslint/eslint-plugin": "^7.10.0",
|
||||
"@typescript-eslint/parser": "^7.10.0",
|
||||
"@vitejs/plugin-react": "^4.2.1",
|
||||
"@vitejs/plugin-react": "^4.3.0",
|
||||
"autoprefixer": "^10.4.19",
|
||||
"electron": "^30.0.6",
|
||||
"electron": "^30.0.8",
|
||||
"electron-playwright-helpers": "^1.7.1",
|
||||
"eslint": "^9.3.0",
|
||||
"eslint-import-resolver-typescript": "^3.6.1",
|
||||
@@ -77,14 +77,14 @@
|
||||
"typescript": "^5.4.5",
|
||||
"vite": "^5.2.11",
|
||||
"vite-plugin-static-copy": "^1.0.5",
|
||||
"zx": "^8.1.0"
|
||||
"zx": "^8.1.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"@andrkrn/ffprobe-static": "^5.2.0",
|
||||
"@electron-forge/publisher-s3": "^7.4.0",
|
||||
"@hookform/resolvers": "^3.4.2",
|
||||
"@langchain/community": "^0.2.1",
|
||||
"@langchain/google-genai": "^0.0.15",
|
||||
"@langchain/community": "^0.2.3",
|
||||
"@langchain/google-genai": "^0.0.16",
|
||||
"@mozilla/readability": "^0.5.0",
|
||||
"@radix-ui/react-accordion": "^1.1.2",
|
||||
"@radix-ui/react-alert-dialog": "^1.0.5",
|
||||
@@ -108,13 +108,13 @@
|
||||
"@radix-ui/react-toast": "^1.1.5",
|
||||
"@radix-ui/react-toggle": "^1.0.3",
|
||||
"@radix-ui/react-tooltip": "^1.0.7",
|
||||
"@sentry/electron": "^4.24.0",
|
||||
"@sentry/electron": "^5.0.0",
|
||||
"@types/ahoy.js": "^0.4.2",
|
||||
"@uidotdev/usehooks": "^2.4.1",
|
||||
"@vidstack/react": "^1.11.21",
|
||||
"ahoy.js": "^0.4.4",
|
||||
"autosize": "^6.0.1",
|
||||
"axios": "^1.7.1",
|
||||
"axios": "^1.7.2",
|
||||
"camelcase": "^8.0.0",
|
||||
"camelcase-keys": "^9.1.3",
|
||||
"chart.js": "^4.4.3",
|
||||
@@ -129,9 +129,9 @@
|
||||
"dayjs": "^1.11.11",
|
||||
"decamelize": "^6.0.0",
|
||||
"decamelize-keys": "^2.0.1",
|
||||
"echogarden": "^1.4.4",
|
||||
"echogarden": "^1.5.0",
|
||||
"electron-context-menu": "^4.0.0",
|
||||
"electron-log": "^5.1.4",
|
||||
"electron-log": "^5.1.5",
|
||||
"electron-settings": "^4.0.4",
|
||||
"electron-squirrel-startup": "^1.0.1",
|
||||
"ffmpeg-static": "^5.2.0",
|
||||
@@ -140,11 +140,11 @@
|
||||
"html-to-text": "^9.0.5",
|
||||
"https-proxy-agent": "^7.0.4",
|
||||
"i18next": "^23.11.5",
|
||||
"intl-tel-input": "^23.0.7",
|
||||
"intl-tel-input": "^23.0.10",
|
||||
"js-md5": "^0.8.3",
|
||||
"langchain": "^0.2.0",
|
||||
"langchain": "^0.2.2",
|
||||
"lodash": "^4.17.21",
|
||||
"lucide-react": "^0.378.0",
|
||||
"lucide-react": "^0.379.0",
|
||||
"mark.js": "^8.11.1",
|
||||
"microsoft-cognitiveservices-speech-sdk": "^1.36.0",
|
||||
"next-themes": "^0.3.0",
|
||||
@@ -155,9 +155,9 @@
|
||||
"react": "^18.3.1",
|
||||
"react-activity-calendar": "^2.2.8",
|
||||
"react-dom": "^18.3.1",
|
||||
"react-hook-form": "^7.51.4",
|
||||
"react-hook-form": "^7.51.5",
|
||||
"react-hotkeys-hook": "^4.5.0",
|
||||
"react-i18next": "^14.1.1",
|
||||
"react-i18next": "^14.1.2",
|
||||
"react-markdown": "^9.0.1",
|
||||
"react-router-dom": "^6.23.1",
|
||||
"react-tooltip": "^5.26.4",
|
||||
|
||||
@@ -68,7 +68,7 @@ export const BanduLoginForm = () => {
|
||||
intlTelInput(ref.current, {
|
||||
initialCountry: "cn",
|
||||
utilsScript:
|
||||
"https://cdn.jsdelivr.net/npm/intl-tel-input@23.0.4/build/js/utils.js",
|
||||
"https://cdn.jsdelivr.net/npm/intl-tel-input@23.0.10/build/js/utils.js",
|
||||
});
|
||||
setIti(intlTelInput(ref.current));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user