Skip to content

Commit b5ed319

Browse files
committed
chore: upgrade deps
Signed-off-by: Dup4 <lyuzhi.pan@gmail.com>
1 parent 7d89b80 commit b5ed319

File tree

3 files changed

+1072
-8
lines changed

3 files changed

+1072
-8
lines changed

.vscode/settings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
"striphtml",
3838
"superfences",
3939
"tasklist",
40+
"taze",
4041
"twemoji",
4142
"uslugify",
4243
"XCPC",

package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
2+
"name": "@xcpcio/docs",
23
"private": true,
3-
"packageManager": "pnpm@7.31.0",
4+
"packageManager": "pnpm@8.15.0",
45
"scripts": {
56
"build": "bash build.sh",
67
"dev": "mkdocs serve -v",
@@ -9,9 +10,10 @@
910
},
1011
"devDependencies": {
1112
"mkdocs-render-math-ssr": "^1.0.7",
12-
"pnpm": "^7.32.4",
13+
"pnpm": "^8.15.0",
1314
"remark-cli": "^10.0.1",
1415
"remark-lint-code-block-style": "^3.1.0",
15-
"remark-preset-lint-mkdocs-material": "^0.7.0"
16+
"remark-preset-lint-mkdocs-material": "^0.7.0",
17+
"taze": "^0.13.2"
1618
}
1719
}

0 commit comments

Comments
 (0)