Skip to content

Commit

Permalink
chore(deps): 更新依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
aooiuu committed Sep 22, 2024
1 parent 9654508 commit bc60824
Show file tree
Hide file tree
Showing 11 changed files with 840 additions and 718 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Build and push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
push: ${{ github.event_name != 'pull_request' }}
Expand Down
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"devDependencies": {
"@any-reader/core": "workspace:^",
"@any-reader/rule-utils": "workspace:^",
"@shikijs/vitepress-twoslash": "^1.17.7",
"@shikijs/vitepress-twoslash": "^1.18.0",
"js-base64": "^3.7.7",
"mermaid": "^11.2.0",
"mermaid": "^11.2.1",
"vitepress": "^1.3.4",
"vitepress-plugin-mermaid": "^2.0.16",
"@vueuse/core": "^11.1.0",
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@
"dependencies": {
"@codemirror/lang-javascript": "^6.2.2",
"@codemirror/lang-json": "^6.0.1",
"@unocss/reset": "^0.62.3",
"codemirror": "^6.0.1",
"@unocss/reset": "^0.62.4",
"sql.js": "^1.11.0",
"sqlite3": "5.1.6"
},
Expand All @@ -80,23 +80,23 @@
"@rushstack/eslint-patch": "^1.10.4",
"@types/node": "^20.16.5",
"@types/uuid": "^10.0.0",
"@unocss/eslint-config": "^0.62.3",
"@vitest/browser": "^2.1.1",
"@unocss/eslint-config": "^0.62.4",
"@vue/eslint-config-prettier": "^8.0.0",
"@vue/eslint-config-typescript": "^13.0.0",
"bumpp": "^9.5.2",
"cross-env": "^7.0.3",
"eslint": "^8.57.0",
"eslint": "^8.57.1",
"eslint-plugin-vue": "^9.28.0",
"husky": "^8.0.3",
"npm-run-all2": "^6.2.3",
"playwright": "^1.47.1",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"tsup": "^8.2.4",
"tsup": "^8.3.0",
"tsx": "^4.19.1",
"unbuild": "^2.0.0",
"unocss": "^0.62.3",
"unocss": "^0.62.4",
"vite-tsconfig-paths": "^5.0.1",
"vitest": "^2.1.1"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,15 @@
"iconv-lite": "^0.6.3",
"jsonpath-plus": "^9.0.0",
"lodash-es": "^4.17.21",
"puppeteer": "^23.3.0",
"puppeteer": "^23.4.0",
"urlencode": "^2.0.0",
"xpath.js": "^1.1.0"
},
"devDependencies": {
"@types/content-type": "^1.1.8",
"@types/crypto-js": "^4.2.2",
"@types/xmldom": "^0.1.34",
"eslint": "^8.57.0",
"eslint": "^8.57.1",
"typescript": "^5.5.4"
}
}
4 changes: 2 additions & 2 deletions packages/legado/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@
"iconv-lite": "^0.6.3",
"isolated-vm": "^5.0.1",
"jsonpath-plus": "^9.0.0",
"puppeteer": "^23.3.0",
"puppeteer": "^23.4.0",
"urlencode": "^2.0.0",
"xpath": "^0.0.34"
},
"devDependencies": {
"@any-reader/rule-utils": "workspace:^",
"@types/content-type": "^1.1.8",
"@types/xmldom": "^0.1.34",
"eslint": "^8.57.0",
"eslint": "^8.57.1",
"typescript": "^5.5.4"
}
}
6 changes: 3 additions & 3 deletions packages/utools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@
"devDependencies": {
"@any-reader/shared": "workspace:^",
"@rollup/plugin-alias": "^5.1.0",
"@rollup/plugin-commonjs": "^25.0.8",
"@rollup/plugin-commonjs": "^26.0.1",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@types/lodash-es": "^4.17.12",
"fs-extra": "^11.2.0",
"rollup": "^4.21.2",
"rollup-plugin-dts": "^5.3.1",
"rollup-plugin-esbuild": "^5.0.0",
"rollup-plugin-dts": "^6.1.1",
"rollup-plugin-esbuild": "^6.1.1",
"typescript": "^5.5.4"
}
}
4 changes: 2 additions & 2 deletions packages/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -139,11 +139,11 @@
"@any-reader/core": "workspace:^",
"@any-reader/shared": "workspace:^",
"@types/fs-extra": "^11.0.4",
"@types/glob": "^7.2.0",
"@types/glob": "^8.1.0",
"@types/vscode": "^1.93.0",
"@vscode/test-electron": "^2.4.1",
"easy-post-message": "^0.1.0",
"eslint": "^8.57.0",
"eslint": "^8.57.1",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-prettier": "^4.2.1",
"execa": "^8.0.1",
Expand Down
19 changes: 10 additions & 9 deletions packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"vscode:build": "cross-env VITE_APP_PLATFORM=vscode run-p build-only",
"utools:build": "cross-env VITE_APP_PLATFORM=utools run-p build-only",
"cli:build": "cross-env VITE_APP_PLATFORM=browser outDir=../cli/public vite build",
"postinstall": "electron-builder install-app-deps",
"rebuild": "electron-rebuild -f -w sqlite3"
},
"main": "dist/electron-js/main.js",
Expand All @@ -45,7 +46,7 @@
"@vscode/codicons": "^0.0.36",
"@vscode/webview-ui-toolkit": "^1.4.0",
"@vueuse/core": "^11.1.0",
"ant-design-vue": "^4.2.4",
"ant-design-vue": "^4.2.5",
"axios": "^1.7.7",
"bcryptjs": "^2.4.3",
"blueimp-md5": "^2.19.0",
Expand All @@ -56,7 +57,7 @@
"file-saver": "^2.0.5",
"hls.js": "^1.5.15",
"lodash-es": "^4.17.21",
"monaco-editor": "0.51.0",
"monaco-editor": "0.52.0",
"nprogress": "^0.2.0",
"p-limit": "^6.1.0",
"p-queue": "^8.0.1",
Expand All @@ -77,23 +78,23 @@
"@types/jsdom": "^21.1.7",
"@types/lodash-es": "^4.17.12",
"@types/nprogress": "^0.2.3",
"@vitejs/plugin-vue": "^5.1.3",
"@vitejs/plugin-vue": "^5.1.4",
"@vitejs/plugin-vue-jsx": "^4.0.1",
"@vue/tsconfig": "^0.5.1",
"chalk": "^5.3.0",
"electron": "30.0.6",
"electron-builder": "^24.13.3",
"electron-builder": "^25.0.5",
"mockjs": "^1.1.0",
"npm-run-all2": "^6.2.3",
"prettier": "^3.3.3",
"sass": "^1.78.0",
"sass-loader": "^13.3.3",
"sass": "^1.79.1",
"sass-loader": "^16.0.1",
"typescript": "^5.5.4",
"unplugin-auto-import": "^0.18.3",
"unplugin-vue-components": "^0.27.4",
"vite": "^5.4.5",
"vite-bundle-analyzer": "^0.10.6",
"vite-plugin-electron": "^0.28.7",
"vite": "^5.4.6",
"vite-bundle-analyzer": "^0.11.1",
"vite-plugin-electron": "^0.28.8",
"vite-plugin-mock": "^3.0.2",
"vue-tsc": "^2.1.6"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/web/src/pages/pc/content/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@
<div class="flex justify-center">
<a-button-group>
<a-button type="text" :disabled="!lastChapter" :style="{ color: settingStore.data.readStyle.textColor }" @click="onPrevChapter">
<icon-left />
<LeftOutlined />
上一章
</a-button>
<a-button type="text" :style="{ color: settingStore.data.readStyle.textColor }" @click="showChapters">目录</a-button>
<a-button type="text" :style="{ color: settingStore.data.readStyle.textColor }" @click="init(true)">重载</a-button>
<a-button type="text" :disabled="!nextChapter" :style="{ color: settingStore.data.readStyle.textColor }" @click="onNextChapter">
下一章
<icon-right />
<RightOutlined />
</a-button>
</a-button-group>
</div>
Expand Down
Loading

0 comments on commit bc60824

Please sign in to comment.