This commit is contained in:
2023-04-28 14:12:41 +02:00
parent 17d7ff129c
commit 417a74311d
4 changed files with 534 additions and 484 deletions

View File

@@ -6,9 +6,9 @@
"build": "next build && next export"
},
"dependencies": {
"next": "^13.2.3",
"nextra": "^2.2.18",
"nextra-theme-docs": "^2.2.18",
"next": "^13.3.1",
"nextra": "^2.4.2",
"nextra-theme-docs": "^2.4.2",
"react": "^18.2.0",
"react-dom": "^18.2.0"
}