File tree 19 files changed +43
-43
lines changed
plugin-register-components
19 files changed +43
-43
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"npmClient" : " yarn" ,
3
3
"useWorkspaces" : true ,
4
- "version" : " 1.0.3 "
4
+ "version" : " 1.0.4 "
5
5
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vuepress/core" ,
3
- "version" : " 1.0.3 " ,
3
+ "version" : " 1.0.4 " ,
4
4
"description" : " Minimalistic doc generator with Vue component based layout system" ,
5
5
"main" : " lib/index.js" ,
6
6
"repository" : {
31
31
"dependencies" : {
32
32
"@babel/core" : " ^7.0.0" ,
33
33
"@vue/babel-preset-app" : " ^3.1.1" ,
34
- "@vuepress/markdown" : " ^1.0.3 " ,
35
- "@vuepress/markdown-loader" : " ^1.0.3 " ,
36
- "@vuepress/plugin-last-updated" : " ^1.0.3 " ,
37
- "@vuepress/plugin-register-components" : " ^1.0.3 " ,
38
- "@vuepress/shared-utils" : " ^1.0.3 " ,
34
+ "@vuepress/markdown" : " ^1.0.4 " ,
35
+ "@vuepress/markdown-loader" : " ^1.0.4 " ,
36
+ "@vuepress/plugin-last-updated" : " ^1.0.4 " ,
37
+ "@vuepress/plugin-register-components" : " ^1.0.4 " ,
38
+ "@vuepress/shared-utils" : " ^1.0.4 " ,
39
39
"autoprefixer" : " ^9.5.1" ,
40
40
"babel-loader" : " ^8.0.4" ,
41
41
"cache-loader" : " ^3.0.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vuepress/markdown-loader" ,
3
- "version" : " 1.0.3 " ,
3
+ "version" : " 1.0.4 " ,
4
4
"description" : " markdown-loader for vuepress" ,
5
5
"main" : " index.js" ,
6
6
"publishConfig" : {
18
18
" generator"
19
19
],
20
20
"dependencies" : {
21
- "@vuepress/markdown" : " ^1.0.3 " ,
21
+ "@vuepress/markdown" : " ^1.0.4 " ,
22
22
"loader-utils" : " ^1.1.0" ,
23
23
"lru-cache" : " ^5.1.1"
24
24
},
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vuepress/markdown" ,
3
- "version" : " 1.0.3 " ,
3
+ "version" : " 1.0.4 " ,
4
4
"description" : " markdown for vuepress" ,
5
5
"main" : " index.js" ,
6
6
"publishConfig" : {
19
19
" markdown"
20
20
],
21
21
"dependencies" : {
22
- "@vuepress/shared-utils" : " ^1.0.3 " ,
22
+ "@vuepress/shared-utils" : " ^1.0.4 " ,
23
23
"markdown-it" : " ^8.4.1" ,
24
24
"markdown-it-anchor" : " ^5.0.2" ,
25
25
"markdown-it-chain" : " ^1.3.0" ,
28
28
"prismjs" : " ^1.13.0"
29
29
},
30
30
"devDependencies" : {
31
- "@vuepress/test-utils" : " ^1.0.3 "
31
+ "@vuepress/test-utils" : " ^1.0.4 "
32
32
},
33
33
"author" : " Evan You" ,
34
34
"maintainers" : [
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vuepress/plugin-active-header-links" ,
3
- "version" : " 1.0.3 " ,
3
+ "version" : " 1.0.4 " ,
4
4
"description" : " active-header-links plugin for vuepress" ,
5
5
"main" : " index.js" ,
6
6
"publishConfig" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vuepress/plugin-back-to-top" ,
3
- "version" : " 1.0.3 " ,
3
+ "version" : " 1.0.4 " ,
4
4
"description" : " back-to-top plugin for vuepress" ,
5
5
"main" : " index.js" ,
6
6
"publishConfig" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vuepress/plugin-google-analytics" ,
3
- "version" : " 1.0.3 " ,
3
+ "version" : " 1.0.4 " ,
4
4
"description" : " google-analytics plugin for vuepress" ,
5
5
"main" : " index.js" ,
6
6
"publishConfig" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vuepress/plugin-last-updated" ,
3
- "version" : " 1.0.3 " ,
3
+ "version" : " 1.0.4 " ,
4
4
"description" : " last-updated plugin for vuepress" ,
5
5
"main" : " index.js" ,
6
6
"publishConfig" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vuepress/plugin-medium-zoom" ,
3
- "version" : " 1.0.3 " ,
3
+ "version" : " 1.0.4 " ,
4
4
"description" : " medium-zoom plugin for vuepress" ,
5
5
"main" : " index.js" ,
6
6
"publishConfig" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vuepress/plugin-nprogress" ,
3
- "version" : " 1.0.3 " ,
3
+ "version" : " 1.0.4 " ,
4
4
"description" : " nprogress plugin for vuepress" ,
5
5
"main" : " index.js" ,
6
6
"publishConfig" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vuepress/plugin-pwa" ,
3
- "version" : " 1.0.3 " ,
3
+ "version" : " 1.0.4 " ,
4
4
"description" : " pwa plugin for vuepress" ,
5
5
"main" : " index.js" ,
6
6
"publishConfig" : {
18
18
" generator"
19
19
],
20
20
"dependencies" : {
21
- "@vuepress/shared-utils" : " ^1.0.3 " ,
21
+ "@vuepress/shared-utils" : " ^1.0.4 " ,
22
22
"register-service-worker" : " ^1.5.2" ,
23
23
"workbox-build" : " ^4.3.1"
24
24
},
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vuepress/plugin-register-components" ,
3
- "version" : " 1.0.3 " ,
3
+ "version" : " 1.0.4 " ,
4
4
"description" : " register-global-components plugin for vuepress" ,
5
5
"main" : " index.js" ,
6
6
"publishConfig" : {
24
24
},
25
25
"homepage" : " https://github.com/vuejs/vuepress/packages/@vuepress/plugin-register-components#readme" ,
26
26
"dependencies" : {
27
- "@vuepress/shared-utils" : " ^1.0.3 "
27
+ "@vuepress/shared-utils" : " ^1.0.4 "
28
28
}
29
29
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vuepress/plugin-search" ,
3
- "version" : " 1.0.3 " ,
3
+ "version" : " 1.0.4 " ,
4
4
"description" : " search plugin for vuepress" ,
5
5
"main" : " index.js" ,
6
6
"publishConfig" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vuepress/shared-utils" ,
3
- "version" : " 1.0.3 " ,
3
+ "version" : " 1.0.4 " ,
4
4
"description" : " shared-utils for vuepress" ,
5
5
"main" : " lib/index.js" ,
6
6
"types" : " types/index.d.ts" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vuepress/test-utils" ,
3
- "version" : " 1.0.3 " ,
3
+ "version" : " 1.0.4 " ,
4
4
"description" : " test-utils for vuepress" ,
5
5
"main" : " index.js" ,
6
6
"publishConfig" : {
22
22
"@babel/preset-env" : " ^7.0.0" ,
23
23
"@types/jest" : " ^24.0.9" ,
24
24
"@vue/test-utils" : " ^1.0.0-beta.29" ,
25
- "@vuepress/core" : " ^1.0.3 " ,
26
- "@vuepress/shared-utils" : " ^1.0.3 " ,
25
+ "@vuepress/core" : " ^1.0.4 " ,
26
+ "@vuepress/shared-utils" : " ^1.0.4 " ,
27
27
"babel-jest" : " ^24.7.1" ,
28
28
"execa" : " ^1.0.0" ,
29
29
"jest" : " ^24.7.1" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vuepress/theme-default" ,
3
- "version" : " 1.0.3 " ,
3
+ "version" : " 1.0.4 " ,
4
4
"description" : " Default theme for VuePress" ,
5
5
"main" : " index.js" ,
6
6
"publishConfig" : {
30
30
},
31
31
"homepage" : " https://github.com/vuejs/vuepress/packages/@vuepress/theme-default#readme" ,
32
32
"dependencies" : {
33
- "@vuepress/plugin-active-header-links" : " ^1.0.3 " ,
34
- "@vuepress/plugin-nprogress" : " ^1.0.3 " ,
35
- "@vuepress/plugin-search" : " ^1.0.3 " ,
33
+ "@vuepress/plugin-active-header-links" : " ^1.0.4 " ,
34
+ "@vuepress/plugin-nprogress" : " ^1.0.4 " ,
35
+ "@vuepress/plugin-search" : " ^1.0.4 " ,
36
36
"docsearch.js" : " ^2.5.2" ,
37
37
"lodash" : " ^4.17.15" ,
38
38
"stylus" : " ^0.54.5" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vuepress/theme-vue" ,
3
- "version" : " 1.0.3 " ,
3
+ "version" : " 1.0.4 " ,
4
4
"description" : " VuePress theme for official Vue projects" ,
5
5
"main" : " index.js" ,
6
6
"publishConfig" : {
30
30
},
31
31
"homepage" : " https://github.com/vuejs/vuepress/packages/@vuepress/theme-vue#readme" ,
32
32
"dependencies" : {
33
- "@vuepress/theme-default" : " ^1.0.3 "
33
+ "@vuepress/theme-default" : " ^1.0.4 "
34
34
}
35
35
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"private" : true ,
3
- "version" : " 1.0.3 " ,
3
+ "version" : " 1.0.4 " ,
4
4
"name" : " docs" ,
5
5
"description" : " docs of VuePress" ,
6
6
"scripts" : {
30
30
"homepage" : " https://github.com/vuejs/vuepress#readme" ,
31
31
"devDependencies" : {
32
32
"@textlint-rule/textlint-rule-no-unmatched-pair" : " ^1.0.7" ,
33
- "@vuepress/plugin-back-to-top" : " ^1.0.3 " ,
34
- "@vuepress/plugin-google-analytics" : " ^1.0.3 " ,
35
- "@vuepress/plugin-medium-zoom" : " ^1.0.3 " ,
36
- "@vuepress/plugin-pwa" : " ^1.0.3 " ,
37
- "@vuepress/theme-vue" : " ^1.0.3 " ,
33
+ "@vuepress/plugin-back-to-top" : " ^1.0.4 " ,
34
+ "@vuepress/plugin-google-analytics" : " ^1.0.4 " ,
35
+ "@vuepress/plugin-medium-zoom" : " ^1.0.4 " ,
36
+ "@vuepress/plugin-pwa" : " ^1.0.4 " ,
37
+ "@vuepress/theme-vue" : " ^1.0.4 " ,
38
38
"lint-staged" : " ^8.1.5" ,
39
39
"remark-cli" : " ^7.0.0" ,
40
40
"remark-lint" : " ^6.0.5" ,
50
50
"textlint-rule-terminology" : " ^1.1.30" ,
51
51
"textlint-rule-write-good" : " ^1.6.2" ,
52
52
"vue-toasted" : " ^1.1.25" ,
53
- "vuepress" : " ^1.0.3 " ,
53
+ "vuepress" : " ^1.0.4 " ,
54
54
"vuepress-plugin-flowchart" : " ^1.4.2"
55
55
}
56
56
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vuepress" ,
3
- "version" : " 1.0.3 " ,
3
+ "version" : " 1.0.4 " ,
4
4
"description" : " Minimalistic doc generator with Vue component based layout system" ,
5
5
"main" : " index.js" ,
6
6
"repository" : {
32
32
},
33
33
"homepage" : " https://github.com/vuejs/vuepress#readme" ,
34
34
"dependencies" : {
35
- "@vuepress/core" : " ^1.0.3 " ,
36
- "@vuepress/theme-default" : " ^1.0.3 " ,
35
+ "@vuepress/core" : " ^1.0.4 " ,
36
+ "@vuepress/theme-default" : " ^1.0.4 " ,
37
37
"cac" : " ^6.3.9" ,
38
38
"envinfo" : " ^7.2.0" ,
39
39
"opencollective-postinstall" : " ^2.0.2"
You can’t perform that action at this time.
0 commit comments