Skip to content

Commit e6d5277

Browse files
committed
feat: bump deps
1 parent 7c45da7 commit e6d5277

File tree

9 files changed

+1085
-735
lines changed

9 files changed

+1085
-735
lines changed

config/themes/blog.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
{
66
"type": "theme",
77
"name": "hope",
8-
"icon": "https://theme-hope.vuejs.press/logo.svg",
8+
"icon": "https://theme-hope-assets.vuejs.press/logo.svg",
99
"tag": "latest",
1010
"desc": {
1111
"/": "VuePress theme with tons of features",
@@ -20,6 +20,7 @@
2020
{
2121
"type": "theme",
2222
"name": "plume",
23+
"icon": "https://theme-plume.vuejs.press/plume.png",
2324
"tag": "latest",
2425
"desc": {
2526
"/": "A simple and feature-rich VuePress documentation & blog theme",
@@ -44,7 +45,7 @@
4445
{
4546
"type": "theme",
4647
"name": "reco",
47-
"icon": "https://vuepress-theme-reco.recoluan.com/logo.png",
48+
"icon": "https://theme-reco.vuejs.press/logo.png",
4849
"desc": {
4950
"/": "🔥 The 2.x of vuepress-theme-reco",
5051
"/zh/": "🔥 vuepress-theme-reco 的 2.x 版本"

config/themes/docs.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
{
2020
"type": "theme",
2121
"name": "hope",
22-
"icon": "https://theme-hope.vuejs.press/logo.svg",
22+
"icon": "https://theme-hope-assets.vuejs.press/logo.svg",
2323
"tag": "latest",
2424
"desc": {
2525
"/": "VuePress theme with tons of features",
@@ -34,6 +34,7 @@
3434
{
3535
"type": "theme",
3636
"name": "plume",
37+
"icon": "https://theme-plume.vuejs.press/plume.png",
3738
"tag": "latest",
3839
"desc": {
3940
"/": "A simple and feature-rich VuePress documentation & blog theme",
@@ -48,7 +49,7 @@
4849
{
4950
"type": "theme",
5051
"name": "reco",
51-
"icon": "https://vuepress-theme-reco.recoluan.com/logo.png",
52+
"icon": "https://theme-reco.vuejs.press/logo.png",
5253
"desc": {
5354
"/": "🔥 The 2.x of vuepress-theme-reco",
5455
"/zh/": "🔥 vuepress-theme-reco 的 2.x 版本"

package.json

+8-7
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,21 @@
1414
},
1515
"license": "CC0",
1616
"dependencies": {
17-
"@vuepress/bundler-vite": "2.0.0-rc.14",
18-
"@vuepress/helper": "2.0.0-rc.41",
19-
"vue": "3.5.4",
20-
"vuepress": "2.0.0-rc.14",
21-
"vuepress-shared": "2.0.0-rc.52",
22-
"vuepress-theme-hope": "2.0.0-rc.52"
17+
"@vuepress/bundler-vite": "2.0.0-rc.15",
18+
"@vuepress/helper": "2.0.0-rc.47",
19+
"sass-embedded": "1.79.3",
20+
"vue": "3.5.8",
21+
"vuepress": "2.0.0-rc.15",
22+
"vuepress-shared": "2.0.0-rc.54",
23+
"vuepress-theme-hope": "2.0.0-rc.56"
2324
},
2425
"devDependencies": {
2526
"husky": "9.1.6",
2627
"markdownlint-cli2": "0.14.0",
2728
"nano-staged": "0.8.0",
2829
"prettier": "3.3.3"
2930
},
30-
"packageManager": "pnpm@9.10.0",
31+
"packageManager": "pnpm@9.11.0",
3132
"nano-staged": {
3233
"**/*": "prettier --write --ignore-unknown",
3334
"*.md": "markdownlint-cli2"

0 commit comments

Comments
 (0)