Skip to content

Commit 893e33f

Browse files
authored
deps: update vuepress and theme hope + fixes (#83)
1 parent 3907769 commit 893e33f

File tree

4 files changed

+2923
-5152
lines changed

4 files changed

+2923
-5152
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,6 @@ Icon
2828
Network Trash Folder
2929
Temporary Items
3030
.apdisk
31+
32+
# IntelliJ IDEA
33+
.idea/

package.json

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,17 @@
1111
"dev": "vuepress dev src"
1212
},
1313
"devDependencies": {
14-
"@vuepress/client": "2.0.0-beta.66",
15-
"@vuepress/plugin-google-analytics": "2.0.0-beta.66",
16-
"@vuepress/plugin-register-components": "2.0.0-beta.66",
17-
"vue": "^3.2.47",
18-
"vuepress": "2.0.0-beta.66",
19-
"vuepress-theme-hope": "2.0.0-beta.234"
14+
"@vuepress/bundler-webpack": "2.0.0-rc.9",
15+
"@vuepress/plugin-google-analytics": "2.0.0-rc.15",
16+
"@vuepress/plugin-register-components": "2.0.0-rc.15",
17+
"vue": "^3.4.21"
2018
},
2119
"dependencies": {
22-
"sass-loader": "^13.3.2",
23-
"webpack": "^5.75.0"
20+
"@vuepress/client": "2.0.0-rc.9",
21+
"@waline/client": "^3.1.3",
22+
"sass-loader": "^13.3.3",
23+
"vuepress": "2.0.0-rc.9",
24+
"vuepress-theme-hope": "2.0.0-rc.31",
25+
"webpack": "^5.91.0"
2426
}
2527
}

0 commit comments

Comments
 (0)