update deps

This commit is contained in:
an-lee
2024-03-28 11:02:56 +08:00
parent e63d77cd82
commit 5e379e4664
4 changed files with 826 additions and 1002 deletions

View File

@@ -9,6 +9,7 @@ on:
- "enjoy/**/*.tsx"
- "enjoy/**/*.js"
- "enjoy/**/*.mjs"
- "yarn.lock"
jobs:
e2e-test:
timeout-minutes: 60

View File

@@ -9,7 +9,7 @@
"markdown-it-sup": "^2.0.0",
"mermaid": "^10.9.0",
"sass": "^1.72.0",
"vitepress": "^1.0.0-rc.45",
"vitepress": "^1.0.1",
"vitepress-plugin-mermaid": "^2.0.16",
"vue": "^3.4.21"
},

View File

@@ -41,9 +41,9 @@
"@electron-forge/plugin-fuses": "^7.3.1",
"@electron-forge/plugin-vite": "^7.3.1",
"@electron-forge/publisher-github": "^7.3.1",
"@electron/fuses": "^1.7.0",
"@electron/fuses": "^1.8.0",
"@playwright/test": "^1.42.1",
"@tailwindcss/typography": "^0.5.10",
"@tailwindcss/typography": "^0.5.12",
"@types/autosize": "^4.0.3",
"@types/command-exists": "^1.2.3",
"@types/electron-squirrel-startup": "^1.0.2",
@@ -53,12 +53,12 @@
"@types/lodash": "^4.17.0",
"@types/mark.js": "^8.11.12",
"@types/node": "^20.11.30",
"@types/react": "^18.2.67",
"@types/react": "^18.2.73",
"@types/react-dom": "^18.2.22",
"@types/validator": "^13.11.9",
"@types/wavesurfer.js": "^6.0.12",
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.0",
"@typescript-eslint/eslint-plugin": "^7.4.0",
"@typescript-eslint/parser": "^7.4.0",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.19",
"electron": "^29.1.5",
@@ -71,13 +71,13 @@
"progress": "^2.0.3",
"tailwind-merge": "^2.2.2",
"tailwind-scrollbar": "^3.1.0",
"tailwindcss": "^3.4.1",
"tailwindcss": "^3.4.3",
"tailwindcss-animate": "^1.0.7",
"ts-node": "^10.9.2",
"tslib": "^2.6.2",
"typescript": "^5.4.3",
"vite": "^5.2.2",
"vite-plugin-static-copy": "^1.0.1",
"vite": "^5.2.6",
"vite-plugin-static-copy": "^1.0.2",
"zx": "^7.2.3"
},
"dependencies": {
@@ -85,7 +85,7 @@
"@ffmpeg/ffmpeg": "^0.12.10",
"@ffmpeg/util": "^0.12.1",
"@hookform/resolvers": "^3.3.4",
"@langchain/community": "^0.0.41",
"@langchain/community": "^0.0.43",
"@langchain/google-genai": "^0.0.10",
"@mozilla/readability": "^0.5.0",
"@radix-ui/react-accordion": "^1.1.2",
@@ -114,7 +114,7 @@
"@types/ahoy.js": "^0.4.2",
"@uidotdev/usehooks": "^2.4.1",
"@vidstack/react": "^1.10.9",
"ahoy.js": "^0.4.3",
"ahoy.js": "^0.4.4",
"autosize": "^6.0.1",
"axios": "^1.6.8",
"camelcase": "^8.0.0",
@@ -142,11 +142,11 @@
"html-to-text": "^9.0.5",
"https-proxy-agent": "^7.0.4",
"i18next": "^23.10.1",
"intl-tel-input": "^20.0.5",
"intl-tel-input": "^20.3.0",
"js-md5": "^0.8.3",
"langchain": "^0.1.28",
"langchain": "^0.1.30",
"lodash": "^4.17.21",
"lucide-react": "^0.359.0",
"lucide-react": "^0.363.0",
"mark.js": "^8.11.1",
"microsoft-cognitiveservices-speech-sdk": "^1.36.0",
"next-themes": "^0.3.0",
@@ -157,7 +157,7 @@
"react": "^18.2.0",
"react-activity-calendar": "^2.2.8",
"react-dom": "^18.2.0",
"react-hook-form": "^7.51.1",
"react-hook-form": "^7.51.2",
"react-hotkeys-hook": "^4.5.0",
"react-i18next": "^14.1.0",
"react-markdown": "^9.0.1",
@@ -167,7 +167,7 @@
"rimraf": "^5.0.5",
"sequelize": "^6.37.1",
"sequelize-typescript": "^2.1.6",
"sonner": "^1.4.32",
"sonner": "^1.4.41",
"sqlite3": "^5.1.7",
"tailwind-scrollbar-hide": "^1.1.7",
"umzug": "^3.7.0",

1795
yarn.lock

File diff suppressed because it is too large Load Diff