chore(theme & plugin-comment): update package version
This commit is contained in:
parent
8f2559f780
commit
454559526d
@ -1,6 +1,6 @@
|
||||
module.exports = {
|
||||
title: "vuepress-theme-reco",
|
||||
description: 'A simple and beautiful vuepress blog theme .',
|
||||
description: 'A simple and beautiful vuepress blog theme.',
|
||||
dest: 'example/public',
|
||||
head: [
|
||||
['link', { rel: 'icon', href: '/favicon.ico' }],
|
||||
@ -10,8 +10,8 @@ module.exports = {
|
||||
locales: {
|
||||
'/': {
|
||||
lang: 'ja-JP',
|
||||
title: 'VuePress',
|
||||
description: 'Vue-powered Static Site Generator'
|
||||
title: "vuepress-theme-reco",
|
||||
description: 'A simple and beautiful vuepress blog theme.',
|
||||
},
|
||||
},
|
||||
theme: require.resolve('../../packages/vuepress-theme-reco'),
|
||||
|
@ -1,5 +1,7 @@
|
||||
---
|
||||
home: true
|
||||
heroText: vuepress-theme-reco
|
||||
tagline: A simple and beautiful vuepress blog theme.
|
||||
# heroImage: /hero.png
|
||||
# heroImageStyle: {
|
||||
# maxWidth: '600px',
|
||||
|
12
package.json
12
package.json
@ -45,16 +45,16 @@
|
||||
"@commitlint/cli": "^8.3.5",
|
||||
"@commitlint/config-conventional": "^8.3.4",
|
||||
"babel-eslint": "^10.1.0",
|
||||
"commitizen": "^4.0.4",
|
||||
"conventional-changelog-cli": "^2.0.31",
|
||||
"commitizen": "^4.1.2",
|
||||
"conventional-changelog-cli": "^2.0.34",
|
||||
"cz-customizable": "^6.2.0",
|
||||
"eslint": "^6.8.0",
|
||||
"eslint-plugin-vue": "^6.2.2",
|
||||
"husky": "^4.2.5",
|
||||
"lerna": "^3.20.2",
|
||||
"lint-staged": "^10.1.5",
|
||||
"sort-package-json": "^1.42.0",
|
||||
"vuepress": "^1.4.1"
|
||||
"lerna": "^3.22.0",
|
||||
"lint-staged": "^10.2.7",
|
||||
"sort-package-json": "^1.44.0",
|
||||
"vuepress": "^1.5.0"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
|
@ -20,11 +20,11 @@
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@vssue/api-bitbucket-v2": "^1.1.1",
|
||||
"@vssue/api-gitee-v5": "^1.1.1",
|
||||
"@vssue/api-github-v3": "^1.1.2",
|
||||
"@vssue/api-gitee-v5": "^1.4.4",
|
||||
"@vssue/api-github-v3": "^1.4.4",
|
||||
"@vssue/api-github-v4": "^1.2.0",
|
||||
"@vssue/api-gitlab-v4": "^1.1.1",
|
||||
"valine": "^1.4.4",
|
||||
"vssue": "^1.2.2"
|
||||
"valine": "^1.4.14",
|
||||
"vssue": "^1.4.6"
|
||||
}
|
||||
}
|
||||
|
@ -24,10 +24,9 @@
|
||||
"@vuepress-reco/vuepress-plugin-loading-page": "^1.4.0",
|
||||
"@vuepress-reco/vuepress-plugin-pagation": "^1.4.0",
|
||||
"@vuepress/plugin-blog": "1.9.2",
|
||||
"@vuepress/plugin-medium-zoom": "1.4.1",
|
||||
"@vuepress/plugin-medium-zoom": "1.5.0",
|
||||
"docsearch.js": "2.6.3",
|
||||
"md5": "2.2.1",
|
||||
"valine": "1.4.4",
|
||||
"vue-click-outside": "1.1.0"
|
||||
},
|
||||
"gitHead": "c3a1db8487bece9341b6269a0f6ebf910cd5462a",
|
||||
|
Loading…
Reference in New Issue
Block a user