From 110b3e220fae3981ea448ce79a8da713804442e7 Mon Sep 17 00:00:00 2001 From: zyh Date: Thu, 10 Apr 2025 03:52:31 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=A7=BB=E5=8A=A8=E7=AB=AF?= =?UTF-8?q?=20deno.json=20=E9=85=8D=E7=BD=AE=EF=BC=8C=E7=AE=80=E5=8C=96?= =?UTF-8?q?=E4=BE=9D=E8=B5=96=E9=A1=B9=E7=9A=84=20URL=EF=BC=8C=E7=A1=AE?= =?UTF-8?q?=E4=BF=9D=E4=BE=9D=E8=B5=96=E5=85=B3=E7=B3=BB=E7=9A=84=E6=AD=A3?= =?UTF-8?q?=E7=A1=AE=E6=80=A7=E5=92=8C=E4=B8=80=E8=87=B4=E6=80=A7=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/mobile/deno.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/client/mobile/deno.json b/client/mobile/deno.json index 357cf46..f285609 100644 --- a/client/mobile/deno.json +++ b/client/mobile/deno.json @@ -1,11 +1,11 @@ { "imports": { - "react": "https://esm.d8d.fun/react@19.0.0?deps=react@19.0.0,react-dom@19.0.0", - "react-dom": "https://esm.d8d.fun/react-dom@19.0.0?deps=react@19.0.0,react-dom@19.0.0", - "react-dom/client": "https://esm.d8d.fun/react-dom@19.0.0/client?deps=react@19.0.0,react-dom@19.0.0", + "react": "https://esm.d8d.fun/react@19.0.0", + "react-dom": "https://esm.d8d.fun/react-dom@19.0.0", + "react-dom/client": "https://esm.d8d.fun/react-dom@19.0.0/client", "react-router": "https://esm.d8d.fun/react-router@7.3.0?deps=react@19.0.0,react-dom@19.0.0", - "@heroicons/react/24/outline": "https://esm.d8d.fun/@heroicons/react@2.1.1/24/outline?deps=react@19.0.0", - "@heroicons/react/24/solid": "https://esm.d8d.fun/@heroicons/react@2.1.1/24/solid?deps=react@19.0.0", + "@heroicons/react/24/outline": "https://esm.d8d.fun/@heroicons/react@2.1.1/24/outline?deps=react@19.0.0,react-dom@19.0.0", + "@heroicons/react/24/solid": "https://esm.d8d.fun/@heroicons/react@2.1.1/24/solid?deps=react@19.0.0,react-dom@19.0.0", "axios": "https://esm.d8d.fun/axios@1.6.7", "dayjs": "https://esm.d8d.fun/dayjs@1.11.13", "dayjs/plugin/weekday": "https://esm.d8d.fun/dayjs@1.11.13/plugin/weekday",