Skip to content

Commit

Permalink
依赖升级
Browse files Browse the repository at this point in the history
  • Loading branch information
classfang committed Apr 7, 2024
1 parent b6d016e commit 38f8795
Show file tree
Hide file tree
Showing 2 changed files with 287 additions and 232 deletions.
27 changes: 15 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
"type": "git",
"url": "https://github.com/classfang/AIHub.git"
},
"engines": {
"node": ">=21.1.0"
},
"scripts": {
"format": "prettier --write .",
"lint": "eslint . --ext .js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts,.vue --fix",
Expand All @@ -24,11 +27,11 @@
"build:linux": "npm run build && electron-builder --linux --config"
},
"dependencies": {
"@electron-toolkit/preload": "^3.0.0",
"@electron-toolkit/preload": "^3.0.1",
"@electron-toolkit/utils": "^3.0.0",
"@langchain/redis": "^0.0.2",
"electron-store": "^8.2.0",
"langchain": "^0.1.30",
"langchain": "^0.1.31",
"mammoth": "^1.7.1",
"officeparser": "^4.0.8",
"pdf-parse": "^1.1.1",
Expand All @@ -39,15 +42,15 @@
"devDependencies": {
"@arco-design/web-vue": "^2.55.1",
"@electron-toolkit/eslint-config": "^1.0.2",
"@electron-toolkit/eslint-config-ts": "^1.0.1",
"@electron-toolkit/eslint-config-ts": "^2.0.0",
"@electron-toolkit/tsconfig": "^1.0.1",
"@microsoft/fetch-event-source": "^2.0.1",
"@rushstack/eslint-patch": "^1.10.1",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/codemirror": "^5.60.15",
"@types/crypto-js": "^4.2.2",
"@types/markdown-it": "^13.0.7",
"@types/node": "^20.12.3",
"@types/markdown-it": "^14.0.0",
"@types/node": "^20.12.5",
"@vitejs/plugin-vue": "^5.0.4",
"@vue/eslint-config-prettier": "^9.0.0",
"@vue/eslint-config-typescript": "^13.0.0",
Expand All @@ -57,10 +60,10 @@
"codemirror-editor-vue3": "^2.4.1",
"crypto-js": "^4.2.0",
"dayjs": "^1.11.10",
"electron": "^29.1.6",
"electron": "^29.2.0",
"electron-builder": "^24.13.3",
"electron-vite": "^2.1.0",
"eslint": "^8.57.0",
"eslint": "^9.0.0",
"eslint-plugin-vue": "^9.24.0",
"gpt-tokenizer": "^2.1.2",
"highlight.js": "^11.9.0",
Expand All @@ -72,13 +75,13 @@
"pinia-plugin-persistedstate": "^3.2.1",
"prettier": "^3.2.5",
"rollup-plugin-visualizer": "^5.12.0",
"sass": "^1.72.0",
"typescript": "^5.4.3",
"sass": "^1.74.1",
"typescript": "^5.4.4",
"uuid": "^9.0.1",
"vite": "^5.2.7",
"vite": "^5.2.8",
"vue": "^3.4.21",
"vue-i18n": "^9.10.2",
"vue-tsc": "^2.0.7",
"vue-i18n": "^9.11.0",
"vue-tsc": "^2.0.10",
"vuedraggable": "^4.1.0",
"yarn-upgrade-all": "^0.7.2"
},
Expand Down
Loading

0 comments on commit 38f8795

Please sign in to comment.