Skip to content

Commit

Permalink
feat: update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Hope committed Feb 5, 2024
1 parent ba3aacf commit 50486a6
Show file tree
Hide file tree
Showing 11 changed files with 336 additions and 350 deletions.
2 changes: 1 addition & 1 deletion .markdownlint-cli2.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default {
},
MD033: {
allowed_elements: [
"AutoCatalog",
"Catalog",
"ProjectPanel",
"details",
"script",
Expand Down
44 changes: 22 additions & 22 deletions config/plugins/blog.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@
},
"items": [
{
"name": "blog2",
"name": "@vuepress/blog",
"icon": "blog",
"tag": "latest",
"tag": "next",
"recommend": true,
"desc": {
"/": "VuePress2 blog plugin",
"/zh/": "VuePress2 博客插件"
"/": "VuePress blog plugin",
"/zh/": "VuePress 博客插件"
},
"source": "vuepress-theme-hope/vuepress-theme-hope/tree/main/packages/blog2/",
"source": "vuepress/ecosystem/tree/main/plugins/plugin-blog/",
"url": {
"/": "plugin-blog2.vuejs.press",
"/zh/": "plugin-blog2.vuejs.press/zh/"
"/": "ecosystem.vuejs.press/plugins/blog/",
"/zh/": "ecosystem.vuejs.press/zh/plugins/blog/"
}
}
]
Expand Down Expand Up @@ -94,18 +94,18 @@
},
"items": [
{
"name": "auto-catalog",
"name": "@vuepress/catalog",
"icon": "network-wired",
"tag": "latest",
"tag": "next",
"recommend": true,
"desc": {
"/": "Plugins to generate catalog page automatically",
"/zh/": "自动生成目录页面的插件"
},
"source": "vuepress-theme-hope/vuepress-theme-hope/tree/main/packages/auto-catalog/",
"source": "vuepress/ecosystem/tree/main/plugins/plugin-catalog/",
"url": {
"/": "plugin-auto-catalog.vuejs.press",
"/zh/": "plugin-auto-catalog.vuejs.press/zh/"
"/": "ecosystem.vuejs.press/plugins/catalog.html",
"/zh/": "ecosystem.vuejs.press/zh/plugins/catalog.html"
}
},
{
Expand All @@ -120,17 +120,17 @@
"url": "github.com/flytam/vuepress-plugin-blog-sync/"
},
{
"name": "reading-time2",
"name": "@vuepress/reading-time",
"icon": "book-open",
"tag": "latest",
"tag": "next",
"desc": {
"/": "Count words and generate reading time for articles",
"/zh/": "统计文章字数并生成阅读时间"
},
"source": "vuepress-theme-hope/vuepress-theme-hope/tree/main/packages/reading-time2/",
"source": "vuepress/ecosystem/tree/main/plugins/plugin-reading-time/",
"url": {
"/": "plugin-reading-time2.vuejs.press",
"/zh/": "plugin-reading-time2.vuejs.press/zh/"
"/": "ecosystem.vuejs.press/plugins/reading-time/",
"/zh/": "ecosystem.vuejs.press/zh/plugins/reading-time/"
}
}
]
Expand All @@ -142,18 +142,18 @@
},
"items": [
{
"name": "copyright2",
"name": "@vuepress/copyright",
"icon": "circle-info",
"tag": "latest",
"tag": "next",
"recommend": true,
"desc": {
"/": "Append copyright information while copying, while supports preventing selection and copy",
"/zh/": "复制时附加版权信息,同时支持阻止选择和复制"
},
"source": "vuepress-theme-hope/vuepress-theme-hope/tree/main/packages/copyright2/",
"source": "vuepress/ecosystem/tree/main/plugins/plugin-copyright/",
"url": {
"/": "plugin-copyright2.vuejs.press",
"/zh/": "plugin-copyright2.vuejs.press/zh/"
"/": "ecosystem.vuejs.press/plugins/copyright.html",
"/zh/": "ecosystem.vuejs.press/zh/plugins/copyright.html"
}
}
]
Expand Down
34 changes: 17 additions & 17 deletions config/plugins/developer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@
},
"items": [
{
"name": "vuepress-shared",
"tag": "latest",
"packageName": "vuepress-shared",
"name": "@vuepress/helper",
"tag": "next",
"packageName": "@vuepress/helper",
"recommend": true,
"icon": "toolbox",
"desc": {
"/": "Useful VuePress2 util functions for developers",
"/zh/": "面向开发者的 VuePress2 实用工具函数"
},
"source": "vuepress-theme-hope/vuepress-theme-hope/tree/main/packages/shared/",
"source": "vuepress/ecosystem/tree/main/tools/helper/",
"url": {
"/": "shared.vuejs.press",
"/zh/": "shared.vuejs.press/zh/"
"/": "ecosystem.vuejs.press/tools/helper/",
"/zh/": "ecosystem.vuejs.press/zh/tools/helper/"
}
},
{
Expand All @@ -45,19 +45,19 @@
},
"items": [
{
"name": "vuepress-shared",
"packageName": "vuepress-shared",
"tag": "latest",
"name": "@vuepress/helper",
"tag": "next",
"packageName": "@vuepress/helper",
"recommend": true,
"icon": "toolbox",
"desc": {
"/": "Useful VuePress2 util functions for developers",
"/zh/": "面向开发者的 VuePress2 实用工具函数"
},
"source": "vuepress-theme-hope/vuepress-theme-hope/tree/main/packages/shared/",
"source": "vuepress/ecosystem/tree/main/tools/helper/",
"url": {
"/": "shared.vuejs.press",
"/zh/": "shared.vuejs.press/zh/"
"/": "ecosystem.vuejs.press/tools/helper/",
"/zh/": "ecosystem.vuejs.press/zh/tools/helper/"
}
},
{
Expand Down Expand Up @@ -178,17 +178,17 @@
}
},
{
"name": "reading-time2",
"name": "@vuepress/reading-time",
"icon": "book-open",
"tag": "latest",
"tag": "next",
"desc": {
"/": "Count words and generate reading time for articles",
"/zh/": "统计文章字数并生成阅读时间"
},
"source": "vuepress-theme-hope/vuepress-theme-hope/tree/main/packages/reading-time2/",
"source": "vuepress/ecosystem/tree/main/plugins/plugin-reading-time/",
"url": {
"/": "plugin-reading-time2.vuejs.press",
"/zh/": "plugin-reading-time2.vuejs.press/zh/"
"/": "ecosystem.vuejs.press/plugins/reading-time/",
"/zh/": "ecosystem.vuejs.press/zh/plugins/reading-time/"
}
},
{
Expand Down
32 changes: 16 additions & 16 deletions config/plugins/feature.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,18 +80,18 @@
},
"items": [
{
"name": "auto-catalog",
"name": "@vuepress/catalog",
"icon": "network-wired",
"tag": "latest",
"tag": "next",
"recommend": true,
"desc": {
"/": "Plugins to generate catalog page automatically",
"/zh/": "自动生成目录页面的插件"
},
"source": "vuepress-theme-hope/vuepress-theme-hope/tree/main/packages/auto-catalog/",
"source": "vuepress/ecosystem/tree/main/plugins/plugin-catalog/",
"url": {
"/": "plugin-auto-catalog.vuejs.press",
"/zh/": "plugin-auto-catalog.vuejs.press/zh/"
"/": "ecosystem.vuejs.press/plugins/catalog.html",
"/zh/": "ecosystem.vuejs.press/zh/plugins/catalog.html"
}
},
{
Expand Down Expand Up @@ -125,18 +125,18 @@
}
},
{
"name": "copyright2",
"name": "@vuepress/copyright",
"icon": "circle-info",
"tag": "latest",
"tag": "next",
"recommend": true,
"desc": {
"/": "Append copyright information while copying, while supports preventing selection and copy",
"/zh/": "复制时附加版权信息,同时支持阻止选择和复制"
},
"source": "vuepress-theme-hope/vuepress-theme-hope/tree/main/packages/copyright2/",
"source": "vuepress/ecosystem/tree/main/plugins/plugin-copyright/",
"url": {
"/": "plugin-copyright2.vuejs.press",
"/zh/": "plugin-copyright2.vuejs.press/zh/"
"/": "ecosystem.vuejs.press/plugins/copyright.html",
"/zh/": "ecosystem.vuejs.press/zh/plugins/copyright.html"
}
},
{
Expand Down Expand Up @@ -214,17 +214,17 @@
}
},
{
"name": "rtl",
"icon": "frame",
"tag": "arrow-right",
"name": "@vuepress/rtl",
"icon": "arrow-right",
"tag": "next",
"desc": {
"/": "RTL layout support",
"/zh/": "RTL 布局支持"
},
"source": "vuepress-theme-hope/vuepress-theme-hope/tree/main/packages/rtl/",
"source": "vuepress/ecosystem/tree/main/plugins/plugin-rtl/",
"url": {
"/": "plugin-rtl.vuejs.press",
"/zh/": "plugin-rtl.vuejs.press/zh/"
"/": "ecosystem.vuejs.press/plugins/rtl.html",
"/zh/": "ecosystem.vuejs.press/zh/plugins/rtl.html"
}
},
{
Expand Down
10 changes: 5 additions & 5 deletions config/plugins/manage.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,18 +94,18 @@
"url": "https://vuepress.qbb.sh/china-search-console/"
},
{
"name": "redirect",
"name": "@vuepress/redirect",
"icon": "fas fa-eject fa-rotate-90",
"tag": "latest",
"tag": "next",
"recommend": true,
"desc": {
"/": "Performing automatically redirects from old links to new ones",
"/zh/": "自动从旧链接重定向到新链接"
},
"source": "vuepress-theme-hope/vuepress-theme-hope/tree/main/packages/redirect/",
"source": "vuepress/ecosystem/tree/main/plugins/plugin-redirect/",
"url": {
"/": "plugin-redirect.vuejs.press",
"/zh/": "plugin-redirect.vuejs.press/zh/"
"/": "ecosystem.vuejs.press/plugins/redirect.html",
"/zh/": "ecosystem.vuejs.press/zh/plugins/redirect.html"
}
},

Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,18 @@
},
"license": "CC0",
"dependencies": {
"@vuepress/bundler-vite": "2.0.0-rc.2",
"@vuepress/helper": "2.0.0-rc.6",
"@vuepress/bundler-vite": "2.0.0-rc.5",
"@vuepress/helper": "2.0.0-rc.10",
"vue": "3.4.15",
"vuepress": "2.0.0-rc.2",
"vuepress-shared": "2.0.0-rc.18",
"vuepress-theme-hope": "2.0.0-rc.18"
"vuepress": "2.0.0-rc.5",
"vuepress-shared": "2.0.0-rc.21",
"vuepress-theme-hope": "2.0.0-rc.21"
},
"devDependencies": {
"husky": "9.0.7",
"husky": "9.0.10",
"markdownlint-cli2": "0.12.1",
"nano-staged": "0.8.0",
"prettier": "3.2.4"
"prettier": "3.2.5"
},
"packageManager": "[email protected]",
"nano-staged": {
Expand Down
Loading

0 comments on commit 50486a6

Please sign in to comment.