From a1fef8fd1d34d70c12fe804ee09313f2cfce4035 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Thu, 22 Dec 2022 19:25:54 +0800 Subject: [PATCH] Always tilde --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 595c8cb..f1d303a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "fast-blurhash": "~1.1.2", "history": "~5.3.0", "iconify-icon": "~1.0.2", - "just-debounce-it": "^3.2.0", + "just-debounce-it": "~3.2.0", "masto": "~4.11.1", "mem": "~9.0.2", "preact": "~10.11.3", diff --git a/package.json b/package.json index 9ae396a..ff90781 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "fast-blurhash": "~1.1.2", "history": "~5.3.0", "iconify-icon": "~1.0.2", - "just-debounce-it": "^3.2.0", + "just-debounce-it": "~3.2.0", "masto": "~4.11.1", "mem": "~9.0.2", "preact": "~10.11.3",