From 88cee2fd19a2620e2be262c714b8b1200cbf41f8 Mon Sep 17 00:00:00 2001 From: zhihuaiwen <1570631036@qq.com> Date: Sat, 10 Aug 2024 00:28:15 +0800 Subject: [PATCH] update --- package.json | 12 ++++++------ start.sh | 2 ++ 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 0b739a17..7f28c93c 100644 --- a/package.json +++ b/package.json @@ -24,20 +24,20 @@ "@vuepress/plugin-feed": "2.0.0-rc.30", "@vuepress/plugin-search": "2.0.0-rc.14", "@vuepress/utils": "2.0.0-rc.14", - "husky": "8.0.3", - "markdownlint-cli2": "0.11.0", + "husky": "9.1.4", + "markdownlint-cli2": "0.13.0", "mathjax-full": "4.0.0-beta.5", "nano-staged": "0.8.0", "nodejs-jieba": "0.1.2", - "prettier": "3.1.1", - "vue": "^3.4.27", + "prettier": "3.3.3", + "vue": "^3.4.37", "vue-scriptx": "^0.2.5", "vuepress": "2.0.0-rc.14", - "vuepress-theme-hope": "2.0.0-rc.49" + "vuepress-theme-hope": "2.0.0-rc.52" }, "devDependencies": { "@vuepress/bundler-vite": "2.0.0-rc.14", "echarts": "^5.5.1", - "vuepress-plugin-components": "2.0.0-rc.50" + "vuepress-plugin-components": "2.0.0-rc.52" } } \ No newline at end of file diff --git a/start.sh b/start.sh index 196f464a..75856e1d 100644 --- a/start.sh +++ b/start.sh @@ -1,2 +1,4 @@ +npm install -g npm-check-updates +npx npm-check-updates -u pnpm install pnpm run docs:dev \ No newline at end of file