mirror of
https://github.com/tachiyomiorg/website.git
synced 2024-12-20 23:22:00 +01:00
Update dependencies and force last updated date locale to English (#1045)
This commit is contained in:
parent
497795ce29
commit
5f8af3ec41
@ -34,17 +34,17 @@
|
||||
"@iconify-prerendered/vue-mdi": "0.23.1689058119",
|
||||
"@octokit/rest": "20.0.1",
|
||||
"@octokit/types": "11.1.0",
|
||||
"@tanstack/vue-query": "4.35.2",
|
||||
"@tanstack/vue-query": "4.35.3",
|
||||
"@vueuse/core": "10.4.1",
|
||||
"axios": "1.5.0",
|
||||
"element-plus": "2.3.12",
|
||||
"element-plus": "2.3.14",
|
||||
"lodash.groupby": "4.6.0",
|
||||
"markdown-it": "13.0.1",
|
||||
"markdown-it-shortcode-tag": "1.1.0",
|
||||
"moment": "2.29.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@antfu/eslint-config": "0.41.3",
|
||||
"@antfu/eslint-config": "0.42.0",
|
||||
"@mdit/plugin-attrs": "0.4.8",
|
||||
"@mdit/plugin-figure": "0.4.8",
|
||||
"@mdit/plugin-img-lazyload": "0.4.8",
|
||||
@ -55,15 +55,15 @@
|
||||
"@types/gtag.js": "0.0.13",
|
||||
"@types/lodash.groupby": "4.6.7",
|
||||
"@types/markdown-it": "13.0.1",
|
||||
"@types/node": "20.6.0",
|
||||
"@typescript-eslint/eslint-plugin": "6.6.0",
|
||||
"@typescript-eslint/parser": "6.6.0",
|
||||
"@types/node": "20.6.2",
|
||||
"@typescript-eslint/eslint-plugin": "6.7.0",
|
||||
"@typescript-eslint/parser": "6.7.0",
|
||||
"eslint": "8.49.0",
|
||||
"eslint-config-standard": "17.1.0",
|
||||
"eslint-plugin-vue": "9.17.0",
|
||||
"feed": "4.2.2",
|
||||
"lint-staged": "14.0.1",
|
||||
"markdownlint": "0.31.0",
|
||||
"markdownlint": "0.31.1",
|
||||
"markdownlint-cli": "0.36.0",
|
||||
"sentences-per-line": "0.2.1",
|
||||
"stylelint": "15.10.3",
|
||||
@ -71,7 +71,7 @@
|
||||
"stylus": "0.60.0",
|
||||
"unplugin-element-plus": "0.8.0",
|
||||
"vite-plugin-eslint": "1.8.1",
|
||||
"vitepress": "1.0.0-rc.13",
|
||||
"vitepress": "1.0.0-rc.14",
|
||||
"vitepress-plugin-tabs": "0.3.0",
|
||||
"vue": "3.3.4",
|
||||
"vue-eslint-parser": "9.3.1",
|
||||
|
668
website/pnpm-lock.yaml
generated
668
website/pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@ -59,7 +59,8 @@ const themeConfig: DefaultTheme.Config = {
|
||||
lastUpdated: {
|
||||
text: "Last updated",
|
||||
formatOptions: {
|
||||
dateStyle: "short",
|
||||
forceLocale: true,
|
||||
dateStyle: "long",
|
||||
timeStyle: "short",
|
||||
},
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user