We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 33b2e97 + 60c1f1f commit 10cf454Copy full SHA for 10cf454
3 files changed
package.json
@@ -9,7 +9,7 @@
9
"lint": "next lint"
10
},
11
"dependencies": {
12
- "next": "^16.1.5",
+ "next": "^16.2.3",
13
"nextra": "^4.4.0",
14
"nextra-theme-docs": "^4.4.0",
15
"react": "^19.1.0",
@@ -28,7 +28,16 @@
28
"mermaid@*": "11.10.0",
29
"@theguild/remark-mermaid>mermaid": "11.10.0",
30
"nextra>mermaid": "11.10.0",
31
- "nextra-theme-docs>mermaid": "11.10.0"
+ "nextra-theme-docs>mermaid": "11.10.0",
32
+ "dompurify": "3.4.0",
33
+ "picomatch": "2.3.2",
34
+ "lodash-es": "4.18.0",
35
+ "@xmldom/xmldom": "0.9.9",
36
+ "yaml": "2.8.3",
37
+ "tar": "7.5.11",
38
+ "minimatch": "10.2.3",
39
+ "@isaacs/brace-expansion": "5.0.1",
40
+ "mdast-util-to-hast": "13.2.1"
41
}
42
43
0 commit comments