From a0dc69b9b72206b2b56b18e3ac0f25353d3fe53d Mon Sep 17 00:00:00 2001 From: vonderheimsk <134540258+devdimer@users.noreply.github.com> Date: Sun, 30 Jun 2024 14:30:18 -0300 Subject: [PATCH] Update package.json --- docs/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/package.json b/docs/package.json index ad17b0a..3f215a2 100644 --- a/docs/package.json +++ b/docs/package.json @@ -18,6 +18,7 @@ "nextra": "^2.13.4", "nextra-theme-docs": "^2.13.4", "react": "^18.3.1", - "react-dom": "^18.3.1" + "react-dom": "^18.3.1", + "typescript": "^5.5.2" } }