Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#150)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 4, 2024
1 parent 2b3e7e4 commit b19e8bf
Show file tree
Hide file tree
Showing 11 changed files with 747 additions and 690 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

steps:
- name: Check out git repository
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.0
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

steps:
- name: Check out git repository
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.0
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

steps:
- name: check out git repository
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.0
with:
fetch-depth: 0

Expand Down
6 changes: 3 additions & 3 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
"devDependencies": {
"@any-reader/core": "workspace:^",
"@any-reader/rule-utils": "workspace:^",
"@shikijs/vitepress-twoslash": "^1.18.0",
"@shikijs/vitepress-twoslash": "^1.21.0",
"js-base64": "^3.7.7",
"mermaid": "^11.2.1",
"mermaid": "^11.3.0",
"vitepress": "^1.3.4",
"vitepress-plugin-mermaid": "^2.0.16",
"vitepress-plugin-mermaid": "^2.0.17",
"@vueuse/core": "^11.1.0",
"vue-codemirror": "^6.1.1"
}
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"@codemirror/lang-javascript": "^6.2.2",
"@codemirror/lang-json": "^6.0.1",
"codemirror": "^6.0.1",
"@unocss/reset": "^0.62.4",
"@unocss/reset": "^0.63.3",
"sql.js": "^1.11.0",
"sqlite3": "5.1.6"
},
Expand All @@ -78,13 +78,13 @@
"devDependencies": {
"@eslint/compat": "^1.1.1",
"@rushstack/eslint-patch": "^1.10.4",
"@types/node": "^20.16.5",
"@types/node": "^20.16.10",
"@types/uuid": "^10.0.0",
"@vitest/browser": "^2.1.1",
"@unocss/eslint-config": "^0.62.4",
"@vitest/browser": "^2.1.2",
"@unocss/eslint-config": "^0.63.3",
"@vue/eslint-config-prettier": "^8.0.0",
"@vue/eslint-config-typescript": "^13.0.0",
"bumpp": "^9.5.2",
"bumpp": "^9.6.1",
"cross-env": "^7.0.3",
"eslint": "^8.57.1",
"eslint-plugin-vue": "^9.28.0",
Expand All @@ -96,9 +96,9 @@
"tsup": "^8.3.0",
"tsx": "^4.19.1",
"unbuild": "^2.0.0",
"unocss": "^0.62.4",
"unocss": "^0.63.3",
"vite-tsconfig-paths": "^5.0.1",
"vitest": "^2.1.1"
"vitest": "^2.1.2"
},
"lint-staged": {
"*.{vue,js,ts}": "eslint --fix"
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"iconv-lite": "^0.6.3",
"jsonpath-plus": "^9.0.0",
"lodash-es": "^4.17.21",
"puppeteer": "^23.4.0",
"puppeteer": "^23.5.0",
"urlencode": "^2.0.0",
"xpath.js": "^1.1.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/legado/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"iconv-lite": "^0.6.3",
"isolated-vm": "^5.0.1",
"jsonpath-plus": "^9.0.0",
"puppeteer": "^23.4.0",
"puppeteer": "^23.5.0",
"urlencode": "^2.0.0",
"xpath": "^0.0.34"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/utools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
},
"devDependencies": {
"@any-reader/shared": "workspace:^",
"@rollup/plugin-alias": "^5.1.0",
"@rollup/plugin-commonjs": "^26.0.1",
"@rollup/plugin-alias": "^5.1.1",
"@rollup/plugin-commonjs": "^26.0.3",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-node-resolve": "^15.3.0",
"@types/lodash-es": "^4.17.12",
"fs-extra": "^11.2.0",
"rollup": "^4.21.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
"@any-reader/core": "workspace:^",
"@any-reader/shared": "workspace:^",
"@types/fs-extra": "^11.0.4",
"@types/vscode": "^1.93.0",
"@types/vscode": "^1.94.0",
"@vscode/test-electron": "^2.4.1",
"easy-post-message": "^0.1.0",
"eslint": "^8.57.1",
Expand Down
16 changes: 8 additions & 8 deletions packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,23 +53,23 @@
"dplayer": "^1.27.1",
"easy-post-message": "^0.1.0",
"electron-localshortcut": "^3.2.1",
"electron-updater": "^6.3.4",
"electron-updater": "^6.3.9",
"file-saver": "^2.0.5",
"hls.js": "^1.5.15",
"lodash-es": "^4.17.21",
"monaco-editor": "0.52.0",
"nprogress": "^0.2.0",
"p-limit": "^6.1.0",
"p-queue": "^8.0.1",
"pinia": "^2.2.2",
"pinia": "^2.2.4",
"qs": "^6.13.0",
"sqlite3": "5.1.6",
"uuid": "^10.0.0",
"vue": "^3.5.8",
"vue": "^3.5.11",
"vue-router": "^4.4.5"
},
"devDependencies": {
"@electron/rebuild": "^3.6.0",
"@electron/rebuild": "^3.6.2",
"@tsconfig/node20": "^20.1.4",
"@types/bcryptjs": "^2.4.6",
"@types/blueimp-md5": "^2.18.2",
Expand All @@ -83,17 +83,17 @@
"@vue/tsconfig": "^0.5.1",
"chalk": "^5.3.0",
"electron": "30.0.6",
"electron-builder": "^25.0.5",
"electron-builder": "^25.1.7",
"mockjs": "^1.1.0",
"npm-run-all2": "^6.2.3",
"prettier": "^3.3.3",
"sass": "^1.79.3",
"sass": "^1.79.4",
"sass-loader": "^16.0.2",
"typescript": "^5.5.4",
"unplugin-auto-import": "^0.18.3",
"unplugin-vue-components": "^0.27.4",
"vite": "^5.4.7",
"vite-bundle-analyzer": "^0.11.1",
"vite": "^5.4.8",
"vite-bundle-analyzer": "^0.12.1",
"vite-plugin-electron": "^0.28.8",
"vite-plugin-mock": "^3.0.2",
"vue-tsc": "^2.1.6"
Expand Down
Loading

0 comments on commit b19e8bf

Please sign in to comment.