Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 17, 2024
1 parent 760f535 commit fdfc8e5
Show file tree
Hide file tree
Showing 11 changed files with 656 additions and 781 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.1
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.1
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.1
with:
fetch-depth: 0

Expand Down
8 changes: 4 additions & 4 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
"@any-reader/rule-utils": "workspace:^",
"@codemirror/lang-javascript": "^6.2.2",
"@codemirror/theme-one-dark": "^6.1.2",
"@shikijs/vitepress-twoslash": "^1.18.0",
"@shikijs/vitepress-twoslash": "^1.22.0",
"codemirror": "^6.0.1",
"js-base64": "^3.7.7",
"mermaid": "^11.2.1",
"vitepress": "^1.3.4",
"vitepress-plugin-mermaid": "^2.0.16",
"mermaid": "^11.3.0",
"vitepress": "^1.4.1",
"vitepress-plugin-mermaid": "^2.0.17",
"vue-codemirror": "^6.1.1"
}
}
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,12 @@
"utf-8-validate": "^6.0.4"
},
"devDependencies": {
"@eslint/compat": "^1.1.1",
"@eslint/compat": "^1.2.0",
"@rushstack/eslint-patch": "^1.10.4",
"@types/node": "^20.16.5",
"@types/node": "^20.16.12",
"@types/uuid": "^10.0.0",
"@unocss/eslint-config": "^0.63.4",
"@vitest/browser": "^2.1.2",
"@vitest/browser": "^2.1.3",
"@vue/eslint-config-prettier": "^8.0.0",
"@vue/eslint-config-typescript": "^13.0.0",
"bumpp": "^9.7.1",
Expand All @@ -91,15 +91,15 @@
"eslint-plugin-vue": "^9.29.0",
"husky": "^8.0.3",
"npm-run-all2": "^6.2.3",
"playwright": "^1.48.0",
"playwright": "^1.48.1",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"tsup": "^8.3.0",
"tsx": "^4.19.1",
"unbuild": "^2.0.0",
"unocss": "^0.63.4",
"vite-tsconfig-paths": "^5.0.1",
"vitest": "^2.1.2"
"vitest": "^2.1.3"
},
"lint-staged": {
"*.{vue,js,ts}": "eslint --fix"
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"dependencies": {
"@any-reader/rule-utils": "workspace:^",
"@xmldom/xmldom": "^0.9.3",
"@xmldom/xmldom": "^0.9.4",
"axios": "^1.7.7",
"chardet": "^2.0.0",
"cheerio": "1.0.0",
Expand All @@ -41,7 +41,7 @@
"iconv-lite": "^0.6.3",
"jsonpath-plus": "^9.0.0",
"lodash-es": "^4.17.21",
"puppeteer": "^23.5.3",
"puppeteer": "^23.6.0",
"urlencode": "^2.0.0",
"xpath.js": "^1.1.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/legado/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@
"stub": "unbuild --stub"
},
"dependencies": {
"@xmldom/xmldom": "^0.9.3",
"@xmldom/xmldom": "^0.9.4",
"axios": "^1.7.7",
"chardet": "^2.0.0",
"cheerio": "1.0.0",
"content-type": "^1.0.5",
"iconv-lite": "^0.6.3",
"isolated-vm": "^5.0.1",
"jsonpath-plus": "^9.0.0",
"puppeteer": "^23.5.3",
"puppeteer": "^23.6.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 @@ -133,7 +133,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
10 changes: 5 additions & 5 deletions packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"vue-router": "^4.4.5"
},
"devDependencies": {
"@electron/rebuild": "^3.6.0",
"@electron/rebuild": "^3.7.0",
"@tsconfig/node20": "^20.1.4",
"@types/bcryptjs": "^2.4.6",
"@types/blueimp-md5": "^2.18.2",
Expand All @@ -85,16 +85,16 @@
"@vue/tsconfig": "^0.5.1",
"chalk": "^5.3.0",
"electron": "30.0.6",
"electron-builder": "^25.0.5",
"electron-builder": "^25.1.8",
"mockjs": "^1.1.0",
"npm-run-all2": "^6.2.3",
"prettier": "^3.3.3",
"sass": "^1.79.1",
"sass-loader": "^16.0.1",
"sass": "^1.80.1",
"sass-loader": "^16.0.2",
"typescript": "^5.5.4",
"unplugin-auto-import": "^0.18.3",
"unplugin-vue-components": "^0.27.4",
"vite": "^5.4.8",
"vite": "^5.4.9",
"vite-bundle-analyzer": "^0.12.1",
"vite-plugin-electron": "^0.28.8",
"vite-plugin-mock": "^3.0.2",
Expand Down
Loading

0 comments on commit fdfc8e5

Please sign in to comment.