refactor: update capacitor to v6

This commit is contained in:
2024-05-30 14:04:33 +02:00
committed by Rainer Killinger
parent af4c885e3e
commit 05aaa227a9
4 changed files with 590 additions and 575 deletions

View File

@@ -11,7 +11,7 @@
flake-utils,
}:
let
aapt2buildToolsVersion = "33.0.2";
aapt2buildToolsVersion = "34.0.0";
in
flake-utils.lib.eachDefaultSystem (
system:
@@ -30,7 +30,7 @@
++ (with fonttools.optional-dependencies; [ woff ])
);
android = prev.androidenv.composeAndroidPackages {
buildToolsVersions = [
buildToolsVersions = prev.lib.lists.unique [
"34.0.0"
aapt2buildToolsVersion
];
@@ -44,7 +44,6 @@
};
});
nodejs = prev.nodejs_18;
corepack = prev.corepack_18;
})
];
config = {

View File

@@ -87,9 +87,9 @@
"@openstapps/api": "workspace:*",
"@openstapps/collection-utils": "workspace:*",
"@openstapps/core": "workspace:*",
"@transistorsoft/capacitor-background-fetch": "5.2.0",
"@transistorsoft/capacitor-background-fetch": "6.0.0",
"@types/dom-view-transitions": "1.0.4",
"capacitor-secure-storage-plugin": "0.9.0",
"capacitor-secure-storage-plugin": "0.10.0",
"cordova-plugin-calendar": "5.1.6",
"date-fns": "3.6.0",
"deepmerge": "4.3.1",
@@ -106,6 +106,7 @@
"ngx-moment": "6.0.2",
"opening_hours": "3.8.0",
"pmtiles": "3.0.3",
"prettier": "3.1.1",
"rxjs": "7.8.1",
"semver": "7.6.0",
"swiper": "8.4.5",
@@ -191,3 +192,4 @@
]
}
}

1148
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff