chore: upgrade deps (#919)

This commit is contained in:
an-lee
2024-08-01 09:10:10 +08:00
committed by GitHub
parent 02467f4fd9
commit ea6d261806
4 changed files with 2365 additions and 5517 deletions

View File

@@ -9,9 +9,9 @@
"markdown-it-sup": "^2.0.0",
"mermaid": "^10.9.1",
"sass": "^1.77.8",
"vitepress": "^1.3.0",
"vitepress": "^1.3.1",
"vitepress-plugin-mermaid": "^2.0.16",
"vue": "^3.4.30"
"vue": "^3.4.35"
},
"scripts": {
"dev": "vitepress dev",

View File

@@ -12,13 +12,14 @@
"dependencies": {
"@nuxtjs/seo": "^2.0.0-rc.11",
"nuxt": "^3.12.4",
"nuxt-og-image": "^2.2.6",
"vue": "^3.4.29",
"vue-router": "^4.3.3"
"nuxt-og-image": "^3.0.0-rc.64",
"vue": "^3.4.35",
"vue-router": "^4.4.1"
},
"devDependencies": {
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.6"
"postcss": "^8.4.40",
"sass": "^1.77.8",
"tailwindcss": "^3.4.7"
}
}

View File

@@ -47,25 +47,25 @@
"@types/autosize": "^4.0.3",
"@types/command-exists": "^1.2.3",
"@types/electron-squirrel-startup": "^1.0.2",
"@types/fluent-ffmpeg": "^2.1.24",
"@types/fluent-ffmpeg": "^2.1.25",
"@types/html-to-text": "^9.0.4",
"@types/intl-tel-input": "^18.1.4",
"@types/lodash": "^4.17.7",
"@types/mark.js": "^8.11.12",
"@types/node": "^20.14.12",
"@types/node": "^22.0.2",
"@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.17.0",
"@typescript-eslint/parser": "^7.17.0",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.19",
"electron": "^31.3.0",
"electron": "^31.3.1",
"electron-devtools-installer": "^3.2.0",
"electron-playwright-helpers": "^1.7.1",
"eslint": "^9.7.0",
"eslint": "^9.8.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"flora-colossus": "^2.0.0",
@@ -73,12 +73,12 @@
"progress": "^2.0.3",
"tailwind-merge": "^2.4.0",
"tailwind-scrollbar": "^3.1.0",
"tailwindcss": "^3.4.6",
"tailwindcss": "^3.4.7",
"tailwindcss-animate": "^1.0.7",
"ts-node": "^10.9.2",
"tslib": "^2.6.3",
"typescript": "^5.5.4",
"vite": "^5.3.4",
"vite": "^5.3.5",
"vite-plugin-static-copy": "^1.0.6",
"zx": "^8.1.4"
},
@@ -112,7 +112,7 @@
"@radix-ui/react-toggle": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.2",
"@rails/actioncable": "7.1.3",
"@sentry/electron": "^5.2.0",
"@sentry/electron": "^5.3.0",
"@uidotdev/usehooks": "^2.4.1",
"@vidstack/react": "^1.11.30",
"ahoy.js": "^0.4.4",
@@ -126,7 +126,7 @@
"clsx": "^2.1.1",
"cmdk": "^1.0.0",
"command-exists": "^1.2.9",
"compromise": "^14.13.0",
"compromise": "^14.14.0",
"compromise-paragraphs": "^0.1.0",
"compromise-stats": "^0.1.0",
"dayjs": "^1.11.12",
@@ -143,17 +143,17 @@
"html-to-text": "^9.0.5",
"https-proxy-agent": "^7.0.5",
"i18next": "^23.12.2",
"intl-tel-input": "^23.6.1",
"intl-tel-input": "^23.8.0",
"js-md5": "^0.8.3",
"langchain": "^0.2.8",
"lodash": "^4.17.21",
"lucide-react": "^0.414.0",
"lucide-react": "^0.418.0",
"mark.js": "^8.11.1",
"microsoft-cognitiveservices-speech-sdk": "^1.38.0",
"next-themes": "^0.3.0",
"openai": "^4.53.0",
"pitchfinder": "^2.3.2",
"postcss": "^8.4.38",
"postcss": "^8.4.40",
"proxy-agent": "^6.4.0",
"react": "^18.3.1",
"react-activity-calendar": "^2.2.11",
@@ -176,6 +176,6 @@
"update-electron-app": "^3.0.0",
"wavesurfer.js": "^7.8.2",
"zod": "^3.23.8",
"zod-to-json-schema": "^3.23.1"
"zod-to-json-schema": "^3.23.2"
}
}

7839
yarn.lock

File diff suppressed because it is too large Load Diff