diff --git a/docs/package-lock.json b/docs/package-lock.json index 096b628..27a8ea9 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -5,7 +5,7 @@ "packages": { "": { "devDependencies": { - "vitepress": "^2.0.0-alpha.17" + "vitepress": "^2.0.0-alpha.20" } }, "node_modules/@babel/helper-string-parser": { @@ -1909,31 +1909,29 @@ } }, "node_modules/vitepress": { - "version": "2.0.0-alpha.19", - "resolved": "https://registry.npmjs.org/vitepress/-/vitepress-2.0.0-alpha.19.tgz", - "integrity": "sha512-WnBsb0Bwr43kXKyiis+lld/7ri3hnMbthS8N3hpFtjjwsdLO4IRmiAE08D7aud4q6oMDf9uwRowxzNqRFe/amw==", + "version": "2.0.0-alpha.20", + "resolved": "https://registry.npmjs.org/vitepress/-/vitepress-2.0.0-alpha.20.tgz", + "integrity": "sha512-uQWKmP9PaBkf9zxHn0iOml/ZPPDaGKqQXVMBHz3yjwyyd9Eg+BKLGxbqmOGlfOMCt6Fj8TLiAnE59qlKZ0A3xw==", "dev": true, "license": "MIT", "dependencies": { "@docsearch/css": "^4.7.0", "@docsearch/js": "^4.7.0", "@docsearch/sidepanel-js": "^4.7.0", - "@iconify-json/simple-icons": "^1.2.92", - "@shikijs/core": "^4.4.1", - "@shikijs/transformers": "^4.4.1", - "@shikijs/types": "^4.4.1", + "@iconify-json/simple-icons": "^1.2.93", + "@shikijs/transformers": "^4.4.3", "@types/markdown-it": "^14.1.2", "@vitejs/plugin-vue": "^6.0.8", "@vue/devtools-api": "^8.2.1", - "@vue/shared": "^3.5.40", + "@vue/shared": "^3.5.41", "@vueuse/core": "^14.4.0", "@vueuse/integrations": "^14.4.0", "focus-trap": "^8.2.2", "mark.js": "8.11.1", "minisearch": "^7.2.0", - "shiki": "^4.4.1", - "vite": "^8.2.0", - "vue": "^3.5.40" + "shiki": "^4.4.3", + "vite": "^8.2.1", + "vue": "^3.5.41" }, "bin": { "vitepress": "bin/vitepress.js" diff --git a/docs/package.json b/docs/package.json index f2c70d6..4894ac3 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,6 +1,6 @@ { "devDependencies": { - "vitepress": "^2.0.0-alpha.17" + "vitepress": "^2.0.0-alpha.20" }, "scripts": { "docs:dev": "vitepress dev site",