Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/vitepress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@
},
"dependencies": {
"element-plus": "2.9.7",
"vitepress": "1.6.3",
"vue": "3.5.13"
"vitepress": "1.6.4",
"vue": "3.5.22"
},
"devDependencies": {
"mkdist": "2.4.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/vuepress/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## v0.0.1-alpha.18 (2025-10-21)

### ✨ Features

- 升级底层依赖,修复类型错误 &nbsp;-&nbsp; by **142vip.cn** in https://github.com/142vip/core-x/issues/707 [<samp>(47ce0)</samp>](https://github.com/142vip/core-x/commit/47ce046)

**Release New Version v0.0.1-alpha.18 [👉 View New Package On NPM](https://www.npmjs.com/package/@142vip/vuepress)**

## v0.0.1-alpha.17 (2025-05-18)

### ✨ Features
Expand Down
34 changes: 17 additions & 17 deletions packages/vuepress/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@142vip/vuepress",
"version": "0.0.1-alpha.17",
"version": "0.0.1-alpha.18",
"private": false,
"description": "VuePress使用的最佳实践,基于vuepress-theme-hope的封装",
"author": "mmdapl <mmdapl@163.com>",
Expand Down Expand Up @@ -46,27 +46,27 @@
"homePage": "https://142vip.cn"
},
"peerDependencies": {
"@vue/repl": "4.5.1",
"@vuepress/bundler-vite": "2.0.0-rc.22",
"@vuepress/plugin-markdown-image": "2.0.0-rc.102",
"@vuepress/plugin-markdown-tab": "2.0.0-rc.102",
"@vuepress/plugin-redirect": "2.0.0-rc.102",
"@vuepress/plugin-slimsearch": "2.0.0-rc.102",
"@vuepress/plugin-watermark": "2.0.0-rc.102",
"@vueuse/shared": "13.0.0",
"cli-spinners": "3.2.0",
"@vue/repl": "4.7.0",
"@vuepress/bundler-vite": "2.0.0-rc.26",
"@vuepress/plugin-markdown-image": "2.0.0-rc.115",
"@vuepress/plugin-markdown-tab": "2.0.0-rc.115",
"@vuepress/plugin-redirect": "2.0.0-rc.115",
"@vuepress/plugin-slimsearch": "2.0.0-rc.115",
"@vuepress/plugin-watermark": "2.0.0-rc.115",
"@vueuse/shared": "13.9.0",
"cli-spinners": "3.3.0",
"dashjs": "4.7.4",
"hls.js": "1.5.13",
"hls.js": "1.6.13",
"markdown-it": "14.1.0",
"markdown-it-emoji": "3.0.0",
"mermaid": "11.6.0",
"mermaid": "11.12.0",
"reveal.js": "5.2.1",
"sass-embedded": "1.87.0",
"sass-embedded": "1.93.2",
"unicorn-magic": "0.3.0",
"vidstack": "1.12.12",
"vue": "3.5.18",
"vuepress": "2.0.0-rc.22",
"vuepress-theme-hope": "2.0.0-rc.87"
"vidstack": "1.12.13",
"vue": "3.5.22",
"vuepress": "2.0.0-rc.26",
"vuepress-theme-hope": "2.0.0-rc.95"
},
"publishConfig": {
"access": "public",
Expand Down
4 changes: 2 additions & 2 deletions packages/vuepress/src/theme.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type { PluginsOptions, ThemeOptions } from 'vuepress-theme-hope'
import type { ThemeOptions, ThemePluginsOptions } from 'vuepress-theme-hope'
import path from 'node:path'
import process from 'node:process'
import { hopeTheme } from 'vuepress-theme-hope'
Expand All @@ -7,7 +7,7 @@ import { slimSearchCNLocals } from './plugins/plugin-slim-search'
/**
* 主题中插件的一些配置
*/
export const baseThemePluginOptions: PluginsOptions = {
export const baseThemePluginOptions: ThemePluginsOptions = {

// comment:{
// provider: "Artalk",
Expand Down
Loading
Loading