upgrade deps (#830)

This commit is contained in:
an-lee
2024-07-21 00:07:03 +08:00
committed by GitHub
parent a122402e74
commit e6dfde6718
3 changed files with 218 additions and 162 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.45.1",
"@playwright/test": "^1.45.2",
"@tailwindcss/typography": "^0.5.13",
"@types/ahoy.js": "^0.4.2",
"@types/autosize": "^4.0.3",
@@ -50,19 +50,19 @@
"@types/fluent-ffmpeg": "^2.1.24",
"@types/html-to-text": "^9.0.4",
"@types/intl-tel-input": "^18.1.4",
"@types/lodash": "^4.17.6",
"@types/lodash": "^4.17.7",
"@types/mark.js": "^8.11.12",
"@types/node": "^20.14.10",
"@types/node": "^20.14.11",
"@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.16.0",
"@typescript-eslint/parser": "^7.16.0",
"@typescript-eslint/eslint-plugin": "^7.16.1",
"@typescript-eslint/parser": "^7.16.1",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.19",
"electron": "^31.2.0",
"electron": "^31.2.1",
"electron-devtools-installer": "^3.2.0",
"electron-playwright-helpers": "^1.7.1",
"eslint": "^9.7.0",
@@ -73,12 +73,12 @@
"progress": "^2.0.3",
"tailwind-merge": "^2.4.0",
"tailwind-scrollbar": "^3.1.0",
"tailwindcss": "^3.4.4",
"tailwindcss": "^3.4.6",
"tailwindcss-animate": "^1.0.7",
"ts-node": "^10.9.2",
"tslib": "^2.6.3",
"typescript": "^5.5.3",
"vite": "^5.3.3",
"vite": "^5.3.4",
"vite-plugin-static-copy": "^1.0.6",
"zx": "^8.1.4"
},
@@ -115,7 +115,7 @@
"@rails/actioncable": "7.1.3",
"@sentry/electron": "^5.2.0",
"@uidotdev/usehooks": "^2.4.1",
"@vidstack/react": "^1.11.29",
"@vidstack/react": "^1.11.30",
"ahoy.js": "^0.4.4",
"autosize": "^6.0.1",
"axios": "^1.7.2",
@@ -130,12 +130,12 @@
"compromise": "^14.13.0",
"compromise-paragraphs": "^0.1.0",
"compromise-stats": "^0.1.0",
"dayjs": "^1.11.11",
"dayjs": "^1.11.12",
"decamelize": "^6.0.0",
"decamelize-keys": "^2.0.1",
"echogarden": "^1.5.0",
"electron-context-menu": "^4.0.1",
"electron-log": "^5.1.5",
"electron-log": "^5.1.6",
"electron-settings": "^4.0.4",
"electron-squirrel-startup": "^1.0.1",
"ffmpeg-static": "^5.2.0",
@@ -143,12 +143,12 @@
"fs-extra": "^11.2.0",
"html-to-text": "^9.0.5",
"https-proxy-agent": "^7.0.5",
"i18next": "^23.12.1",
"intl-tel-input": "^23.3.2",
"i18next": "^23.12.2",
"intl-tel-input": "^23.6.0",
"js-md5": "^0.8.3",
"langchain": "^0.2.8",
"lodash": "^4.17.21",
"lucide-react": "^0.408.0",
"lucide-react": "^0.411.0",
"mark.js": "^8.11.1",
"microsoft-cognitiveservices-speech-sdk": "^1.38.0",
"next-themes": "^0.3.0",
@@ -161,10 +161,10 @@
"react-dom": "^18.3.1",
"react-hook-form": "^7.52.1",
"react-hotkeys-hook": "^4.5.0",
"react-i18next": "^14.1.2",
"react-i18next": "^15.0.0",
"react-markdown": "^9.0.1",
"react-resizable-panels": "^2.0.20",
"react-router-dom": "^6.24.1",
"react-resizable-panels": "^2.0.21",
"react-router-dom": "^6.25.1",
"react-tooltip": "^5.27.1",
"reflect-metadata": "^0.2.2",
"rimraf": "^6.0.1",