Skip to content

Commit 8e82a03

Browse files
committed
docs: introduce vuepress-plugin-flowchart
1 parent 5329b74 commit 8e82a03

File tree

3 files changed

+25
-1
lines changed

3 files changed

+25
-1
lines changed

packages/docs/docs/.vuepress/config.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,8 @@ module.exports = {
104104
serviceWorker: true,
105105
updatePopup: true
106106
},
107-
'@vuepress/plugin-medium-zoom': true
107+
'@vuepress/plugin-medium-zoom': true,
108+
'flowchart': true
108109
}
109110
}
110111

packages/docs/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
"@vuepress/plugin-i18n-ui": "^1.0.0-alpha.3",
2828
"@vuepress/plugin-medium-zoom": "^1.0.0-alpha.3",
2929
"@vuepress/plugin-pwa": "^1.0.0-alpha.3",
30+
"vuepress-plugin-flowchart": "^1.4.1",
3031
"vuepress": "^1.0.0-alpha.3"
3132
}
3233
}

yarn.lock

+22
Original file line numberDiff line numberDiff line change
@@ -3751,6 +3751,10 @@ esutils@^2.0.2:
37513751
version "2.0.2"
37523752
resolved "https://registry.yarnpkg.com/esutils/-/esutils-2.0.2.tgz#0abf4f1caa5bcb1f7a9d8acc6dea4faaa04bac9b"
37533753

3754+
3755+
version "0.5.0"
3756+
resolved "https://registry.yarnpkg.com/eve-raphael/-/eve-raphael-0.5.0.tgz#17c754b792beef3fa6684d79cf5a47c63c4cda30"
3757+
37543758
events@^1.0.0, events@^1.1.0:
37553759
version "1.1.1"
37563760
resolved "https://registry.yarnpkg.com/events/-/events-1.1.1.tgz#9ebdb7635ad099c70dcc4c2a1f5004288e8bd924"
@@ -4064,6 +4068,12 @@ flatten@^1.0.2:
40644068
version "1.0.2"
40654069
resolved "https://registry.yarnpkg.com/flatten/-/flatten-1.0.2.tgz#dae46a9d78fbe25292258cc1e780a41d95c03782"
40664070

4071+
flowchart.js@^1.11.3:
4072+
version "1.11.3"
4073+
resolved "https://registry.yarnpkg.com/flowchart.js/-/flowchart.js-1.11.3.tgz#e27e2c2bb5ed0e78bea403f1370a0ea3dfe274dd"
4074+
dependencies:
4075+
raphael "2.2.7"
4076+
40674077
flush-write-stream@^1.0.0:
40684078
version "1.0.3"
40694079
resolved "https://registry.yarnpkg.com/flush-write-stream/-/flush-write-stream-1.0.3.tgz#c5d586ef38af6097650b49bc41b55fabb19f35bd"
@@ -7550,6 +7560,12 @@ range-parser@^1.0.3:
75507560
version "1.2.0"
75517561
resolved "https://registry.yarnpkg.com/range-parser/-/range-parser-1.2.0.tgz#f49be6b487894ddc40dcc94a322f611092e00d5e"
75527562

7563+
7564+
version "2.2.7"
7565+
resolved "https://registry.yarnpkg.com/raphael/-/raphael-2.2.7.tgz#231b19141f8d086986d8faceb66f8b562ee2c810"
7566+
dependencies:
7567+
eve-raphael "0.5.0"
7568+
75537569
rc@^1.0.1, rc@^1.1.6, rc@^1.2.7:
75547570
version "1.2.8"
75557571
resolved "https://registry.yarnpkg.com/rc/-/rc-1.2.8.tgz#cd924bf5200a075b83c188cd6b9e211b7fc0d3ed"
@@ -9120,6 +9136,12 @@ vuepress-html-webpack-plugin@^3.2.0:
91209136
toposort "^1.0.0"
91219137
util.promisify "1.0.0"
91229138

9139+
vuepress-plugin-flowchart@^1.4.1:
9140+
version "1.4.1"
9141+
resolved "https://registry.yarnpkg.com/vuepress-plugin-flowchart/-/vuepress-plugin-flowchart-1.4.1.tgz#516348d915f6693ad1ab43aaa0df0615dc7f98e5"
9142+
dependencies:
9143+
flowchart.js "^1.11.3"
9144+
91239145
w3c-hr-time@^1.0.1:
91249146
version "1.0.1"
91259147
resolved "https://registry.yarnpkg.com/w3c-hr-time/-/w3c-hr-time-1.0.1.tgz#82ac2bff63d950ea9e3189a58a65625fedf19045"

0 commit comments

Comments
 (0)