We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d89b80 commit b5ed319Copy full SHA for b5ed319
.vscode/settings.json
@@ -37,6 +37,7 @@
37
"striphtml",
38
"superfences",
39
"tasklist",
40
+ "taze",
41
"twemoji",
42
"uslugify",
43
"XCPC",
package.json
@@ -1,6 +1,7 @@
1
{
2
+ "name": "@xcpcio/docs",
3
"private": true,
- "packageManager": "pnpm@7.31.0",
4
+ "packageManager": "pnpm@8.15.0",
5
"scripts": {
6
"build": "bash build.sh",
7
"dev": "mkdocs serve -v",
@@ -9,9 +10,10 @@
9
10
},
11
"devDependencies": {
12
"mkdocs-render-math-ssr": "^1.0.7",
- "pnpm": "^7.32.4",
13
+ "pnpm": "^8.15.0",
14
"remark-cli": "^10.0.1",
15
"remark-lint-code-block-style": "^3.1.0",
- "remark-preset-lint-mkdocs-material": "^0.7.0"
16
+ "remark-preset-lint-mkdocs-material": "^0.7.0",
17
+ "taze": "^0.13.2"
18
}
19
0 commit comments