Skip to content

Commit

Permalink
feat: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Hope committed Sep 23, 2024
1 parent 7c45da7 commit e6d5277
Show file tree
Hide file tree
Showing 9 changed files with 1,085 additions and 735 deletions.
5 changes: 3 additions & 2 deletions config/themes/blog.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{
"type": "theme",
"name": "hope",
"icon": "https://theme-hope.vuejs.press/logo.svg",
"icon": "https://theme-hope-assets.vuejs.press/logo.svg",
"tag": "latest",
"desc": {
"/": "VuePress theme with tons of features",
Expand All @@ -20,6 +20,7 @@
{
"type": "theme",
"name": "plume",
"icon": "https://theme-plume.vuejs.press/plume.png",
"tag": "latest",
"desc": {
"/": "A simple and feature-rich VuePress documentation & blog theme",
Expand All @@ -44,7 +45,7 @@
{
"type": "theme",
"name": "reco",
"icon": "https://vuepress-theme-reco.recoluan.com/logo.png",
"icon": "https://theme-reco.vuejs.press/logo.png",
"desc": {
"/": "🔥 The 2.x of vuepress-theme-reco",
"/zh/": "🔥 vuepress-theme-reco 的 2.x 版本"
Expand Down
5 changes: 3 additions & 2 deletions config/themes/docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
{
"type": "theme",
"name": "hope",
"icon": "https://theme-hope.vuejs.press/logo.svg",
"icon": "https://theme-hope-assets.vuejs.press/logo.svg",
"tag": "latest",
"desc": {
"/": "VuePress theme with tons of features",
Expand All @@ -34,6 +34,7 @@
{
"type": "theme",
"name": "plume",
"icon": "https://theme-plume.vuejs.press/plume.png",
"tag": "latest",
"desc": {
"/": "A simple and feature-rich VuePress documentation & blog theme",
Expand All @@ -48,7 +49,7 @@
{
"type": "theme",
"name": "reco",
"icon": "https://vuepress-theme-reco.recoluan.com/logo.png",
"icon": "https://theme-reco.vuejs.press/logo.png",
"desc": {
"/": "🔥 The 2.x of vuepress-theme-reco",
"/zh/": "🔥 vuepress-theme-reco 的 2.x 版本"
Expand Down
15 changes: 8 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,21 @@
},
"license": "CC0",
"dependencies": {
"@vuepress/bundler-vite": "2.0.0-rc.14",
"@vuepress/helper": "2.0.0-rc.41",
"vue": "3.5.4",
"vuepress": "2.0.0-rc.14",
"vuepress-shared": "2.0.0-rc.52",
"vuepress-theme-hope": "2.0.0-rc.52"
"@vuepress/bundler-vite": "2.0.0-rc.15",
"@vuepress/helper": "2.0.0-rc.47",
"sass-embedded": "1.79.3",
"vue": "3.5.8",
"vuepress": "2.0.0-rc.15",
"vuepress-shared": "2.0.0-rc.54",
"vuepress-theme-hope": "2.0.0-rc.56"
},
"devDependencies": {
"husky": "9.1.6",
"markdownlint-cli2": "0.14.0",
"nano-staged": "0.8.0",
"prettier": "3.3.3"
},
"packageManager": "pnpm@9.10.0",
"packageManager": "pnpm@9.11.0",
"nano-staged": {
"**/*": "prettier --write --ignore-unknown",
"*.md": "markdownlint-cli2"
Expand Down
Loading

0 comments on commit e6d5277

Please sign in to comment.