From 3e0a880efcadca49951a923553f2f1f9bb02c895 Mon Sep 17 00:00:00 2001 From: Louis Date: Mon, 6 Nov 2023 11:53:15 +0700 Subject: [PATCH] chore: change core to local module --- web/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/package.json b/web/package.json index a39e8908c..9f3de3217 100644 --- a/web/package.json +++ b/web/package.json @@ -14,7 +14,7 @@ "dependencies": { "@headlessui/react": "^1.7.15", "@heroicons/react": "^2.0.18", - "@janhq/core": "^0.1.7", + "@janhq/core": "file:../core", "@radix-ui/react-slot": "^1.0.2", "@radix-ui/react-switch": "^1.0.3", "@radix-ui/react-toggle": "^1.0.3", @@ -43,9 +43,9 @@ "react-dom": "18.2.0", "react-hook-form": "^7.45.4", "react-intersection-observer": "^9.5.2", + "react-toastify": "^9.1.3", "sass": "^1.69.4", "tailwind-merge": "^1.14.0", - "react-toastify": "^9.1.3", "tailwindcss": "3.3.3", "typescript": "5.1.6", "uuid": "^9.0.1"