chore: bump deps

pull/4050/head
Divyansh Singh 5 months ago
parent 01d0d45292
commit 7f19b5f424

@ -110,7 +110,7 @@
"@vueuse/integrations": "^10.11.0", "@vueuse/integrations": "^10.11.0",
"focus-trap": "^7.5.4", "focus-trap": "^7.5.4",
"mark.js": "8.11.1", "mark.js": "8.11.1",
"minisearch": "^6.3.0", "minisearch": "^7.0.0",
"shiki": "^1.10.3", "shiki": "^1.10.3",
"vite": "^5.3.3", "vite": "^5.3.3",
"vue": "^3.4.31" "vue": "^3.4.31"
@ -155,7 +155,7 @@
"gray-matter": "^4.0.3", "gray-matter": "^4.0.3",
"lint-staged": "^15.2.7", "lint-staged": "^15.2.7",
"lodash.template": "^4.5.0", "lodash.template": "^4.5.0",
"lru-cache": "^10.3.1", "lru-cache": "^11.0.0",
"markdown-it": "^14.1.0", "markdown-it": "^14.1.0",
"markdown-it-anchor": "^9.0.1", "markdown-it-anchor": "^9.0.1",
"markdown-it-attrs": "^4.1.6", "markdown-it-attrs": "^4.1.6",
@ -173,11 +173,11 @@
"playwright-chromium": "^1.45.1", "playwright-chromium": "^1.45.1",
"polka": "^1.0.0-next.25", "polka": "^1.0.0-next.25",
"postcss-prefix-selector": "^1.16.1", "postcss-prefix-selector": "^1.16.1",
"prettier": "^3.3.2", "prettier": "^3.3.3",
"prompts": "^2.4.2", "prompts": "^2.4.2",
"punycode": "^2.3.1", "punycode": "^2.3.1",
"rimraf": "^5.0.8", "rimraf": "^6.0.1",
"rollup": "^4.18.0", "rollup": "^4.18.1",
"rollup-plugin-dts": "^6.1.1", "rollup-plugin-dts": "^6.1.1",
"rollup-plugin-esbuild": "^6.1.1", "rollup-plugin-esbuild": "^6.1.1",
"semver": "^7.6.2", "semver": "^7.6.2",
@ -186,7 +186,7 @@
"sitemap": "^8.0.0", "sitemap": "^8.0.0",
"supports-color": "^9.4.0", "supports-color": "^9.4.0",
"typescript": "^5.5.3", "typescript": "^5.5.3",
"vitest": "^1.6.0", "vitest": "^2.0.2",
"vue-tsc": "^2.0.26", "vue-tsc": "^2.0.26",
"wait-on": "^7.2.0" "wait-on": "^7.2.0"
}, },

File diff suppressed because it is too large Load Diff

@ -270,7 +270,7 @@ function resolveSiteDataHead(userConfig?: UserConfig): HeadConfig[] {
typeof userConfig?.appearance === 'string' typeof userConfig?.appearance === 'string'
? userConfig?.appearance ? userConfig?.appearance
: typeof userConfig?.appearance === 'object' : typeof userConfig?.appearance === 'object'
? userConfig.appearance.initialValue ?? 'auto' ? (userConfig.appearance.initialValue ?? 'auto')
: 'auto' : 'auto'
head.push([ head.push([

Loading…
Cancel
Save