fix(android): Remove deprecated @capacitor/http (use built-in CapacitorHttp)
This commit is contained in:
parent
bc78836bf6
commit
6110530943
2 changed files with 0 additions and 12 deletions
11
frontend/package-lock.json
generated
11
frontend/package-lock.json
generated
|
|
@ -12,7 +12,6 @@
|
||||||
"@capacitor/camera": "^8.0.0",
|
"@capacitor/camera": "^8.0.0",
|
||||||
"@capacitor/cli": "^8.0.0",
|
"@capacitor/cli": "^8.0.0",
|
||||||
"@capacitor/core": "^8.0.0",
|
"@capacitor/core": "^8.0.0",
|
||||||
"@capacitor/http": "^0.0.2",
|
|
||||||
"@capacitor/push-notifications": "^8.0.0",
|
"@capacitor/push-notifications": "^8.0.0",
|
||||||
"@capacitor/splash-screen": "^8.0.0",
|
"@capacitor/splash-screen": "^8.0.0",
|
||||||
"@capacitor/status-bar": "^8.0.0",
|
"@capacitor/status-bar": "^8.0.0",
|
||||||
|
|
@ -564,16 +563,6 @@
|
||||||
"tslib": "^2.1.0"
|
"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": {
|
"node_modules/@capacitor/push-notifications": {
|
||||||
"version": "8.0.0",
|
"version": "8.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/@capacitor/push-notifications/-/push-notifications-8.0.0.tgz",
|
"resolved": "https://registry.npmjs.org/@capacitor/push-notifications/-/push-notifications-8.0.0.tgz",
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,6 @@
|
||||||
"@capacitor/camera": "^8.0.0",
|
"@capacitor/camera": "^8.0.0",
|
||||||
"@capacitor/cli": "^8.0.0",
|
"@capacitor/cli": "^8.0.0",
|
||||||
"@capacitor/core": "^8.0.0",
|
"@capacitor/core": "^8.0.0",
|
||||||
"@capacitor/http": "^0.0.2",
|
|
||||||
"@capacitor/push-notifications": "^8.0.0",
|
"@capacitor/push-notifications": "^8.0.0",
|
||||||
"@capacitor/splash-screen": "^8.0.0",
|
"@capacitor/splash-screen": "^8.0.0",
|
||||||
"@capacitor/status-bar": "^8.0.0",
|
"@capacitor/status-bar": "^8.0.0",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue