fix(android): Remove deprecated @capacitor/http (use built-in CapacitorHttp)
Some checks are pending
Test / frontend-test (push) Waiting to run
Test / backend-test (push) Waiting to run

This commit is contained in:
fullsizemalt 2026-01-07 19:45:58 -08:00
parent bc78836bf6
commit 6110530943
2 changed files with 0 additions and 12 deletions

View file

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

View file

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