Skip to content

Commit b061368

Browse files
committed
chore: Update dependencies
1 parent ce27857 commit b061368

File tree

5 files changed

+8750
-5381
lines changed

5 files changed

+8750
-5381
lines changed

generate.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ cd $DOCS_DIR
1010
rm -rf java-design-patterns
1111
rm -rf patterns
1212
rm -rf zh/patterns
13-
git clone https://github.com/iluwatar/java-design-patterns.git
13+
git clone --depth 1 https://github.com/iluwatar/java-design-patterns.git
1414
cd java-design-patterns
1515
git checkout-index -a -f --prefix=../patterns/
1616
cd ../patterns
@@ -45,7 +45,7 @@ rm -rf patterns/localization
4545
rm -rf programming-principles
4646
rm -rf principles
4747
rm -rf zh/principles
48-
git clone https://github.com/iluwatar/programming-principles.git
48+
git clone --depth 1 https://github.com/iluwatar/programming-principles.git
4949
cd programming-principles
5050
git checkout-index -f --prefix=../principles/ README.md
5151

@@ -63,7 +63,7 @@ rm -rf programming-principles
6363
rm -rf 30-seconds-of-java
6464
rm -rf snippets
6565
rm -rf zh/snippets
66-
git clone https://github.com/iluwatar/30-seconds-of-java.git
66+
git clone --depth 1 https://github.com/iluwatar/30-seconds-of-java.git
6767
cd 30-seconds-of-java
6868
git checkout-index -f --prefix=../snippets/ README.md
6969

package.json

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,25 +4,29 @@
44
"description": "A website project built on vuepress 2 with vuepress-theme-hope",
55
"license": "MIT",
66
"type": "module",
7+
"packageManager": "pnpm@10.29.1",
78
"scripts": {
89
"generate": "./generate.sh",
910
"build": "vuepress build src",
1011
"clean-dev": "vuepress dev src --clean-cache",
1112
"dev": "vuepress dev src"
1213
},
1314
"devDependencies": {
14-
"@vuepress/bundler-webpack": "2.0.0-rc.13",
15-
"@vuepress/plugin-google-analytics": "2.0.0-rc.33",
16-
"@vuepress/plugin-register-components": "2.0.0-rc.33",
17-
"vue": "^3.4.27"
15+
"@vuepress/bundler-webpack": "2.0.0-rc.26",
16+
"@vuepress/plugin-google-analytics": "next",
17+
"@vuepress/plugin-pwa": "2.0.0-rc.121",
18+
"@vuepress/plugin-register-components": "next",
19+
"@vuepress/theme-default": "next",
20+
"sass": "^1.97.3",
21+
"typescript": "^5.9.3",
22+
"vue": "^3.5.27",
23+
"vuepress": "2.0.0-rc.26"
1824
},
1925
"dependencies": {
20-
"@vuepress/client": "2.0.0-rc.13",
21-
"@vuepress/plugin-pwa": "^2.0.0-rc.33",
2226
"@waline/client": "^3.2.1",
23-
"sass-loader": "^14.2.1",
24-
"vuepress": "2.0.0-rc.13",
25-
"vuepress-theme-hope": "2.0.0-rc.47",
27+
"katex": "^0.16.28",
28+
"sass-loader": "^16.0.6",
29+
"vuepress-theme-hope": "2.0.0-rc.102",
2630
"webpack": "^5.91.0"
2731
}
2832
}

0 commit comments

Comments
 (0)