chore: upgrade to capacitor 5

This commit is contained in:
Tom Fong 2023-06-18 12:10:48 +08:00
parent 75caab2976
commit 94bd973730
30 changed files with 300 additions and 230 deletions

View file

@ -11,7 +11,7 @@
</map> </map>
</option> </option>
</component> </component>
<component name="ProjectRootManager" version="2" languageLevel="JDK_11" project-jdk-name="1.8" project-jdk-type="JavaSDK"> <component name="ProjectRootManager" version="2" languageLevel="JDK_11" default="true" project-jdk-name="temurin-11" project-jdk-type="JavaSDK">
<output url="file://$PROJECT_DIR$/build/classes" /> <output url="file://$PROJECT_DIR$/build/classes" />
</component> </component>
<component name="ProjectType"> <component name="ProjectType">

View file

@ -1,6 +1,7 @@
apply plugin: 'com.android.application' apply plugin: 'com.android.application'
android { android {
namespace "com.tomfong.simpleqr"
compileSdkVersion rootProject.ext.compileSdkVersion compileSdkVersion rootProject.ext.compileSdkVersion
defaultConfig { defaultConfig {
applicationId "com.tomfong.simpleqr" applicationId "com.tomfong.simpleqr"

View file

@ -2,8 +2,8 @@
android { android {
compileOptions { compileOptions {
sourceCompatibility JavaVersion.VERSION_11 sourceCompatibility JavaVersion.VERSION_17
targetCompatibility JavaVersion.VERSION_11 targetCompatibility JavaVersion.VERSION_17
} }
} }

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" package="com.tomfong.simpleqr"> <manifest xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" >
<application <application
android:hardwareAccelerated="true" android:hardwareAccelerated="true"

View file

@ -1,14 +1,14 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules. // Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript { buildscript {
repositories { repositories {
google() google()
mavenCentral() mavenCentral()
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:7.2.1' classpath 'com.android.tools.build:gradle:8.0.2'
classpath 'com.google.gms:google-services:4.3.13' classpath 'com.google.gms:google-services:4.3.15'
// NOTE: Do not place your application dependencies here; they belong // NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files // in the individual module build.gradle files

View file

@ -20,5 +20,4 @@ org.gradle.jvmargs=-Xmx1536m
# Android operating system, and which are packaged with your app's APK # Android operating system, and which are packaged with your app's APK
# https://developer.android.com/topic/libraries/support-library/androidx-rn # https://developer.android.com/topic/libraries/support-library/androidx-rn
android.useAndroidX=true android.useAndroidX=true
# Automatically convert third-party libraries to use AndroidX
android.enableJetifier=true

View file

@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.2-all.zip distributionUrl=https\://services.gradle.org/distributions/gradle-8.0.2-all.zip
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists zipStorePath=wrapper/dists

View file

@ -1,16 +1,16 @@
ext { ext {
minSdkVersion = 22 minSdkVersion = 22
compileSdkVersion = 32 compileSdkVersion = 33
targetSdkVersion = 32 targetSdkVersion = 33
androidxActivityVersion = '1.4.0' androidxActivityVersion = '1.7.0'
androidxAppCompatVersion = '1.4.2' androidxAppCompatVersion = '1.6.1'
androidxCoordinatorLayoutVersion = '1.2.0' androidxCoordinatorLayoutVersion = '1.2.0'
androidxCoreVersion = '1.8.0' androidxCoreVersion = '1.10.0'
androidxFragmentVersion = '1.4.1' androidxFragmentVersion = '1.5.6'
junitVersion = '4.13.2' junitVersion = '4.13.2'
androidxJunitVersion = '1.1.3' androidxJunitVersion = '1.1.5'
androidxEspressoCoreVersion = '3.4.0' androidxEspressoCoreVersion = '3.5.1'
cordovaAndroidVersion = '10.1.1' cordovaAndroidVersion = '10.1.1'
coreSplashScreenVersion = '1.0.0-rc01' coreSplashScreenVersion = '1.0.0'
androidxWebkitVersion = '1.4.0' androidxWebkitVersion = '1.6.1'
} }

2
ios/.gitignore vendored
View file

@ -1,9 +1,9 @@
App/build App/build
App/Pods App/Pods
App/Podfile.lock
App/App/public App/App/public
DerivedData DerivedData
xcuserdata xcuserdata
# Cordova plugins for Capacitor # Cordova plugins for Capacitor
capacitor-cordova-ios-plugins capacitor-cordova-ios-plugins

Binary file not shown.

Before

Width:  |  Height:  |  Size: 588 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 743 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 KiB

View file

@ -1,116 +1,14 @@
{ {
"images" : [ "images" : [
{ {
"size" : "20x20", "filename" : "AppIcon-512@2x.png",
"idiom" : "iphone", "idiom" : "universal",
"filename" : "AppIcon-20x20@2x.png", "platform" : "ios",
"scale" : "2x" "size" : "1024x1024"
}, }
{ ],
"size" : "20x20", "info" : {
"idiom" : "iphone", "author" : "xcode",
"filename" : "AppIcon-20x20@3x.png", "version" : 1
"scale" : "3x"
},
{
"size" : "29x29",
"idiom" : "iphone",
"filename" : "AppIcon-29x29@2x-1.png",
"scale" : "2x"
},
{
"size" : "29x29",
"idiom" : "iphone",
"filename" : "AppIcon-29x29@3x.png",
"scale" : "3x"
},
{
"size" : "40x40",
"idiom" : "iphone",
"filename" : "AppIcon-40x40@2x.png",
"scale" : "2x"
},
{
"size" : "40x40",
"idiom" : "iphone",
"filename" : "AppIcon-40x40@3x.png",
"scale" : "3x"
},
{
"size" : "60x60",
"idiom" : "iphone",
"filename" : "AppIcon-60x60@2x.png",
"scale" : "2x"
},
{
"size" : "60x60",
"idiom" : "iphone",
"filename" : "AppIcon-60x60@3x.png",
"scale" : "3x"
},
{
"size" : "20x20",
"idiom" : "ipad",
"filename" : "AppIcon-20x20@1x.png",
"scale" : "1x"
},
{
"size" : "20x20",
"idiom" : "ipad",
"filename" : "AppIcon-20x20@2x-1.png",
"scale" : "2x"
},
{
"size" : "29x29",
"idiom" : "ipad",
"filename" : "AppIcon-29x29@1x.png",
"scale" : "1x"
},
{
"size" : "29x29",
"idiom" : "ipad",
"filename" : "AppIcon-29x29@2x.png",
"scale" : "2x"
},
{
"size" : "40x40",
"idiom" : "ipad",
"filename" : "AppIcon-40x40@1x.png",
"scale" : "1x"
},
{
"size" : "40x40",
"idiom" : "ipad",
"filename" : "AppIcon-40x40@2x-1.png",
"scale" : "2x"
},
{
"size" : "76x76",
"idiom" : "ipad",
"filename" : "AppIcon-76x76@1x.png",
"scale" : "1x"
},
{
"size" : "76x76",
"idiom" : "ipad",
"filename" : "AppIcon-76x76@2x.png",
"scale" : "2x"
},
{
"size" : "83.5x83.5",
"idiom" : "ipad",
"filename" : "AppIcon-83.5x83.5@2x.png",
"scale" : "2x"
},
{
"size" : "1024x1024",
"idiom" : "ios-marketing",
"filename" : "AppIcon-512@2x.png",
"scale" : "1x"
} }
],
"info" : {
"version" : 1,
"author" : "xcode"
}
} }

112
ios/App/Podfile.lock Normal file
View file

@ -0,0 +1,112 @@
PODS:
- Capacitor (5.0.5):
- CapacitorCordova
- CapacitorApp (5.0.3):
- Capacitor
- CapacitorCamera (5.0.4):
- Capacitor
- CapacitorClipboard (5.0.4):
- Capacitor
- CapacitorCommunityBarcodeScanner (3.0.3):
- Capacitor
- CapacitorCommunityContacts (2.0.0):
- Capacitor
- CapacitorCommunityScreenBrightness (4.0.0):
- Capacitor
- CapacitorCordova (5.0.5)
- CapacitorDevice (5.0.4):
- Capacitor
- CapacitorFilesystem (5.0.4):
- Capacitor
- CapacitorHaptics (5.0.4):
- Capacitor
- CapacitorKeyboard (5.0.4):
- Capacitor
- CapacitorPreferences (5.0.4):
- Capacitor
- CapacitorSplashScreen (5.0.4):
- Capacitor
- CapacitorStatusBar (5.0.4):
- Capacitor
- CapacitorToast (5.0.4):
- Capacitor
- CordovaPlugins (5.0.5):
- CapacitorCordova
DEPENDENCIES:
- "Capacitor (from `../../node_modules/@capacitor/ios`)"
- "CapacitorApp (from `../../node_modules/@capacitor/app`)"
- "CapacitorCamera (from `../../node_modules/@capacitor/camera`)"
- "CapacitorClipboard (from `../../node_modules/@capacitor/clipboard`)"
- "CapacitorCommunityBarcodeScanner (from `../../node_modules/@capacitor-community/barcode-scanner`)"
- "CapacitorCommunityContacts (from `../../node_modules/@capacitor-community/contacts`)"
- "CapacitorCommunityScreenBrightness (from `../../node_modules/@capacitor-community/screen-brightness`)"
- "CapacitorCordova (from `../../node_modules/@capacitor/ios`)"
- "CapacitorDevice (from `../../node_modules/@capacitor/device`)"
- "CapacitorFilesystem (from `../../node_modules/@capacitor/filesystem`)"
- "CapacitorHaptics (from `../../node_modules/@capacitor/haptics`)"
- "CapacitorKeyboard (from `../../node_modules/@capacitor/keyboard`)"
- "CapacitorPreferences (from `../../node_modules/@capacitor/preferences`)"
- "CapacitorSplashScreen (from `../../node_modules/@capacitor/splash-screen`)"
- "CapacitorStatusBar (from `../../node_modules/@capacitor/status-bar`)"
- "CapacitorToast (from `../../node_modules/@capacitor/toast`)"
- CordovaPlugins (from `../capacitor-cordova-ios-plugins`)
EXTERNAL SOURCES:
Capacitor:
:path: "../../node_modules/@capacitor/ios"
CapacitorApp:
:path: "../../node_modules/@capacitor/app"
CapacitorCamera:
:path: "../../node_modules/@capacitor/camera"
CapacitorClipboard:
:path: "../../node_modules/@capacitor/clipboard"
CapacitorCommunityBarcodeScanner:
:path: "../../node_modules/@capacitor-community/barcode-scanner"
CapacitorCommunityContacts:
:path: "../../node_modules/@capacitor-community/contacts"
CapacitorCommunityScreenBrightness:
:path: "../../node_modules/@capacitor-community/screen-brightness"
CapacitorCordova:
:path: "../../node_modules/@capacitor/ios"
CapacitorDevice:
:path: "../../node_modules/@capacitor/device"
CapacitorFilesystem:
:path: "../../node_modules/@capacitor/filesystem"
CapacitorHaptics:
:path: "../../node_modules/@capacitor/haptics"
CapacitorKeyboard:
:path: "../../node_modules/@capacitor/keyboard"
CapacitorPreferences:
:path: "../../node_modules/@capacitor/preferences"
CapacitorSplashScreen:
:path: "../../node_modules/@capacitor/splash-screen"
CapacitorStatusBar:
:path: "../../node_modules/@capacitor/status-bar"
CapacitorToast:
:path: "../../node_modules/@capacitor/toast"
CordovaPlugins:
:path: "../capacitor-cordova-ios-plugins"
SPEC CHECKSUMS:
Capacitor: b1248915663add1bd6567e2b67c1c1fa3abcf5e8
CapacitorApp: 7a5dec8b33573707164b293475d5c89ba684364a
CapacitorCamera: 9b5c8e809c1042f263994f97ba846aa37e974f12
CapacitorClipboard: 46f3959735fa0d96b9989dafcc4aed52e624d163
CapacitorCommunityBarcodeScanner: c61469507bb16f41ef2d3f6d92069974aeb7890d
CapacitorCommunityContacts: 07dc6241e29629e4eec0b0ec9726c6a498dd7b94
CapacitorCommunityScreenBrightness: 6a93c0c7c2792cc1b8db704f7a7774830bed50c1
CapacitorCordova: f8c06b897c74ee8f7701fe10e6443b40822bc83a
CapacitorDevice: eb4b5e3b42ac35d2527f20aad296b59e0785dc8d
CapacitorFilesystem: e1bdfab09b95b181c844c16abcfda45ec8e8ed6b
CapacitorHaptics: e36653b37326d71bb35ae42b944124037dbc3d97
CapacitorKeyboard: d1b25fde6f19744ad09c890862aefc6e2a7ded3d
CapacitorPreferences: 82a9ecf5355283a3b3cf7ac217d8c5534c4dee8a
CapacitorSplashScreen: 93a389d4f7673c08214ae25bb6f21d867d5305c5
CapacitorStatusBar: 190e0321b8734f4244d0c81baa183a00d5806ddf
CapacitorToast: fcc4329f01d06cf02f190f8f5ce7f16509a2263c
CordovaPlugins: aaa80cab37b212c593412c8c65be8f0733cd4d2f
PODFILE CHECKSUM: dc80e3587547d0d302dad43090af30e2a96d6c5a
COCOAPODS: 1.11.3

220
package-lock.json generated
View file

@ -29,20 +29,20 @@
"@capacitor-community/barcode-scanner": "^3.0.3", "@capacitor-community/barcode-scanner": "^3.0.3",
"@capacitor-community/contacts": "^2.0.0", "@capacitor-community/contacts": "^2.0.0",
"@capacitor-community/screen-brightness": "^4.0.0", "@capacitor-community/screen-brightness": "^4.0.0",
"@capacitor/android": "^4.8.0", "@capacitor/android": "^5.0.0",
"@capacitor/app": "^4.1.1", "@capacitor/app": "^5.0.0",
"@capacitor/camera": "^4.1.5", "@capacitor/camera": "^5.0.0",
"@capacitor/clipboard": "^4.1.0", "@capacitor/clipboard": "^5.0.0",
"@capacitor/core": "^4.8.0", "@capacitor/core": "^5.0.0",
"@capacitor/device": "^4.1.0", "@capacitor/device": "^5.0.0",
"@capacitor/filesystem": "^4.1.5", "@capacitor/filesystem": "^5.0.0",
"@capacitor/haptics": "^4.1.0", "@capacitor/haptics": "^5.0.0",
"@capacitor/ios": "^4.8.0", "@capacitor/ios": "^5.0.0",
"@capacitor/keyboard": "^4.1.1", "@capacitor/keyboard": "^5.0.0",
"@capacitor/preferences": "^4.0.2", "@capacitor/preferences": "^5.0.0",
"@capacitor/splash-screen": "^4.2.0", "@capacitor/splash-screen": "^5.0.0",
"@capacitor/status-bar": "^4.1.1", "@capacitor/status-bar": "^5.0.0",
"@capacitor/toast": "^4.1.0", "@capacitor/toast": "^5.0.0",
"@ionic/angular": "^7.0.14", "@ionic/angular": "^7.0.14",
"@ionic/storage": "^4.0.0", "@ionic/storage": "^4.0.0",
"@ionic/storage-angular": "^4.0.0", "@ionic/storage-angular": "^4.0.0",
@ -76,7 +76,7 @@
"@angular/compiler": "^15.2.9", "@angular/compiler": "^15.2.9",
"@angular/compiler-cli": "^15.2.9", "@angular/compiler-cli": "^15.2.9",
"@angular/language-service": "^15.2.9", "@angular/language-service": "^15.2.9",
"@capacitor/cli": "^4.8.0", "@capacitor/cli": "^5.0.0",
"@ionic/angular-toolkit": "^9.0.0", "@ionic/angular-toolkit": "^9.0.0",
"@ionic/cli": "6.20.1", "@ionic/cli": "6.20.1",
"@types/jasmine": "^3.10.8", "@types/jasmine": "^3.10.8",
@ -2815,48 +2815,48 @@
} }
}, },
"node_modules/@capacitor/android": { "node_modules/@capacitor/android": {
"version": "4.8.0", "version": "5.0.5",
"resolved": "https://registry.npmjs.org/@capacitor/android/-/android-4.8.0.tgz", "resolved": "https://registry.npmjs.org/@capacitor/android/-/android-5.0.5.tgz",
"integrity": "sha512-VFKEWZ7dDExcGnsEz+5euFV6eyEsNZt2WR/rbeE3NXW/1FQZhM5qtqXxGwSUpFkhhlyP1KE0NJoC9EWmHEi+ug==", "integrity": "sha512-vH5Qoy+p2Egsu1GtPtOsihHcEI2fCGCIHwlUGPaXXGysudzpzWtJZ5JZNlycJyfRdjECrjkutgbNaHLog+YlXQ==",
"peerDependencies": { "peerDependencies": {
"@capacitor/core": "^4.7.0" "@capacitor/core": "^5.0.0"
} }
}, },
"node_modules/@capacitor/app": { "node_modules/@capacitor/app": {
"version": "4.1.1", "version": "5.0.3",
"resolved": "https://registry.npmjs.org/@capacitor/app/-/app-4.1.1.tgz", "resolved": "https://registry.npmjs.org/@capacitor/app/-/app-5.0.3.tgz",
"integrity": "sha512-SJcJA1rhFQyeH6eLfUEbdKkHzAwzahJNVPNXmU88fdmXpMgM2dJGzZj1vrm6e21aQq+Z4aBVLJ2RCdj92zD7wg==", "integrity": "sha512-YqGWnD+O8wjNVyIctZCMkVqOr3RhxunLUBbmLpdRc66RzPN7xEk8GAwxY2YV/ehTL054mo3uqovpWvei7rYsEA==",
"peerDependencies": { "peerDependencies": {
"@capacitor/core": "^4.0.0" "@capacitor/core": "^5.0.0"
} }
}, },
"node_modules/@capacitor/camera": { "node_modules/@capacitor/camera": {
"version": "4.1.5", "version": "5.0.4",
"resolved": "https://registry.npmjs.org/@capacitor/camera/-/camera-4.1.5.tgz", "resolved": "https://registry.npmjs.org/@capacitor/camera/-/camera-5.0.4.tgz",
"integrity": "sha512-E00IRsJiIr1kP3EkJa0OWp//TDFXOx3ifDfmLOmIkPxKt1FfuNheE0ipWBo5b44pKsx9pO64Rm9MkfUhgH5Rfg==", "integrity": "sha512-Sl4PpoRv/FahCTugjyCZQ8MMH9Tgh5ySr8ZqY59mFKReoCu7xKnp9Ue8D8mzR9nE08gRiUBMqtl5FJbJR2f+Yg==",
"peerDependencies": { "peerDependencies": {
"@capacitor/core": "^4.0.0" "@capacitor/core": "^5.0.0"
} }
}, },
"node_modules/@capacitor/cli": { "node_modules/@capacitor/cli": {
"version": "4.8.0", "version": "5.0.5",
"resolved": "https://registry.npmjs.org/@capacitor/cli/-/cli-4.8.0.tgz", "resolved": "https://registry.npmjs.org/@capacitor/cli/-/cli-5.0.5.tgz",
"integrity": "sha512-Hbs1SKjvyg5wdcMGRt+CzebdgjlnVDjn92WV1p16gsrBwqWm+uDYMNpFQ7vWKALFL9AZCi/r8lXHmuX/HoD2Kw==", "integrity": "sha512-Mf+lr2L98NfDZki3e5jdG176LUH0rf+OFoMa/oFf6dp4iHwQjS1HiHN5iaGcfJ5RWt432SMEB0dOgicXPb4KCQ==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@ionic/cli-framework-output": "2.2.5", "@ionic/cli-framework-output": "^2.2.5",
"@ionic/utils-fs": "3.1.6", "@ionic/utils-fs": "^3.1.6",
"@ionic/utils-subprocess": "2.1.11", "@ionic/utils-subprocess": "^2.1.11",
"@ionic/utils-terminal": "2.3.3", "@ionic/utils-terminal": "^2.3.3",
"commander": "^9.3.0", "commander": "^9.3.0",
"debug": "^4.3.4", "debug": "^4.3.4",
"env-paths": "^2.2.0", "env-paths": "^2.2.0",
"kleur": "^4.1.4", "kleur": "^4.1.4",
"native-run": "^1.6.0", "native-run": "^1.7.2",
"open": "^8.4.0", "open": "^8.4.0",
"plist": "^3.0.5", "plist": "^3.0.5",
"prompts": "^2.4.2", "prompts": "^2.4.2",
"rimraf": "^3.0.2", "rimraf": "^4.4.1",
"semver": "^7.3.7", "semver": "^7.3.7",
"tar": "^6.1.11", "tar": "^6.1.11",
"tslib": "^2.4.0", "tslib": "^2.4.0",
@ -2867,95 +2867,155 @@
"capacitor": "bin/capacitor" "capacitor": "bin/capacitor"
}, },
"engines": { "engines": {
"node": ">=12.4.0" "node": ">=16.0.0"
}
},
"node_modules/@capacitor/cli/node_modules/glob": {
"version": "9.3.5",
"resolved": "https://registry.npmjs.org/glob/-/glob-9.3.5.tgz",
"integrity": "sha512-e1LleDykUz2Iu+MTYdkSsuWX8lvAjAcs0Xef0lNIu0S2wOAzuTxCJtcd9S3cijlwYF18EsU3rzb8jPVobxDh9Q==",
"dev": true,
"dependencies": {
"fs.realpath": "^1.0.0",
"minimatch": "^8.0.2",
"minipass": "^4.2.4",
"path-scurry": "^1.6.1"
},
"engines": {
"node": ">=16 || 14 >=14.17"
},
"funding": {
"url": "https://github.com/sponsors/isaacs"
}
},
"node_modules/@capacitor/cli/node_modules/minimatch": {
"version": "8.0.4",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-8.0.4.tgz",
"integrity": "sha512-W0Wvr9HyFXZRGIDgCicunpQ299OKXs9RgZfaukz4qAW/pJhcpUfupc9c+OObPOFueNy8VSrZgEmDtk6Kh4WzDA==",
"dev": true,
"dependencies": {
"brace-expansion": "^2.0.1"
},
"engines": {
"node": ">=16 || 14 >=14.17"
},
"funding": {
"url": "https://github.com/sponsors/isaacs"
}
},
"node_modules/@capacitor/cli/node_modules/minipass": {
"version": "4.2.8",
"resolved": "https://registry.npmjs.org/minipass/-/minipass-4.2.8.tgz",
"integrity": "sha512-fNzuVyifolSLFL4NzpF+wEF4qrgqaaKX0haXPQEdQ7NKAN+WecoKMHV09YcuL/DHxrUsYQOK3MiuDf7Ip2OXfQ==",
"dev": true,
"engines": {
"node": ">=8"
}
},
"node_modules/@capacitor/cli/node_modules/rimraf": {
"version": "4.4.1",
"resolved": "https://registry.npmjs.org/rimraf/-/rimraf-4.4.1.tgz",
"integrity": "sha512-Gk8NlF062+T9CqNGn6h4tls3k6T1+/nXdOcSZVikNVtlRdYpA7wRJJMoXmuvOnLW844rPjdQ7JgXCYM6PPC/og==",
"dev": true,
"dependencies": {
"glob": "^9.2.0"
},
"bin": {
"rimraf": "dist/cjs/src/bin.js"
},
"engines": {
"node": ">=14"
},
"funding": {
"url": "https://github.com/sponsors/isaacs"
} }
}, },
"node_modules/@capacitor/clipboard": { "node_modules/@capacitor/clipboard": {
"version": "4.1.0", "version": "5.0.4",
"resolved": "https://registry.npmjs.org/@capacitor/clipboard/-/clipboard-4.1.0.tgz", "resolved": "https://registry.npmjs.org/@capacitor/clipboard/-/clipboard-5.0.4.tgz",
"integrity": "sha512-lfUwDqZces3mQcBOyfxpBCsRWWSfLuPzekA1N3RaMgYVhD6/rdzFnzfRiksj1hm4It+lnULK0y+N5nxVnTt+0Q==", "integrity": "sha512-x15Vdq8h5eh6iSYzrdwQXjtlbRe8kNWDOG9HtGGa8xlKoqDECYS7VqFhrZUXJpJpjWDUDqIwF9JpcSoLRHiHbg==",
"peerDependencies": { "peerDependencies": {
"@capacitor/core": "^4.0.0" "@capacitor/core": "^5.0.0"
} }
}, },
"node_modules/@capacitor/core": { "node_modules/@capacitor/core": {
"version": "4.8.0", "version": "5.0.5",
"resolved": "https://registry.npmjs.org/@capacitor/core/-/core-4.8.0.tgz", "resolved": "https://registry.npmjs.org/@capacitor/core/-/core-5.0.5.tgz",
"integrity": "sha512-hFgLi1bGmADMmYMFAaitEsVheF3QgoMU4TrHkMgik51NzHwUq3nBdP5+A9oNS9qe3dEDyegoaHF8X9oJc9v8QQ==", "integrity": "sha512-sulwWXEhYI6cBIj1WnH9k+a8z1f4XTRDtdh3YfXNdeV36UT7T55GCeGrPoQMm7ww6iWyGuv1VEzVIuZFga8rtw==",
"dependencies": { "dependencies": {
"tslib": "^2.1.0" "tslib": "^2.1.0"
} }
}, },
"node_modules/@capacitor/device": { "node_modules/@capacitor/device": {
"version": "4.1.0", "version": "5.0.4",
"resolved": "https://registry.npmjs.org/@capacitor/device/-/device-4.1.0.tgz", "resolved": "https://registry.npmjs.org/@capacitor/device/-/device-5.0.4.tgz",
"integrity": "sha512-BlcYb6e6m+vC1SxeyUDIUGfuNXdKEcpFPDCs/kxk2SByFc/BkvXeoy4NjY4qmTderGELofX9bta5Iy9JV7rGUg==", "integrity": "sha512-Zt2eCPfT4oh/VYWURhixj/cRjgpEFD+HgPoldzL9N88ugraqq13p/RKEhUGJ6/tCFVwflVRC5984NsAotm25Jw==",
"peerDependencies": { "peerDependencies": {
"@capacitor/core": "^4.0.0" "@capacitor/core": "^5.0.0"
} }
}, },
"node_modules/@capacitor/filesystem": { "node_modules/@capacitor/filesystem": {
"version": "4.1.5", "version": "5.0.4",
"resolved": "https://registry.npmjs.org/@capacitor/filesystem/-/filesystem-4.1.5.tgz", "resolved": "https://registry.npmjs.org/@capacitor/filesystem/-/filesystem-5.0.4.tgz",
"integrity": "sha512-fP8h1rNdhAn29/MCl/+pSHZ0afOTSO+fxwrXAe5LWgtO69Qc3c1s4KS5h4craTOkW6WFpYjPCkZFJEdVoRmTcA==", "integrity": "sha512-dsmy8Hz19+SMI5hwTzHto3TXT3ckbgCJ5kfI4oel73yyn3G7zjdKZuHoZRINoX1BbFNSZryzpbMQ69lSOLCpnQ==",
"peerDependencies": { "peerDependencies": {
"@capacitor/core": "^4.0.0" "@capacitor/core": "^5.0.0"
} }
}, },
"node_modules/@capacitor/haptics": { "node_modules/@capacitor/haptics": {
"version": "4.1.0", "version": "5.0.4",
"resolved": "https://registry.npmjs.org/@capacitor/haptics/-/haptics-4.1.0.tgz", "resolved": "https://registry.npmjs.org/@capacitor/haptics/-/haptics-5.0.4.tgz",
"integrity": "sha512-gAIFy50e1VZPdokRFLkl8Y+yZYB3e4brd5yu9DRShbWbheruwU34TxtG5C1NANvq4mbXd3tMXzBi59Q5JFyTHA==", "integrity": "sha512-gcldLYE517h7t/r9oK1J7EV6hX854gjZNiDrS5j5O91V193L2K43Yqyp2ZKfdZ05ZLTBYkr/vg1ZTScfHseLxg==",
"peerDependencies": { "peerDependencies": {
"@capacitor/core": "^4.0.0" "@capacitor/core": "^5.0.0"
} }
}, },
"node_modules/@capacitor/ios": { "node_modules/@capacitor/ios": {
"version": "4.8.0", "version": "5.0.5",
"resolved": "https://registry.npmjs.org/@capacitor/ios/-/ios-4.8.0.tgz", "resolved": "https://registry.npmjs.org/@capacitor/ios/-/ios-5.0.5.tgz",
"integrity": "sha512-FbEXFzZIe5EGZNKpGxHNUEGKjcKK0XY45P3QXLoJPF3fEndW96ThLZOy3rHjt436sTu41NubFpPyIzyyy1YgMA==", "integrity": "sha512-U72TPbKN1HlUqEGCOPsCBp6j93Qu1TazWUuA8Q1yfcGDfSOE0zMDNl3eU7XO5OyzpV7z9lf8NJdehimezVl7sA==",
"peerDependencies": { "peerDependencies": {
"@capacitor/core": "^4.7.0" "@capacitor/core": "^5.0.0"
} }
}, },
"node_modules/@capacitor/keyboard": { "node_modules/@capacitor/keyboard": {
"version": "4.1.1", "version": "5.0.4",
"resolved": "https://registry.npmjs.org/@capacitor/keyboard/-/keyboard-4.1.1.tgz", "resolved": "https://registry.npmjs.org/@capacitor/keyboard/-/keyboard-5.0.4.tgz",
"integrity": "sha512-fdC7u2TeG4BqwC0LnPnhOdya31C4QKdhk/8pc5lxI9X5jyYAetMCN1kEkKa7KREw4DdzXotJt27B9BXxAza6og==", "integrity": "sha512-vIv2NLZRBXgMDkyZurFpANCe7pEbpChdXNGdQFnk1Kg31DFScgwmq4ednZwT4+SHojH6SHCXxaBPg7Y265LWVQ==",
"peerDependencies": { "peerDependencies": {
"@capacitor/core": "^4.0.0" "@capacitor/core": "^5.0.0"
} }
}, },
"node_modules/@capacitor/preferences": { "node_modules/@capacitor/preferences": {
"version": "4.0.2", "version": "5.0.4",
"resolved": "https://registry.npmjs.org/@capacitor/preferences/-/preferences-4.0.2.tgz", "resolved": "https://registry.npmjs.org/@capacitor/preferences/-/preferences-5.0.4.tgz",
"integrity": "sha512-HgcRkMdVHSIV3TeQLZFmCaCeMWQ25wLyZZ7dA2f8Rw81Q1Nroxsi7HxTEGNqrWKSN9PNKBJD8vChr6eB2GNtZg==", "integrity": "sha512-GV3QysJ724GO/CE8KHRYdq8tpzCrJWKVtOJGkLoPt+qlr88SNN+ayNMXlZE1LCMJ5eevdWDreSjQXiYfkUvnoA==",
"peerDependencies": { "peerDependencies": {
"@capacitor/core": "^4.0.0" "@capacitor/core": "^5.0.0"
} }
}, },
"node_modules/@capacitor/splash-screen": { "node_modules/@capacitor/splash-screen": {
"version": "4.2.0", "version": "5.0.4",
"resolved": "https://registry.npmjs.org/@capacitor/splash-screen/-/splash-screen-4.2.0.tgz", "resolved": "https://registry.npmjs.org/@capacitor/splash-screen/-/splash-screen-5.0.4.tgz",
"integrity": "sha512-XtGqM7J/yVEl/tKksKa7l1B6IDzhq4JJkadRuT8ohf/N7fD/1z45+id/4twM2Vnsxazh1fur2gq8rma7HaXMEw==", "integrity": "sha512-gWV6mSIDyT+4oSC7NKvCSHdBhDIZi8JK7xS/iknkL8bLTZp6/My/vvA+67fRNvmELzGrk3MmbGhLdLoLnsd5dA==",
"peerDependencies": { "peerDependencies": {
"@capacitor/core": "^4.0.0" "@capacitor/core": "^5.0.0"
} }
}, },
"node_modules/@capacitor/status-bar": { "node_modules/@capacitor/status-bar": {
"version": "4.1.1", "version": "5.0.4",
"resolved": "https://registry.npmjs.org/@capacitor/status-bar/-/status-bar-4.1.1.tgz", "resolved": "https://registry.npmjs.org/@capacitor/status-bar/-/status-bar-5.0.4.tgz",
"integrity": "sha512-3wosxMD1XuIFz88+c2GdVEHSJV6u7suOeKQjyWf3zf9eFr622Sg+udZqDbC0dtTWXw97BWyCjv3r1EYJw7XnIA==", "integrity": "sha512-6gvkUTotpzHlfn5KoIglbIqdaEWV/crLtCYXebtFtRAPofCU8EWcljGeeISKBYPE99xqsk3M66vRUY4OzsAYyA==",
"peerDependencies": { "peerDependencies": {
"@capacitor/core": "^4.0.0" "@capacitor/core": "^5.0.0"
} }
}, },
"node_modules/@capacitor/toast": { "node_modules/@capacitor/toast": {
"version": "4.1.0", "version": "5.0.4",
"resolved": "https://registry.npmjs.org/@capacitor/toast/-/toast-4.1.0.tgz", "resolved": "https://registry.npmjs.org/@capacitor/toast/-/toast-5.0.4.tgz",
"integrity": "sha512-hU3GoA1dT+dsMuDOlEeiaU2mdd4VCLvIzgbp7Vk0Mqy9tbg++W4t7hcewlawzJGs6FxH59rIekf2lz7m4ir33w==", "integrity": "sha512-qyhh5p13a59VuRXgCQMXv/AKHGgwG32orWqXeFiUNqzJXZIyqMu3MmK+ok2yQGrlXLbu5s3n0xMM2bCVkPpx+Q==",
"peerDependencies": { "peerDependencies": {
"@capacitor/core": "^4.0.0" "@capacitor/core": "^5.0.0"
} }
}, },
"node_modules/@colors/colors": { "node_modules/@colors/colors": {

View file

@ -37,20 +37,20 @@
"@capacitor-community/barcode-scanner": "^3.0.3", "@capacitor-community/barcode-scanner": "^3.0.3",
"@capacitor-community/contacts": "^2.0.0", "@capacitor-community/contacts": "^2.0.0",
"@capacitor-community/screen-brightness": "^4.0.0", "@capacitor-community/screen-brightness": "^4.0.0",
"@capacitor/android": "^4.8.0", "@capacitor/android": "^5.0.0",
"@capacitor/app": "^4.1.1", "@capacitor/app": "^5.0.0",
"@capacitor/camera": "^4.1.5", "@capacitor/camera": "^5.0.0",
"@capacitor/clipboard": "^4.1.0", "@capacitor/clipboard": "^5.0.0",
"@capacitor/core": "^4.8.0", "@capacitor/core": "^5.0.0",
"@capacitor/device": "^4.1.0", "@capacitor/device": "^5.0.0",
"@capacitor/filesystem": "^4.1.5", "@capacitor/filesystem": "^5.0.0",
"@capacitor/haptics": "^4.1.0", "@capacitor/haptics": "^5.0.0",
"@capacitor/ios": "^4.8.0", "@capacitor/ios": "^5.0.0",
"@capacitor/keyboard": "^4.1.1", "@capacitor/keyboard": "^5.0.0",
"@capacitor/preferences": "^4.0.2", "@capacitor/preferences": "^5.0.0",
"@capacitor/splash-screen": "^4.2.0", "@capacitor/splash-screen": "^5.0.0",
"@capacitor/status-bar": "^4.1.1", "@capacitor/status-bar": "^5.0.0",
"@capacitor/toast": "^4.1.0", "@capacitor/toast": "^5.0.0",
"@ionic/angular": "^7.0.14", "@ionic/angular": "^7.0.14",
"@ionic/storage": "^4.0.0", "@ionic/storage": "^4.0.0",
"@ionic/storage-angular": "^4.0.0", "@ionic/storage-angular": "^4.0.0",
@ -84,7 +84,7 @@
"@angular/compiler": "^15.2.9", "@angular/compiler": "^15.2.9",
"@angular/compiler-cli": "^15.2.9", "@angular/compiler-cli": "^15.2.9",
"@angular/language-service": "^15.2.9", "@angular/language-service": "^15.2.9",
"@capacitor/cli": "^4.8.0", "@capacitor/cli": "^5.0.0",
"@ionic/angular-toolkit": "^9.0.0", "@ionic/angular-toolkit": "^9.0.0",
"@ionic/cli": "6.20.1", "@ionic/cli": "6.20.1",
"@types/jasmine": "^3.10.8", "@types/jasmine": "^3.10.8",
@ -102,4 +102,4 @@
"ts-node": "~8.3.0", "ts-node": "~8.3.0",
"typescript": "~4.8.3" "typescript": "~4.8.3"
} }
} }