From e15fc57d7c403114c3599bdcf0de78311af8d15b Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Sat, 26 Aug 2023 22:03:50 +0200 Subject: [PATCH] chore: update playground versions --- playground/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/playground/package.json b/playground/package.json index 52ad171..9cf8a3d 100644 --- a/playground/package.json +++ b/playground/package.json @@ -6,7 +6,7 @@ "dev": "listhen -w ." }, "dependencies": { - "h3": "^1.8.0-rc.3", - "listhen": "^1.2.2" + "h3": "^1.8.0", + "listhen": "^1.4.1" } }