upgrade deps (#364)

This commit is contained in:
an-lee
2024-02-28 19:57:02 +08:00
committed by GitHub
parent 9fc1e4fae6
commit ff20e2beef
2 changed files with 134 additions and 115 deletions

View File

@@ -38,7 +38,7 @@
"@electron-forge/plugin-vite": "^7.3.0",
"@electron-forge/publisher-github": "^7.3.0",
"@electron/fuses": "^1.7.0",
"@playwright/test": "^1.41.2",
"@playwright/test": "^1.42.0",
"@tailwindcss/typography": "^0.5.10",
"@types/autosize": "^4.0.3",
"@types/command-exists": "^1.2.3",
@@ -48,18 +48,18 @@
"@types/intl-tel-input": "^18.1.4",
"@types/lodash": "^4.14.202",
"@types/mark.js": "^8.11.12",
"@types/node": "^20.11.19",
"@types/react": "^18.2.57",
"@types/node": "^20.11.21",
"@types/react": "^18.2.60",
"@types/react-dom": "^18.2.19",
"@types/validator": "^13.11.9",
"@types/wavesurfer.js": "^6.0.12",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@typescript-eslint/parser": "^7.1.0",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.17",
"electron": "^29.0.1",
"electron": "^29.1.0",
"electron-playwright-helpers": "^1.7.1",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"flora-colossus": "^2.0.0",
@@ -130,11 +130,11 @@
"html-to-text": "^9.0.5",
"https-proxy-agent": "^7.0.4",
"i18next": "^23.10.0",
"intl-tel-input": "^19.2.20",
"intl-tel-input": "^19.5.3",
"js-md5": "^0.8.3",
"langchain": "^0.1.21",
"lodash": "^4.17.21",
"lucide-react": "^0.336.0",
"lucide-react": "^0.341.0",
"mark.js": "^8.11.1",
"microsoft-cognitiveservices-speech-sdk": "^1.35.0",
"next-themes": "^0.2.1",
@@ -155,7 +155,7 @@
"rimraf": "^5.0.5",
"sequelize": "^6.37.1",
"sequelize-typescript": "^2.1.6",
"sonner": "^1.4.0",
"sonner": "^1.4.2",
"sqlite3": "^5.1.7",
"tailwind-scrollbar-hide": "^1.1.7",
"umzug": "^3.7.0",