upgrade deps

This commit is contained in:
an-lee
2024-07-02 09:18:08 +08:00
parent 7f1ea7e49e
commit 7f7d7e55e7
2 changed files with 306 additions and 196 deletions

View File

@@ -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.1",
"@playwright/test": "^1.45.0",
"@tailwindcss/typography": "^0.5.13",
"@types/ahoy.js": "^0.4.2",
"@types/autosize": "^4.0.3",
@@ -50,21 +50,21 @@
"@types/fluent-ffmpeg": "^2.1.24",
"@types/html-to-text": "^9.0.4",
"@types/intl-tel-input": "^18.1.4",
"@types/lodash": "^4.17.5",
"@types/lodash": "^4.17.6",
"@types/mark.js": "^8.11.12",
"@types/node": "^20.14.8",
"@types/rails__actioncable": "^6.1.10",
"@types/node": "^20.14.9",
"@types/rails__actioncable": "^6.1.11",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/validator": "^13.12.0",
"@types/wavesurfer.js": "^6.0.12",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
"@typescript-eslint/eslint-plugin": "^7.15.0",
"@typescript-eslint/parser": "^7.15.0",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.19",
"electron": "^31.0.2",
"electron": "^31.1.0",
"electron-playwright-helpers": "^1.7.1",
"eslint": "^9.5.0",
"eslint": "^9.6.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"flora-colossus": "^2.0.0",
@@ -76,8 +76,8 @@
"tailwindcss-animate": "^1.0.7",
"ts-node": "^10.9.2",
"tslib": "^2.6.3",
"typescript": "^5.5.2",
"vite": "^5.3.1",
"typescript": "^5.5.3",
"vite": "^5.3.2",
"vite-plugin-static-copy": "^1.0.5",
"zx": "^8.1.3"
},
@@ -85,7 +85,7 @@
"@andrkrn/ffprobe-static": "^5.2.0",
"@electron-forge/publisher-s3": "^7.4.0",
"@hookform/resolvers": "^3.6.0",
"@langchain/community": "^0.2.13",
"@langchain/community": "^0.2.16",
"@langchain/google-genai": "^0.0.21",
"@mozilla/readability": "^0.5.0",
"@radix-ui/react-accordion": "^1.2.0",
@@ -110,11 +110,11 @@
"@radix-ui/react-tabs": "^1.1.0",
"@radix-ui/react-toast": "^1.2.1",
"@radix-ui/react-toggle": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.1",
"@rails/actioncable": "7.1.3-4",
"@radix-ui/react-tooltip": "^1.1.2",
"@rails/actioncable": "7.1.3",
"@sentry/electron": "^5.1.0",
"@uidotdev/usehooks": "^2.4.1",
"@vidstack/react": "^1.11.24",
"@vidstack/react": "^0.6.15",
"ahoy.js": "^0.4.4",
"autosize": "^6.0.1",
"axios": "^1.7.2",
@@ -133,7 +133,7 @@
"decamelize": "^6.0.0",
"decamelize-keys": "^2.0.1",
"echogarden": "^1.5.0",
"electron-context-menu": "^4.0.0",
"electron-context-menu": "^4.0.1",
"electron-log": "^5.1.5",
"electron-settings": "^4.0.4",
"electron-squirrel-startup": "^1.0.1",
@@ -141,17 +141,17 @@
"fluent-ffmpeg": "^2.1.3",
"fs-extra": "^11.2.0",
"html-to-text": "^9.0.5",
"https-proxy-agent": "^7.0.4",
"https-proxy-agent": "^7.0.5",
"i18next": "^23.11.5",
"intl-tel-input": "^23.1.0",
"js-md5": "^0.8.3",
"langchain": "^0.2.6",
"langchain": "^0.2.8",
"lodash": "^4.17.21",
"lucide-react": "^0.396.0",
"lucide-react": "^0.400.0",
"mark.js": "^8.11.1",
"microsoft-cognitiveservices-speech-sdk": "^1.38.0",
"next-themes": "^0.3.0",
"openai": "^4.52.0",
"openai": "^4.52.2",
"pitchfinder": "^2.3.2",
"postcss": "^8.4.38",
"proxy-agent": "^6.4.0",
@@ -162,7 +162,7 @@
"react-hotkeys-hook": "^4.5.0",
"react-i18next": "^14.1.2",
"react-markdown": "^9.0.1",
"react-router-dom": "^6.23.1",
"react-router-dom": "^6.24.0",
"react-tooltip": "^5.27.0",
"reflect-metadata": "^0.2.2",
"rimraf": "^5.0.7",