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 34637a9 commit 08b6a82Copy full SHA for 08b6a82
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "docs.waifu.it",
3
- "version": "2.0.2",
+ "version": "2.0.3",
4
"description": "The new and improved documentation for Waifu.it",
5
"scripts": {
6
"dev": "next dev",
@@ -17,14 +17,14 @@
17
},
18
"homepage": "https://github.com/WaifuAPI/Documentation/#readme",
19
"dependencies": {
20
- "next": "^13.0.6",
+ "next": "^13.4.8",
21
"nextra": "2.0.1",
22
"nextra-theme-docs": "2.0.1",
23
"react": "^18.2.0",
24
"react-dom": "^18.2.0"
25
26
"devDependencies": {
27
"@types/node": "18.11.10",
28
- "typescript": "^4.9.3"
+ "typescript": "^4.9.5"
29
}
30
0 commit comments