Skip to content

Commit a1d6e78

Browse files
committed
arrow_up: 更新依赖
1 parent b228c17 commit a1d6e78

File tree

3 files changed

+19
-40
lines changed

3 files changed

+19
-40
lines changed

microapp/vuepress.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ module.exports = {
2020
locales: {
2121
'/zh/': {
2222
lang: 'zh-CN',
23-
title: 'Plugin - VuePress',
23+
title: 'MicroApp - VuePress',
2424
description: '一款简洁而优雅的 博客 & 文档 主题, 依赖于 Micro App 微应用框架',
2525

2626
label: '简体中文',
@@ -34,7 +34,7 @@ module.exports = {
3434
},
3535
// '/en/': {
3636
// lang: 'en-US',
37-
// title: 'Plugin - VuePress',
37+
// title: 'MicroApp - VuePress',
3838
// description: 'Vue-powered Static Site Generator',
3939
// },
4040
},

package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,7 @@
2222
},
2323
"files": [
2424
"bin",
25-
"scripts",
26-
"src",
27-
"theme"
25+
"src"
2826
],
2927
"homepage": "https://github.com/MicroAppJS/vuepress",
3028
"repository": {
@@ -55,6 +53,6 @@
5553
},
5654
"dependencies": {
5755
"@micro-app/cli": "^0.3.17",
58-
"@micro-app/plugin-vuepress": "^0.1.24"
56+
"@micro-app/plugin-vuepress": "^0.2.0"
5957
}
6058
}

yarn.lock

Lines changed: 15 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -997,16 +997,6 @@
997997
"@types/istanbul-reports" "^1.1.1"
998998
"@types/yargs" "^13.0.0"
999999

1000-
"@micro-app/cli@^0.3.16":
1001-
version "0.3.16"
1002-
resolved "https://registry.yarnpkg.com/@micro-app/cli/-/cli-0.3.16.tgz#35173825493341cb57e08548f06b79cff12d174f"
1003-
integrity sha512-1fbKmWEJE3Zt3GMtNqJzZ3V6m7RhOX25nWv9woQyvTc3xk8PRtXg5lheql9EdaMd0xNcDuVKBxnbdA4yZgNLiQ==
1004-
dependencies:
1005-
"@micro-app/core" "^0.3.29"
1006-
"@zkochan/cmd-shim" "^4.3.0"
1007-
read-cmd-shim "^2.0.0"
1008-
update-notifier "^4.1.0"
1009-
10101000
"@micro-app/cli@^0.3.17":
10111001
version "0.3.17"
10121002
resolved "https://registry.yarnpkg.com/@micro-app/cli/-/cli-0.3.17.tgz#ca546d076cd1301a06502fa293546ccd4ad6fefb"
@@ -1017,15 +1007,6 @@
10171007
read-cmd-shim "^2.0.0"
10181008
update-notifier "^4.1.0"
10191009

1020-
"@micro-app/core@^0.3.29":
1021-
version "0.3.29"
1022-
resolved "https://registry.yarnpkg.com/@micro-app/core/-/core-0.3.29.tgz#855f0ee436b554dec486286bdd7d21acada71fa5"
1023-
integrity sha512-IHMCEhs2qX506yc7LiUSTDnzDDAfYsU0brMx0gTFQijPE1gLk+VB2F55fSwKMcLJDC+poJcc2xYht+Rmsxpzfg==
1024-
dependencies:
1025-
"@micro-app/shared-utils" "^0.1.19"
1026-
dotenv "^8.2.0"
1027-
dotenv-expand "^5.1.0"
1028-
10291010
"@micro-app/core@^0.3.30":
10301011
version "0.3.30"
10311012
resolved "https://registry.yarnpkg.com/@micro-app/core/-/core-0.3.30.tgz#11b13d1578c951797b615c478f422982fdac6d25"
@@ -1043,12 +1024,12 @@
10431024
"@release-it/conventional-changelog" "^1.1.0"
10441025
release-it "^13.1.1"
10451026

