fix: move capacitor dependencies to root package.json
All checks were successful
Build / increment-version (push) Successful in 6s
Build / build-android (push) Successful in 4m34s
Build / create-release (push) Successful in 14s

Capacitor CLI and Android libraries need to be in root node_modules since capacitor.config.json and android/ folder are at root. The overlay no longer needs to add these deps to cinny.
This commit is contained in:
2026-04-17 20:16:00 +10:00
parent 746b7e6166
commit e203a46b5a
3 changed files with 1071 additions and 19 deletions

View File

@@ -1,8 +1,3 @@
{
"dependencies": {
"@capacitor/android": "8.3.0",
"@capacitor/cli": "8.3.0",
"@capacitor/core": "8.3.0",
"@capacitor/local-notifications": "8.0.2"
}
"dependencies": {}
}