From 65f23fb3875feba0b6031563736e4310de45cb65 Mon Sep 17 00:00:00 2001 From: Louis Date: Tue, 19 Aug 2025 13:46:21 +0700 Subject: [PATCH] fix: tokenjs should use custom fetch provided by app --- web-app/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web-app/package.json b/web-app/package.json index 51e53fee6..84658ef86 100644 --- a/web-app/package.json +++ b/web-app/package.json @@ -72,7 +72,7 @@ "remark-math": "^6.0.0", "sonner": "^2.0.3", "tailwindcss": "^4.1.4", - "token.js": "npm:token.js-fork@0.7.22", + "token.js": "npm:token.js-fork@0.7.23", "tw-animate-css": "^1.2.7", "ulidx": "^2.4.1", "unified": "^11.0.5",