From a40df9cb255f5c72776fbb1d0583d1eed0943bbe Mon Sep 17 00:00:00 2001 From: Dani Palou Date: Wed, 4 May 2022 08:11:00 +0200 Subject: [PATCH 1/2] MOBILE-3833 config: Increase version to 4.1.0-dev --- config.xml | 6 +++--- moodle.config.json | 4 ++-- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/config.xml b/config.xml index 4bab48e54..8dd6def1f 100644 --- a/config.xml +++ b/config.xml @@ -1,5 +1,5 @@ - + Moodle Moodle official app Moodle Mobile team @@ -27,7 +27,7 @@ - + @@ -251,7 +251,7 @@ - 4.0.0 + 4.1.0 diff --git a/moodle.config.json b/moodle.config.json index 7e6907749..02b2bbfba 100644 --- a/moodle.config.json +++ b/moodle.config.json @@ -1,8 +1,8 @@ { "app_id": "com.moodle.moodlemobile", "appname": "Moodle Mobile", - "versioncode": 40000, - "versionname": "4.0.0", + "versioncode": 41000, + "versionname": "4.1.0-dev", "cache_update_frequency_usually": 420000, "cache_update_frequency_often": 1200000, "cache_update_frequency_sometimes": 3600000, diff --git a/package-lock.json b/package-lock.json index ccfedf471..6d13a1f0b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "moodlemobile", - "version": "4.0.0", + "version": "4.1.0-dev", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "moodlemobile", - "version": "4.0.0", + "version": "4.1.0-dev", "license": "Apache-2.0", "dependencies": { "@angular/animations": "10.0.14", diff --git a/package.json b/package.json index 3c3909d5e..ac865bf7b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "moodlemobile", - "version": "4.0.0", + "version": "4.1.0-dev", "description": "The official app for Moodle.", "author": { "name": "Moodle Pty Ltd.", From 5b1d4147a678f8babf05d86a317a5a57f8f45b83 Mon Sep 17 00:00:00 2001 From: Dani Palou Date: Wed, 4 May 2022 08:35:15 +0200 Subject: [PATCH 2/2] MOBILE-3833 config: Unlock plugins and libraries for 4.1.0 --- package-lock.json | 246 +++++++++++++++++++++++----------------------- package.json | 246 +++++++++++++++++++++++----------------------- 2 files changed, 246 insertions(+), 246 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6d13a1f0b..a65818922 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,40 +9,40 @@ "version": "4.1.0-dev", "license": "Apache-2.0", "dependencies": { - "@angular/animations": "10.0.14", - "@angular/common": "10.0.14", - "@angular/core": "10.0.14", - "@angular/forms": "10.0.14", - "@angular/platform-browser": "10.0.14", - "@angular/platform-browser-dynamic": "10.0.14", - "@angular/router": "10.0.14", - "@ionic-native/badge": "5.33.0", - "@ionic-native/camera": "5.33.0", - "@ionic-native/chooser": "5.33.0", - "@ionic-native/clipboard": "5.33.0", - "@ionic-native/core": "5.33.0", - "@ionic-native/device": "5.33.0", - "@ionic-native/diagnostic": "5.33.0", - "@ionic-native/file": "5.33.0", - "@ionic-native/file-opener": "5.33.0", - "@ionic-native/file-transfer": "5.33.0", - "@ionic-native/geolocation": "5.33.0", - "@ionic-native/http": "5.33.0", - "@ionic-native/in-app-browser": "5.33.0", - "@ionic-native/ionic-webview": "5.33.0", - "@ionic-native/keyboard": "5.33.0", - "@ionic-native/local-notifications": "5.33.0", - "@ionic-native/media": "5.33.0", - "@ionic-native/media-capture": "5.33.0", - "@ionic-native/network": "5.33.0", - "@ionic-native/push": "5.33.0", - "@ionic-native/qr-scanner": "5.33.0", - "@ionic-native/splash-screen": "5.33.0", - "@ionic-native/sqlite": "5.33.0", - "@ionic-native/status-bar": "5.33.0", - "@ionic-native/web-intent": "5.33.0", - "@ionic-native/zip": "5.33.0", - "@ionic/angular": "5.9.2", + "@angular/animations": "~10.0.14", + "@angular/common": "~10.0.14", + "@angular/core": "~10.0.14", + "@angular/forms": "~10.0.14", + "@angular/platform-browser": "~10.0.14", + "@angular/platform-browser-dynamic": "~10.0.14", + "@angular/router": "~10.0.14", + "@ionic-native/badge": "^5.33.0", + "@ionic-native/camera": "^5.33.0", + "@ionic-native/chooser": "^5.33.0", + "@ionic-native/clipboard": "^5.33.0", + "@ionic-native/core": "^5.33.0", + "@ionic-native/device": "^5.33.0", + "@ionic-native/diagnostic": "^5.33.0", + "@ionic-native/file": "^5.33.0", + "@ionic-native/file-opener": "^5.33.0", + "@ionic-native/file-transfer": "^5.33.0", + "@ionic-native/geolocation": "^5.33.0", + "@ionic-native/http": "^5.33.0", + "@ionic-native/in-app-browser": "^5.33.0", + "@ionic-native/ionic-webview": "^5.33.0", + "@ionic-native/keyboard": "^5.33.0", + "@ionic-native/local-notifications": "^5.33.0", + "@ionic-native/media": "^5.33.0", + "@ionic-native/media-capture": "^5.33.0", + "@ionic-native/network": "^5.33.0", + "@ionic-native/push": "^5.33.0", + "@ionic-native/qr-scanner": "^5.33.0", + "@ionic-native/splash-screen": "^5.33.0", + "@ionic-native/sqlite": "^5.33.0", + "@ionic-native/status-bar": "^5.33.0", + "@ionic-native/web-intent": "^5.33.0", + "@ionic-native/zip": "^5.33.0", + "@ionic/angular": "^5.9.2", "@moodlehq/cordova-plugin-file-transfer": "1.7.1-moodle.5", "@moodlehq/cordova-plugin-inappbrowser": "5.0.0-moodle.3", "@moodlehq/cordova-plugin-ionic-webview": "5.0.0-moodle.1", @@ -50,106 +50,106 @@ "@moodlehq/cordova-plugin-qrscanner": "3.0.1-moodle.2", "@moodlehq/cordova-plugin-zip": "3.1.0-moodle.1", "@moodlehq/phonegap-plugin-push": "2.0.0-moodle.4", - "@ngx-translate/core": "13.0.0", - "@ngx-translate/http-loader": "6.0.0", - "@types/chart.js": "2.9.31", + "@ngx-translate/core": "^13.0.0", + "@ngx-translate/http-loader": "^6.0.0", + "@types/chart.js": "^2.9.31", "@types/cordova": "0.0.34", - "@types/dom-mediacapture-record": "1.0.7", - "chart.js": "2.9.4", - "com-darryncampbell-cordova-plugin-intent": "2.2.0", - "cordova": "11.0.0", - "cordova-android": "10.1.1", - "cordova-clipboard": "1.3.0", - "cordova-ios": "6.2.0", - "cordova-plugin-add-swift-support": "2.0.2", - "cordova-plugin-advanced-http": "3.2.2", - "cordova-plugin-badge": "0.8.8", - "cordova-plugin-camera": "6.0.0", - "cordova-plugin-chooser": "1.3.2", - "cordova-plugin-customurlscheme": "5.0.2", - "cordova-plugin-device": "2.0.3", - "cordova-plugin-file": "6.0.2", - "cordova-plugin-file-opener2": "3.0.5", - "cordova-plugin-geolocation": "4.1.0", - "cordova-plugin-ionic-keyboard": "2.2.0", - "cordova-plugin-media": "5.0.4", - "cordova-plugin-media-capture": "3.0.3", - "cordova-plugin-network-information": "3.0.0", - "cordova-plugin-prevent-override": "1.0.1", - "cordova-plugin-splashscreen": "6.0.0", - "cordova-plugin-statusbar": "3.0.0", - "cordova-plugin-wkuserscript": "1.0.1", - "cordova-plugin-wkwebview-cookies": "1.0.1", - "cordova-sqlite-storage": "6.0.0", - "cordova.plugins.diagnostic": "6.1.1", - "core-js": "3.9.1", - "es6-promise-plugin": "4.2.2", - "hammerjs": "2.0.8", - "jszip": "3.7.1", + "@types/dom-mediacapture-record": "^1.0.7", + "chart.js": "^2.9.4", + "com-darryncampbell-cordova-plugin-intent": "^2.2.0", + "cordova": "^11.0.0", + "cordova-android": "^10.1.1", + "cordova-clipboard": "^1.3.0", + "cordova-ios": "^6.2.0", + "cordova-plugin-add-swift-support": "^2.0.2", + "cordova-plugin-advanced-http": "^3.2.2", + "cordova-plugin-badge": "^0.8.8", + "cordova-plugin-camera": "^6.0.0", + "cordova-plugin-chooser": "^1.3.2", + "cordova-plugin-customurlscheme": "^5.0.2", + "cordova-plugin-device": "^2.0.3", + "cordova-plugin-file": "^6.0.2", + "cordova-plugin-file-opener2": "^3.0.5", + "cordova-plugin-geolocation": "^4.1.0", + "cordova-plugin-ionic-keyboard": "^2.2.0", + "cordova-plugin-media": "^5.0.4", + "cordova-plugin-media-capture": "^3.0.3", + "cordova-plugin-network-information": "^3.0.0", + "cordova-plugin-prevent-override": "^1.0.1", + "cordova-plugin-splashscreen": "^6.0.0", + "cordova-plugin-statusbar": "^3.0.0", + "cordova-plugin-wkuserscript": "^1.0.1", + "cordova-plugin-wkwebview-cookies": "^1.0.1", + "cordova-sqlite-storage": "^6.0.0", + "cordova.plugins.diagnostic": "^6.1.1", + "core-js": "^3.9.1", + "es6-promise-plugin": "^4.2.2", + "hammerjs": "^2.0.8", + "jszip": "^3.7.1", "mathjax": "2.7.7", - "moment": "2.29.2", - "nl.kingsquare.cordova.background-audio": "1.0.1", - "rxjs": "6.5.5", - "ts-md5": "1.2.7", - "tslib": "2.3.1", - "zone.js": "0.10.3" + "moment": "^2.29.2", + "nl.kingsquare.cordova.background-audio": "^1.0.1", + "rxjs": "~6.5.5", + "ts-md5": "^1.2.7", + "tslib": "^2.3.1", + "zone.js": "~0.10.3" }, "devDependencies": { - "@angular-builders/custom-webpack": "10.0.1", - "@angular-devkit/architect": "0.1202.7", - "@angular-devkit/build-angular": "0.1000.8", - "@angular-eslint/builder": "4.2.0", - "@angular-eslint/eslint-plugin": "4.2.0", - "@angular-eslint/eslint-plugin-template": "4.2.0", - "@angular-eslint/schematics": "4.2.0", - "@angular-eslint/template-parser": "4.2.0", - "@angular/cli": "10.0.8", - "@angular/compiler": "10.0.14", - "@angular/compiler-cli": "10.0.14", - "@angular/language-service": "10.0.14", - "@ionic/angular-toolkit": "2.3.3", - "@ionic/cli": "6.19.0", - "@types/faker": "5.1.3", - "@types/node": "12.12.64", - "@types/resize-observer-browser": "0.1.5", - "@types/webpack-env": "1.16.0", - "@typescript-eslint/eslint-plugin": "4.22.0", - "@typescript-eslint/parser": "4.22.0", - "check-es-compat": "1.1.1", - "cordova-plugin-androidx-adapter": "1.1.3", + "@angular-builders/custom-webpack": "^10.0.1", + "@angular-devkit/architect": "^0.1202.7", + "@angular-devkit/build-angular": "~0.1000.8", + "@angular-eslint/builder": "^4.2.0", + "@angular-eslint/eslint-plugin": "^4.2.0", + "@angular-eslint/eslint-plugin-template": "^4.2.0", + "@angular-eslint/schematics": "^4.2.0", + "@angular-eslint/template-parser": "^4.2.0", + "@angular/cli": "~10.0.8", + "@angular/compiler": "~10.0.14", + "@angular/compiler-cli": "~10.0.14", + "@angular/language-service": "~10.0.14", + "@ionic/angular-toolkit": "^2.3.3", + "@ionic/cli": "^6.19.0", + "@types/faker": "^5.1.3", + "@types/node": "^12.12.64", + "@types/resize-observer-browser": "^0.1.5", + "@types/webpack-env": "^1.16.0", + "@typescript-eslint/eslint-plugin": "^4.22.0", + "@typescript-eslint/parser": "^4.22.0", + "check-es-compat": "^1.1.1", + "cordova-plugin-androidx-adapter": "^1.1.3", "cordova-plugin-screen-orientation": "^3.0.2", - "cross-env": "7.0.3", - "eslint": "7.25.0", - "eslint-config-prettier": "8.3.0", - "eslint-plugin-header": "3.1.1", - "eslint-plugin-import": "2.22.1", - "eslint-plugin-jest": "24.3.6", - "eslint-plugin-jsdoc": "32.3.3", - "eslint-plugin-prefer-arrow": "1.2.3", - "eslint-plugin-promise": "5.1.0", - "faker": "5.1.0", - "fs-extra": "9.1.0", + "cross-env": "^7.0.3", + "eslint": "^7.25.0", + "eslint-config-prettier": "^8.3.0", + "eslint-plugin-header": "^3.1.1", + "eslint-plugin-import": "^2.22.1", + "eslint-plugin-jest": "^24.3.6", + "eslint-plugin-jsdoc": "^32.3.3", + "eslint-plugin-prefer-arrow": "^1.2.3", + "eslint-plugin-promise": "^5.1.0", + "faker": "^5.1.0", + "fs-extra": "^9.1.0", "gulp": "4.0.2", - "gulp-clip-empty-files": "0.1.2", - "gulp-concat": "2.6.1", - "gulp-flatten": "0.4.0", - "gulp-htmlmin": "5.0.1", - "gulp-rename": "2.0.0", - "gulp-slash": "1.1.3", - "jest": "26.5.2", - "jest-preset-angular": "8.3.1", - "jsonc-parser": "2.3.1", - "native-run": "1.4.0", - "terser-webpack-plugin": "4.2.3", - "ts-jest": "26.4.1", - "ts-node": "8.3.0", - "typescript": "3.9.9" + "gulp-clip-empty-files": "^0.1.2", + "gulp-concat": "^2.6.1", + "gulp-flatten": "^0.4.0", + "gulp-htmlmin": "^5.0.1", + "gulp-rename": "^2.0.0", + "gulp-slash": "^1.1.3", + "jest": "^26.5.2", + "jest-preset-angular": "^8.3.1", + "jsonc-parser": "^2.3.1", + "native-run": "^1.4.0", + "terser-webpack-plugin": "^4.2.3", + "ts-jest": "^26.4.1", + "ts-node": "~8.3.0", + "typescript": "^3.9.9" }, "engines": { "node": ">=14.15.0 <15" }, "optionalDependencies": { - "keytar": "7.2.0" + "keytar": "^7.2.0" } }, "node_modules/@angular-builders/custom-webpack": { diff --git a/package.json b/package.json index ac865bf7b..5470b37ba 100644 --- a/package.json +++ b/package.json @@ -38,40 +38,40 @@ "ionic:build:before": "gulp" }, "dependencies": { - "@angular/animations": "10.0.14", - "@angular/common": "10.0.14", - "@angular/core": "10.0.14", - "@angular/forms": "10.0.14", - "@angular/platform-browser": "10.0.14", - "@angular/platform-browser-dynamic": "10.0.14", - "@angular/router": "10.0.14", - "@ionic-native/badge": "5.33.0", - "@ionic-native/camera": "5.33.0", - "@ionic-native/chooser": "5.33.0", - "@ionic-native/clipboard": "5.33.0", - "@ionic-native/core": "5.33.0", - "@ionic-native/device": "5.33.0", - "@ionic-native/diagnostic": "5.33.0", - "@ionic-native/file": "5.33.0", - "@ionic-native/file-opener": "5.33.0", - "@ionic-native/file-transfer": "5.33.0", - "@ionic-native/geolocation": "5.33.0", - "@ionic-native/http": "5.33.0", - "@ionic-native/in-app-browser": "5.33.0", - "@ionic-native/ionic-webview": "5.33.0", - "@ionic-native/keyboard": "5.33.0", - "@ionic-native/local-notifications": "5.33.0", - "@ionic-native/media": "5.33.0", - "@ionic-native/media-capture": "5.33.0", - "@ionic-native/network": "5.33.0", - "@ionic-native/push": "5.33.0", - "@ionic-native/qr-scanner": "5.33.0", - "@ionic-native/splash-screen": "5.33.0", - "@ionic-native/sqlite": "5.33.0", - "@ionic-native/status-bar": "5.33.0", - "@ionic-native/web-intent": "5.33.0", - "@ionic-native/zip": "5.33.0", - "@ionic/angular": "5.9.2", + "@angular/animations": "~10.0.14", + "@angular/common": "~10.0.14", + "@angular/core": "~10.0.14", + "@angular/forms": "~10.0.14", + "@angular/platform-browser": "~10.0.14", + "@angular/platform-browser-dynamic": "~10.0.14", + "@angular/router": "~10.0.14", + "@ionic-native/badge": "^5.33.0", + "@ionic-native/camera": "^5.33.0", + "@ionic-native/chooser": "^5.33.0", + "@ionic-native/clipboard": "^5.33.0", + "@ionic-native/core": "^5.33.0", + "@ionic-native/device": "^5.33.0", + "@ionic-native/diagnostic": "^5.33.0", + "@ionic-native/file": "^5.33.0", + "@ionic-native/file-opener": "^5.33.0", + "@ionic-native/file-transfer": "^5.33.0", + "@ionic-native/geolocation": "^5.33.0", + "@ionic-native/http": "^5.33.0", + "@ionic-native/in-app-browser": "^5.33.0", + "@ionic-native/ionic-webview": "^5.33.0", + "@ionic-native/keyboard": "^5.33.0", + "@ionic-native/local-notifications": "^5.33.0", + "@ionic-native/media": "^5.33.0", + "@ionic-native/media-capture": "^5.33.0", + "@ionic-native/network": "^5.33.0", + "@ionic-native/push": "^5.33.0", + "@ionic-native/qr-scanner": "^5.33.0", + "@ionic-native/splash-screen": "^5.33.0", + "@ionic-native/sqlite": "^5.33.0", + "@ionic-native/status-bar": "^5.33.0", + "@ionic-native/web-intent": "^5.33.0", + "@ionic-native/zip": "^5.33.0", + "@ionic/angular": "^5.9.2", "@moodlehq/cordova-plugin-file-transfer": "1.7.1-moodle.5", "@moodlehq/cordova-plugin-inappbrowser": "5.0.0-moodle.3", "@moodlehq/cordova-plugin-ionic-webview": "5.0.0-moodle.1", @@ -79,100 +79,100 @@ "@moodlehq/cordova-plugin-qrscanner": "3.0.1-moodle.2", "@moodlehq/cordova-plugin-zip": "3.1.0-moodle.1", "@moodlehq/phonegap-plugin-push": "2.0.0-moodle.4", - "@ngx-translate/core": "13.0.0", - "@ngx-translate/http-loader": "6.0.0", - "@types/chart.js": "2.9.31", + "@ngx-translate/core": "^13.0.0", + "@ngx-translate/http-loader": "^6.0.0", + "@types/chart.js": "^2.9.31", "@types/cordova": "0.0.34", - "@types/dom-mediacapture-record": "1.0.7", - "chart.js": "2.9.4", - "com-darryncampbell-cordova-plugin-intent": "2.2.0", - "cordova": "11.0.0", - "cordova-android": "10.1.1", - "cordova-clipboard": "1.3.0", - "cordova-ios": "6.2.0", - "cordova-plugin-add-swift-support": "2.0.2", - "cordova-plugin-advanced-http": "3.2.2", - "cordova-plugin-badge": "0.8.8", - "cordova-plugin-camera": "6.0.0", - "cordova-plugin-chooser": "1.3.2", - "cordova-plugin-customurlscheme": "5.0.2", - "cordova-plugin-device": "2.0.3", - "cordova-plugin-file": "6.0.2", - "cordova-plugin-file-opener2": "3.0.5", - "cordova-plugin-geolocation": "4.1.0", - "cordova-plugin-ionic-keyboard": "2.2.0", - "cordova-plugin-media": "5.0.4", - "cordova-plugin-media-capture": "3.0.3", - "cordova-plugin-network-information": "3.0.0", - "cordova-plugin-prevent-override": "1.0.1", - "cordova-plugin-splashscreen": "6.0.0", - "cordova-plugin-statusbar": "3.0.0", - "cordova-plugin-wkuserscript": "1.0.1", - "cordova-plugin-wkwebview-cookies": "1.0.1", - "cordova-sqlite-storage": "6.0.0", - "cordova.plugins.diagnostic": "6.1.1", - "core-js": "3.9.1", - "es6-promise-plugin": "4.2.2", - "hammerjs": "2.0.8", - "jszip": "3.7.1", + "@types/dom-mediacapture-record": "^1.0.7", + "chart.js": "^2.9.4", + "com-darryncampbell-cordova-plugin-intent": "^2.2.0", + "cordova": "^11.0.0", + "cordova-android": "^10.1.1", + "cordova-clipboard": "^1.3.0", + "cordova-ios": "^6.2.0", + "cordova-plugin-add-swift-support": "^2.0.2", + "cordova-plugin-advanced-http": "^3.2.2", + "cordova-plugin-badge": "^0.8.8", + "cordova-plugin-camera": "^6.0.0", + "cordova-plugin-chooser": "^1.3.2", + "cordova-plugin-customurlscheme": "^5.0.2", + "cordova-plugin-device": "^2.0.3", + "cordova-plugin-file": "^6.0.2", + "cordova-plugin-file-opener2": "^3.0.5", + "cordova-plugin-geolocation": "^4.1.0", + "cordova-plugin-ionic-keyboard": "^2.2.0", + "cordova-plugin-media": "^5.0.4", + "cordova-plugin-media-capture": "^3.0.3", + "cordova-plugin-network-information": "^3.0.0", + "cordova-plugin-prevent-override": "^1.0.1", + "cordova-plugin-splashscreen": "^6.0.0", + "cordova-plugin-statusbar": "^3.0.0", + "cordova-plugin-wkuserscript": "^1.0.1", + "cordova-plugin-wkwebview-cookies": "^1.0.1", + "cordova-sqlite-storage": "^6.0.0", + "cordova.plugins.diagnostic": "^6.1.1", + "core-js": "^3.9.1", + "es6-promise-plugin": "^4.2.2", + "hammerjs": "^2.0.8", + "jszip": "^3.7.1", "mathjax": "2.7.7", - "moment": "2.29.2", - "nl.kingsquare.cordova.background-audio": "1.0.1", - "rxjs": "6.5.5", - "ts-md5": "1.2.7", - "tslib": "2.3.1", - "zone.js": "0.10.3" + "moment": "^2.29.2", + "nl.kingsquare.cordova.background-audio": "^1.0.1", + "rxjs": "~6.5.5", + "ts-md5": "^1.2.7", + "tslib": "^2.3.1", + "zone.js": "~0.10.3" }, "devDependencies": { - "@angular-builders/custom-webpack": "10.0.1", - "@angular-devkit/architect": "0.1202.7", - "@angular-devkit/build-angular": "0.1000.8", - "@angular-eslint/builder": "4.2.0", - "@angular-eslint/eslint-plugin": "4.2.0", - "@angular-eslint/eslint-plugin-template": "4.2.0", - "@angular-eslint/schematics": "4.2.0", - "@angular-eslint/template-parser": "4.2.0", - "@angular/cli": "10.0.8", - "@angular/compiler": "10.0.14", - "@angular/compiler-cli": "10.0.14", - "@angular/language-service": "10.0.14", - "@ionic/angular-toolkit": "2.3.3", - "@ionic/cli": "6.19.0", - "@types/faker": "5.1.3", - "@types/node": "12.12.64", - "@types/resize-observer-browser": "0.1.5", - "@types/webpack-env": "1.16.0", - "@typescript-eslint/eslint-plugin": "4.22.0", - "@typescript-eslint/parser": "4.22.0", - "check-es-compat": "1.1.1", - "cordova-plugin-androidx-adapter": "1.1.3", + "@angular-builders/custom-webpack": "^10.0.1", + "@angular-devkit/architect": "^0.1202.7", + "@angular-devkit/build-angular": "~0.1000.8", + "@angular-eslint/builder": "^4.2.0", + "@angular-eslint/eslint-plugin": "^4.2.0", + "@angular-eslint/eslint-plugin-template": "^4.2.0", + "@angular-eslint/schematics": "^4.2.0", + "@angular-eslint/template-parser": "^4.2.0", + "@angular/cli": "~10.0.8", + "@angular/compiler": "~10.0.14", + "@angular/compiler-cli": "~10.0.14", + "@angular/language-service": "~10.0.14", + "@ionic/angular-toolkit": "^2.3.3", + "@ionic/cli": "^6.19.0", + "@types/faker": "^5.1.3", + "@types/node": "^12.12.64", + "@types/resize-observer-browser": "^0.1.5", + "@types/webpack-env": "^1.16.0", + "@typescript-eslint/eslint-plugin": "^4.22.0", + "@typescript-eslint/parser": "^4.22.0", + "check-es-compat": "^1.1.1", + "cordova-plugin-androidx-adapter": "^1.1.3", "cordova-plugin-screen-orientation": "^3.0.2", - "cross-env": "7.0.3", - "eslint": "7.25.0", - "eslint-config-prettier": "8.3.0", - "eslint-plugin-header": "3.1.1", - "eslint-plugin-import": "2.22.1", - "eslint-plugin-jest": "24.3.6", - "eslint-plugin-jsdoc": "32.3.3", - "eslint-plugin-prefer-arrow": "1.2.3", - "eslint-plugin-promise": "5.1.0", - "faker": "5.1.0", - "fs-extra": "9.1.0", + "cross-env": "^7.0.3", + "eslint": "^7.25.0", + "eslint-config-prettier": "^8.3.0", + "eslint-plugin-header": "^3.1.1", + "eslint-plugin-import": "^2.22.1", + "eslint-plugin-jest": "^24.3.6", + "eslint-plugin-jsdoc": "^32.3.3", + "eslint-plugin-prefer-arrow": "^1.2.3", + "eslint-plugin-promise": "^5.1.0", + "faker": "^5.1.0", + "fs-extra": "^9.1.0", "gulp": "4.0.2", - "gulp-clip-empty-files": "0.1.2", - "gulp-concat": "2.6.1", - "gulp-flatten": "0.4.0", - "gulp-htmlmin": "5.0.1", - "gulp-rename": "2.0.0", - "gulp-slash": "1.1.3", - "jest": "26.5.2", - "jest-preset-angular": "8.3.1", - "jsonc-parser": "2.3.1", - "native-run": "1.4.0", - "terser-webpack-plugin": "4.2.3", - "ts-jest": "26.4.1", - "ts-node": "8.3.0", - "typescript": "3.9.9" + "gulp-clip-empty-files": "^0.1.2", + "gulp-concat": "^2.6.1", + "gulp-flatten": "^0.4.0", + "gulp-htmlmin": "^5.0.1", + "gulp-rename": "^2.0.0", + "gulp-slash": "^1.1.3", + "jest": "^26.5.2", + "jest-preset-angular": "^8.3.1", + "jsonc-parser": "^2.3.1", + "native-run": "^1.4.0", + "terser-webpack-plugin": "^4.2.3", + "ts-jest": "^26.4.1", + "ts-node": "~8.3.0", + "typescript": "^3.9.9" }, "engines": { "node": ">=14.15.0 <15" @@ -243,6 +243,6 @@ } }, "optionalDependencies": { - "keytar": "7.2.0" + "keytar": "^7.2.0" } }