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",