diff --git a/.vitepress/cache/deps/_metadata.json b/.vitepress/cache/deps/_metadata.json index 7c1dac0..4b92bd1 100644 --- a/.vitepress/cache/deps/_metadata.json +++ b/.vitepress/cache/deps/_metadata.json @@ -1,11 +1,11 @@ { - "hash": "79186abe", - "browserHash": "ac388fdc", + "hash": "7ffd30ca", + "browserHash": "44dc6d18", "optimized": { "vue": { "src": "../../../node_modules/vue/dist/vue.runtime.esm-bundler.js", "file": "vue.js", - "fileHash": "69aa98d5", + "fileHash": "0714df1d", "needsInterop": false } }, diff --git a/package-lock.json b/package-lock.json index 44d7acd..494dc37 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,7 +6,7 @@ "": { "devDependencies": { "markdown-it-mathjax3": "^4.3.2", - "vitepress": "^1.0.0-alpha.67" + "vitepress": "^1.0.0-alpha.71" } }, "node_modules/@algolia/autocomplete-core": { @@ -1095,6 +1095,12 @@ "sourcemap-codec": "^1.4.8" } }, + "node_modules/mark.js": { + "version": "8.11.1", + "resolved": "https://registry.npmmirror.com/mark.js/-/mark.js-8.11.1.tgz", + "integrity": "sha512-1I+1qpDt4idfgLQG+BNWmrqku+7/2bi5nLf4YwF8y8zXvmfiTBY3PV3ZibfrjBueCByROpuBjLLFCajqkgYoLQ==", + "dev": true + }, "node_modules/markdown-it-mathjax3": { "version": "4.3.2", "resolved": "https://registry.npmmirror.com/markdown-it-mathjax3/-/markdown-it-mathjax3-4.3.2.tgz", @@ -1420,9 +1426,9 @@ } }, "node_modules/vitepress": { - "version": "1.0.0-alpha.67", - "resolved": "https://registry.npmmirror.com/vitepress/-/vitepress-1.0.0-alpha.67.tgz", - "integrity": "sha512-57vC0ALFp5irEmjFyOE7HCIiXB6ZEoDfsLl+sw7wTzDSX9LYfxSHQecu/C8knalqqI/oB6RZhWos0tUtH8lVTw==", + "version": "1.0.0-alpha.71", + "resolved": "https://registry.npmmirror.com/vitepress/-/vitepress-1.0.0-alpha.71.tgz", + "integrity": "sha512-UkmDuNO+paGq0ba5WVhwasR1BCQ0owlPStnjtCRd/cfzXB+VBAiZFK9pglVQaf/tDBFQOuHZkrkfgp5ka69hIg==", "dev": true, "dependencies": { "@docsearch/css": "^3.3.3", @@ -1431,6 +1437,7 @@ "@vue/devtools-api": "^6.5.0", "@vueuse/core": "^10.0.2", "body-scroll-lock": "4.0.0-beta.0", + "mark.js": "^8.11.1", "minisearch": "^6.0.1", "shiki": "^0.14.1", "vite": "^4.2.1", @@ -2320,6 +2327,12 @@ "sourcemap-codec": "^1.4.8" } }, + "mark.js": { + "version": "8.11.1", + "resolved": "https://registry.npmmirror.com/mark.js/-/mark.js-8.11.1.tgz", + "integrity": "sha512-1I+1qpDt4idfgLQG+BNWmrqku+7/2bi5nLf4YwF8y8zXvmfiTBY3PV3ZibfrjBueCByROpuBjLLFCajqkgYoLQ==", + "dev": true + }, "markdown-it-mathjax3": { "version": "4.3.2", "resolved": "https://registry.npmmirror.com/markdown-it-mathjax3/-/markdown-it-mathjax3-4.3.2.tgz", @@ -2553,9 +2566,9 @@ } }, "vitepress": { - "version": "1.0.0-alpha.67", - "resolved": "https://registry.npmmirror.com/vitepress/-/vitepress-1.0.0-alpha.67.tgz", - "integrity": "sha512-57vC0ALFp5irEmjFyOE7HCIiXB6ZEoDfsLl+sw7wTzDSX9LYfxSHQecu/C8knalqqI/oB6RZhWos0tUtH8lVTw==", + "version": "1.0.0-alpha.71", + "resolved": "https://registry.npmmirror.com/vitepress/-/vitepress-1.0.0-alpha.71.tgz", + "integrity": "sha512-UkmDuNO+paGq0ba5WVhwasR1BCQ0owlPStnjtCRd/cfzXB+VBAiZFK9pglVQaf/tDBFQOuHZkrkfgp5ka69hIg==", "dev": true, "requires": { "@docsearch/css": "^3.3.3", @@ -2564,6 +2577,7 @@ "@vue/devtools-api": "^6.5.0", "@vueuse/core": "^10.0.2", "body-scroll-lock": "4.0.0-beta.0", + "mark.js": "^8.11.1", "minisearch": "^6.0.1", "shiki": "^0.14.1", "vite": "^4.2.1", diff --git a/package.json b/package.json index f84ba14..9feb35f 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,6 @@ }, "devDependencies": { "markdown-it-mathjax3": "^4.3.2", - "vitepress": "^1.0.0-alpha.67" + "vitepress": "^1.0.0-alpha.71" } }