From addf8b7f2a0e2c3ed739cf5491dc1e28913abcc3 Mon Sep 17 00:00:00 2001 From: ruan-cat <1219043956@qq.com> Date: Mon, 25 Nov 2024 20:19:03 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=B3=20chore(vuepress-preset-config):?= =?UTF-8?q?=20=E5=8D=87=E7=BA=A7=E4=BE=9D=E8=B5=96=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/vuepress-preset-config/CHANGELOG.md | 6 ++++++ packages/vuepress-preset-config/package.json | 14 +++++++------- 2 files changed, 13 insertions(+), 7 deletions(-) diff --git a/packages/vuepress-preset-config/CHANGELOG.md b/packages/vuepress-preset-config/CHANGELOG.md index c3db3bf..b9d9e75 100644 --- a/packages/vuepress-preset-config/CHANGELOG.md +++ b/packages/vuepress-preset-config/CHANGELOG.md @@ -1,5 +1,11 @@ # @ruan-cat/vuepress-preset-config +## 0.1.13 + +### Patch Changes + +- 升级依赖。 + ## 0.1.12 ### Patch Changes diff --git a/packages/vuepress-preset-config/package.json b/packages/vuepress-preset-config/package.json index 7580bb4..80c3cc8 100644 --- a/packages/vuepress-preset-config/package.json +++ b/packages/vuepress-preset-config/package.json @@ -1,6 +1,6 @@ { "name": "@ruan-cat/vuepress-preset-config", - "version": "0.1.12", + "version": "0.1.13", "description": "用于给大多数的vuepress项目提供一个预设的配置文件。", "type": "module", "main": "./dist/vuepress-preset-config.js", @@ -56,16 +56,16 @@ "src" ], "devDependencies": { - "@types/node": "^20.16.11", + "@types/node": "^20.17.7", "@types/rollup-plugin-visualizer": "^4.2.4" }, "dependencies": { "@vuepress/bundler-vite": "2.0.0-rc.18", "rollup-plugin-visualizer": "^5.12.0", - "sass-embedded": "^1.79.4", - "vue": "^3.5.11", + "sass-embedded": "^1.81.0", + "vue": "^3.5.13", "vuepress": "2.0.0-rc.18", - "vuepress-plugin-search-pro": "2.0.0-rc.57", - "vuepress-theme-hope": "2.0.0-rc.58" + "vuepress-plugin-search-pro": "2.0.0-rc.59", + "vuepress-theme-hope": "2.0.0-rc.59" } -} +} \ No newline at end of file