chore: upgrade deps (#982)

* upgrade deps

* upgrade deps
This commit is contained in:
an-lee
2024-08-18 10:16:35 +08:00
committed by GitHub
parent 4a6e4173db
commit ff451bd4b4
4 changed files with 444 additions and 431 deletions

View File

@@ -9,9 +9,9 @@
"markdown-it-sup": "^2.0.0",
"mermaid": "^10.9.1",
"sass": "^1.77.8",
"vitepress": "^1.3.2",
"vitepress": "^1.3.3",
"vitepress-plugin-mermaid": "^2.0.16",
"vue": "^3.4.37"
"vue": "^3.4.38"
},
"scripts": {
"dev": "vitepress dev",

View File

@@ -13,13 +13,13 @@
"@nuxtjs/seo": "^2.0.0-rc.18",
"nuxt": "^3.12.4",
"nuxt-og-image": "^3.0.0-rc.64",
"vue": "^3.4.37",
"vue": "^3.4.38",
"vue-router": "^4.4.3"
},
"devDependencies": {
"autoprefixer": "^10.4.20",
"postcss": "^8.4.41",
"sass": "^1.77.8",
"tailwindcss": "^3.4.9"
"tailwindcss": "^3.4.10"
}
}

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.46.0",
"@playwright/test": "^1.46.1",
"@tailwindcss/typography": "^0.5.14",
"@types/ahoy.js": "^0.4.2",
"@types/autosize": "^4.0.3",
@@ -52,8 +52,8 @@
"@types/intl-tel-input": "^18.1.4",
"@types/lodash": "^4.17.7",
"@types/mark.js": "^8.11.12",
"@types/mustache": "^4",
"@types/node": "^22.2.0",
"@types/mustache": "^4.2.5",
"@types/node": "^22.4.0",
"@types/rails__actioncable": "^6.1.11",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
@@ -63,7 +63,7 @@
"@typescript-eslint/parser": "^8.1.0",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.20",
"electron": "^31.3.1",
"electron": "^31.4.0",
"electron-devtools-installer": "^3.2.0",
"electron-playwright-helpers": "^1.7.1",
"eslint": "^9.9.0",
@@ -74,12 +74,12 @@
"progress": "^2.0.3",
"tailwind-merge": "^2.5.2",
"tailwind-scrollbar": "^3.1.0",
"tailwindcss": "^3.4.9",
"tailwindcss": "^3.4.10",
"tailwindcss-animate": "^1.0.7",
"ts-node": "^10.9.2",
"tslib": "^2.6.3",
"typescript": "^5.5.4",
"vite": "^5.4.0",
"vite": "^5.4.1",
"vite-plugin-static-copy": "^1.0.6",
"zx": "^8.1.4"
},
@@ -87,7 +87,7 @@
"@andrkrn/ffprobe-static": "^5.2.0",
"@electron-forge/publisher-s3": "^7.4.0",
"@hookform/resolvers": "^3.9.0",
"@langchain/community": "^0.2.27",
"@langchain/community": "^0.2.28",
"@mozilla/readability": "^0.5.0",
"@radix-ui/react-accordion": "^1.2.0",
"@radix-ui/react-alert-dialog": "^1.1.1",
@@ -118,10 +118,10 @@
"@ricky0123/vad-web": "^0.0.18",
"@sentry/electron": "^5.3.0",
"@uidotdev/usehooks": "^2.4.1",
"@vidstack/react": "^1.12.8",
"@vidstack/react": "^1.12.9",
"ahoy.js": "^0.4.4",
"autosize": "^6.0.1",
"axios": "^1.7.3",
"axios": "^1.7.4",
"camelcase": "^8.0.0",
"camelcase-keys": "^9.1.3",
"chart.js": "^4.4.3",
@@ -146,17 +146,17 @@
"fs-extra": "^11.2.0",
"html-to-text": "^9.0.5",
"https-proxy-agent": "^7.0.5",
"i18next": "^23.12.3",
"intl-tel-input": "^23.8.1",
"i18next": "^23.13.0",
"intl-tel-input": "^23.9.2",
"js-md5": "^0.8.3",
"langchain": "^0.2.15",
"langchain": "^0.2.16",
"lodash": "^4.17.21",
"lucide-react": "^0.427.0",
"lucide-react": "^0.428.0",
"mark.js": "^8.11.1",
"microsoft-cognitiveservices-speech-sdk": "^1.40.0",
"mustache": "^4.2.0",
"next-themes": "^0.3.0",
"openai": "^4.55.5",
"openai": "^4.56.0",
"pitchfinder": "^2.3.2",
"postcss": "^8.4.41",
"proxy-agent": "^6.4.0",
@@ -169,8 +169,8 @@
"react-hotkeys-hook": "^4.5.0",
"react-i18next": "^15.0.1",
"react-markdown": "^9.0.1",
"react-resizable-panels": "^2.0.23",
"react-router-dom": "^6.26.0",
"react-resizable-panels": "^2.1.0",
"react-router-dom": "^6.26.1",
"react-tooltip": "^5.28.0",
"reflect-metadata": "^0.2.2",
"rimraf": "^6.0.1",

835
yarn.lock

File diff suppressed because it is too large Load Diff