1046-
"@micro-app/plugin-vuepress@^0.1.24":
1047-
version "0.1.24"
1048-
resolved "https://registry.yarnpkg.com/@micro-app/plugin-vuepress/-/plugin-vuepress-0.1.24.tgz#aa6f42f613668c8e4feceb8a07a6f2da119e17ab"
1049-
integrity sha512-8gRzrsgTFMtZ7UbdsA2rj38zkWyNoAdepO5mX1T1l/m8fDwG1tLiXx162m8HQt3KX8sU0VmXnVMQAUBmJT8WLg==
1027+
"@micro-app/plugin-vuepress@^0.2.0":
1028+
version "0.2.0"
1029+
resolved "https://registry.yarnpkg.com/@micro-app/plugin-vuepress/-/plugin-vuepress-0.2.0.tgz#b8051f3873b3f4c554b2c38f8a75465d0870248f"
1030+
integrity sha512-q679qMl9KVloQrktFbYn0l7GH7DvdftqgOhWNvx9ytE0sKMD9hqUR/UY4KmzWu4rxYxH0dk82laRWjcy2rt2Pg==
10501031
dependencies:
1051-
"@micro-app/cli" "^0.3.16"
1032+
"@micro-app/cli" "^0.3.17"
10521033
"@vssue/api-github-v4" "^1.4.0"
10531034
"@vssue/vuepress-plugin-vssue" "^1.4.3"
10541035
"@vuepress/plugin-back-to-top" "^1.4.1"
@@ -1067,7 +1048,7 @@
10671048
remove-markdown "^0.3.0"
10681049
rss "^1.2.2"
10691050
scrollreveal "^4.0.6"
1070-
svg-sprite-loader "^4.2.5"
1051+
svg-sprite-loader "^4.2.7"
10711052
svgo "^1.3.2"
10721053
svgo-loader "^2.2.1"
10731054
vuepress "^1.4.1"
@@ -11182,10 +11163,10 @@ supports-color@^6.1.0:
1118211163
dependencies:
1118311164
has-flag "^3.0.0"
1118411165

11185-
svg-baker-runtime@^1.4.6:
11186-
version "1.4.6"
11187-
resolved "https://registry.yarnpkg.com/svg-baker-runtime/-/svg-baker-runtime-1.4.6.tgz#73499736c636610121a9e17ae6ceb2ea1023ec6b"
11188-
integrity sha512-n+Uq23mafI12WLHXahkjSY00qHJaNfeB9XgVKdo0C4kzrcn8JnunXNajvOlqkFaTqj7xT7MwTlFl3Hga8AevcQ==
11166+
svg-baker-runtime@^1.4.7:
11167+
version "1.4.7"
11168+
resolved "https://registry.yarnpkg.com/svg-baker-runtime/-/svg-baker-runtime-1.4.7.tgz#f4720637f5b6202eef6378d81f1fead0815f8a4e"
11169+
integrity sha512-Zorfwwj5+lWjk/oxwSMsRdS2sPQQdTmmsvaSpzU+i9ZWi3zugHLt6VckWfnswphQP0LmOel3nggpF5nETbt6xw==
1118911170
dependencies:
1119011171
deepmerge "1.3.2"
1119111172
mitt "1.1.2"
@@ -11210,10 +11191,10 @@ svg-baker@^1.5.0, svg-baker@^1.7.0:
1121011191
query-string "^4.3.2"
1121111192
traverse "^0.6.6"
1121211193

11213-
svg-sprite-loader@^4.2.5:
11214-
version "4.2.5"
11215-
resolved "https://registry.yarnpkg.com/svg-sprite-loader/-/svg-sprite-loader-4.2.5.tgz#4848a2c36efaabb77753481f52ad0b256355537e"
11216-
integrity sha512-0upgOBcJKI/stFhBqrPj0x99zhkKUR6JDOtQLozDY5HrIAHEIMW5iY8W9/1CfPT6G+ymqqKV0nLtwiUEwfHKrg==
11194+
svg-sprite-loader@^4.2.7:
11195+
version "4.2.7"
11196+
resolved "https://registry.yarnpkg.com/svg-sprite-loader/-/svg-sprite-loader-4.2.7.tgz#2304309b46368a34e7b271693664d92761d8b94e"
11197+
integrity sha512-7e9CDoPr1oH/whWF4TVqQ5tSPk0qq6ejUA/jtBw1YdTFefOAaxPIDIGFJpjQk0CINf4kEC+EVbU8wAtVt/kYDw==
1121711198
dependencies:
1121811199
bluebird "^3.5.0"
1121911200
deepmerge "1.3.2"
@@ -11222,7 +11203,7 @@ svg-sprite-loader@^4.2.5:
1122211203
html-webpack-plugin "^3.2.0"
1122311204
loader-utils "^1.1.0"
1122411205
svg-baker "^1.5.0"
11225-
svg-baker-runtime "^1.4.6"
11206+
svg-baker-runtime "^1.4.7"
1122611207
url-slug "2.0.0"
1122711208

1122811209
svg-tags@^1.0.0:

0 commit comments

Comments
 (0)