From 6110530943375ef28b02540efe7659550951b4de Mon Sep 17 00:00:00 2001 From: fullsizemalt <106900403+fullsizemalt@users.noreply.github.com> Date: Wed, 7 Jan 2026 19:45:58 -0800 Subject: [PATCH] fix(android): Remove deprecated @capacitor/http (use built-in CapacitorHttp) --- frontend/package-lock.json | 11 ----------- frontend/package.json | 1 - 2 files changed, 12 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index a349b89..326c97e 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -12,7 +12,6 @@ "@capacitor/camera": "^8.0.0", "@capacitor/cli": "^8.0.0", "@capacitor/core": "^8.0.0", - "@capacitor/http": "^0.0.2", "@capacitor/push-notifications": "^8.0.0", "@capacitor/splash-screen": "^8.0.0", "@capacitor/status-bar": "^8.0.0", @@ -564,16 +563,6 @@ "tslib": "^2.1.0" } }, - "node_modules/@capacitor/http": { - "version": "0.0.2", - "resolved": "https://registry.npmjs.org/@capacitor/http/-/http-0.0.2.tgz", - "integrity": "sha512-3UPqYOmVkAQjCWWowSDGPnBkXY7znbPE7lNs8nhwTmE2E5fXTvjHM8PV15zOyn+nenY7zEu9Air49fGjrX+Tjg==", - "deprecated": "Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.", - "license": "MIT", - "dependencies": { - "@capacitor/core": "latest" - } - }, "node_modules/@capacitor/push-notifications": { "version": "8.0.0", "resolved": "https://registry.npmjs.org/@capacitor/push-notifications/-/push-notifications-8.0.0.tgz", diff --git a/frontend/package.json b/frontend/package.json index 4ef4888..d76aeee 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -15,7 +15,6 @@ "@capacitor/camera": "^8.0.0", "@capacitor/cli": "^8.0.0", "@capacitor/core": "^8.0.0", - "@capacitor/http": "^0.0.2", "@capacitor/push-notifications": "^8.0.0", "@capacitor/splash-screen": "^8.0.0", "@capacitor/status-bar": "^8.0.0",