Skip to content

Commit e07d410

Browse files
committed
update to nextra 4.4.0
1 parent a3acba0 commit e07d410

File tree

2 files changed

+188
-123
lines changed

2 files changed

+188
-123
lines changed

package.json

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
},
1111
"dependencies": {
1212
"next": "^15.5.2",
13-
"nextra": "^4.2.17",
14-
"nextra-theme-docs": "^4.2.17",
13+
"nextra": "^4.4.0",
14+
"nextra-theme-docs": "^4.4.0",
1515
"react": "^19.1.0",
1616
"react-dom": "^19.1.0"
1717
},
@@ -22,5 +22,13 @@
2222
"@types/react-dom": "^19.1.3",
2323
"tailwindcss": "^4.1.6",
2424
"typescript": "^5.8.3"
25+
},
26+
"pnpm": {
27+
"overrides": {
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"
32+
}
2533
}
26-
}
34+
}

0 commit comments

Comments
 (0)