mirror of
https://github.com/tachiyomiorg/website.git
synced 2024-12-21 07:31:58 +01:00
Bump dependencies and fix lint
This commit is contained in:
parent
66e017a424
commit
55d0763b69
@ -34,9 +34,9 @@
|
|||||||
"@iconify-prerendered/vue-mdi": "0.23.1702456985",
|
"@iconify-prerendered/vue-mdi": "0.23.1702456985",
|
||||||
"@octokit/rest": "20.0.2",
|
"@octokit/rest": "20.0.2",
|
||||||
"@octokit/types": "12.4.0",
|
"@octokit/types": "12.4.0",
|
||||||
"@tanstack/vue-query": "5.17.0",
|
"@tanstack/vue-query": "5.17.7",
|
||||||
"@vueuse/core": "10.7.1",
|
"@vueuse/core": "10.7.1",
|
||||||
"axios": "1.6.3",
|
"axios": "1.6.5",
|
||||||
"element-plus": "2.4.4",
|
"element-plus": "2.4.4",
|
||||||
"lodash.groupby": "4.6.0",
|
"lodash.groupby": "4.6.0",
|
||||||
"markdown-it": "14.0.0",
|
"markdown-it": "14.0.0",
|
||||||
@ -44,7 +44,7 @@
|
|||||||
"moment": "2.30.1"
|
"moment": "2.30.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@antfu/eslint-config": "^2.0.0",
|
"@antfu/eslint-config": "^2.6.1",
|
||||||
"@eslint/eslintrc": "^3.0.0",
|
"@eslint/eslintrc": "^3.0.0",
|
||||||
"@mdit/plugin-attrs": "0.8.0",
|
"@mdit/plugin-attrs": "0.8.0",
|
||||||
"@mdit/plugin-figure": "0.8.0",
|
"@mdit/plugin-figure": "0.8.0",
|
||||||
@ -57,8 +57,8 @@
|
|||||||
"@types/lodash.groupby": "4.6.9",
|
"@types/lodash.groupby": "4.6.9",
|
||||||
"@types/markdown-it": "13.0.7",
|
"@types/markdown-it": "13.0.7",
|
||||||
"@types/node": "20.10.6",
|
"@types/node": "20.10.6",
|
||||||
"@typescript-eslint/eslint-plugin": "6.16.0",
|
"@typescript-eslint/eslint-plugin": "6.18.0",
|
||||||
"@typescript-eslint/parser": "6.16.0",
|
"@typescript-eslint/parser": "6.18.0",
|
||||||
"eslint": "8.56.0",
|
"eslint": "8.56.0",
|
||||||
"eslint-config-standard": "17.1.0",
|
"eslint-config-standard": "17.1.0",
|
||||||
"eslint-plugin-vue": "9.19.2",
|
"eslint-plugin-vue": "9.19.2",
|
||||||
@ -72,9 +72,9 @@
|
|||||||
"stylus": "0.62.0",
|
"stylus": "0.62.0",
|
||||||
"unplugin-element-plus": "0.8.0",
|
"unplugin-element-plus": "0.8.0",
|
||||||
"vite-plugin-eslint": "1.8.1",
|
"vite-plugin-eslint": "1.8.1",
|
||||||
"vitepress": "1.0.0-rc.34",
|
"vitepress": "1.0.0-rc.35",
|
||||||
"vitepress-plugin-tabs": "0.5.0",
|
"vitepress-plugin-tabs": "0.5.0",
|
||||||
"vue": "3.4.3",
|
"vue": "3.4.5",
|
||||||
"vue-eslint-parser": "9.3.2",
|
"vue-eslint-parser": "9.3.2",
|
||||||
"x-satori": "0.1.5"
|
"x-satori": "0.1.5"
|
||||||
},
|
},
|
||||||
|
770
website/pnpm-lock.yaml
generated
770
website/pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@ -14,7 +14,6 @@ To manage your categories, navigate to <nav to="categories">.
|
|||||||
- Add series to multiple categories and control update options through Library settings, even auto-download chapters from chosen categories.
|
- Add series to multiple categories and control update options through Library settings, even auto-download chapters from chosen categories.
|
||||||
> If you've enabled **Download new chapters** in the Downloads settings.
|
> If you've enabled **Download new chapters** in the Downloads settings.
|
||||||
|
|
||||||
|
|
||||||
## Content
|
## Content
|
||||||
|
|
||||||
Categories would be useless without any content in them.
|
Categories would be useless without any content in them.
|
||||||
|
@ -43,7 +43,6 @@ It is also possible to use a custom image as a cover for each local series.
|
|||||||
To do this, you only need to place the image file, that needs to be named `cover.jpg`, in the root of the series folder.
|
To do this, you only need to place the image file, that needs to be named `cover.jpg`, in the root of the series folder.
|
||||||
The app will then use your custom image in the local source listing.
|
The app will then use your custom image in the local source listing.
|
||||||
|
|
||||||
|
|
||||||
<style scoped>
|
<style scoped>
|
||||||
@import "../../../.vitepress/theme/styles/tree.styl"
|
@import "../../../.vitepress/theme/styles/tree.styl"
|
||||||
</style>
|
</style>
|
||||||
|
Loading…
Reference in New Issue
Block a user