From 011d9d7b21db8a03739309bfa6cf1b952468c695 Mon Sep 17 00:00:00 2001 From: Hein Date: Fri, 20 Feb 2026 21:52:41 +0200 Subject: [PATCH] fix(package): update @warkypublic/oranguru to use version instead of git URL --- web/package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/web/package.json b/web/package.json index d4391a7..d522adb 100644 --- a/web/package.json +++ b/web/package.json @@ -18,12 +18,13 @@ "@mantine/notifications": "^8.3.14", "@tabler/icons-react": "^3.36.1", "@tanstack/react-query": "^5.90.20", - "@warkypublic/oranguru": "git+https://git.warky.dev/wdevs/oranguru.git", + "@warkypublic/oranguru": "^0.0.49", "axios": "^1.13.4", "dayjs": "^1.11.19", "react": "^19.2.0", "react-dom": "^19.2.0", "react-router-dom": "^7.13.0", + "@warkypublic/resolvespec-js": "^1.0.1", "zustand": "^5.0.11" }, "devDependencies": { @@ -40,4 +41,4 @@ "typescript-eslint": "^8.46.4", "vite": "^7.2.4" } -} +} \ No newline at end of file