From f92bcf4c32baf8fb67bf99f7dc35e843f8f179fd Mon Sep 17 00:00:00 2001 From: umasoodch Date: Sun, 30 May 2021 11:09:35 +0300 Subject: [PATCH] fixed config files issue --- Mohem/package.json | 23 ++++++++++++----------- Mohem/tsconfig.json | 2 +- 2 files changed, 13 insertions(+), 12 deletions(-) diff --git a/Mohem/package.json b/Mohem/package.json index 27fec419..54683c89 100755 --- a/Mohem/package.json +++ b/Mohem/package.json @@ -27,17 +27,17 @@ "@ionic-native/background-geolocation": "^5.30.0", "@ionic-native/badge": "^5.18.0", "@ionic-native/barcode-scanner": "^5.18.0", - "@ionic-native/base64": "^5.32.1", + "@ionic-native/base64": "^5.18.0", "@ionic-native/ble": "^5.18.0", "@ionic-native/camera": "^5.18.0", "@ionic-native/core": "^5.8.0", "@ionic-native/date-picker": "^5.10.0", "@ionic-native/device": "^5.18.0", "@ionic-native/diagnostic": "^5.18.0", - "@ionic-native/file": "^5.32.1", - "@ionic-native/file-path": "^5.32.1", + "@ionic-native/file": "^5.18.0", + "@ionic-native/file-path": "^5.18.0", "@ionic-native/fingerprint-aio": "^5.18.0", - "@ionic-native/firebase-x": "^5.32.1", + "@ionic-native/firebase-x": "^5.21.5", "@ionic-native/geolocation": "^5.10.0", "@ionic-native/globalization": "^5.18.0", "@ionic-native/health": "^5.4.0", @@ -46,13 +46,13 @@ "@ionic-native/launch-navigator": "^5.17.0", "@ionic-native/local-notifications": "^5.17.0", "@ionic-native/native-storage": "^5.17.0", - "@ionic-native/nfc": "^5.32.1", + "@ionic-native/nfc": "^5.30.0", "@ionic-native/open-native-settings": "^5.14.0", "@ionic-native/splash-screen": "^5.0.0", "@ionic-native/sqlite": "^5.18.0", "@ionic-native/status-bar": "^5.0.0", "@ionic-native/themeable-browser": "^5.18.0", - "@ionic-native/wifi-wizard-2": "^5.32.1", + "@ionic-native/wifi-wizard-2": "^5.31.1", "@ionic-native/zbar": "^5.10.0", "@ionic/angular": "^4.1.0", "@ng-bootstrap/ng-bootstrap": "^4.2.2", @@ -79,7 +79,7 @@ "cordova-plugin-device": "^2.0.3", "cordova-plugin-dialogs": "^2.0.2", "cordova-plugin-file": "^6.0.2", - "cordova-plugin-filepath": "^1.6.0", + "cordova-plugin-filepath": "^1.5.6", "cordova-plugin-fingerprint-aio": "^3.0.0", "cordova-plugin-firebasex": "^7.0.2", "cordova-plugin-geolocation": "^4.0.2", @@ -93,17 +93,18 @@ "cordova-plugin-statusbar": "^2.4.3", "cordova-plugin-themeablebrowser": "^0.2.18", "cordova-plugin-whitelist": "^1.3.4", + "cordova-plugin-wifiwizard2": "^3.1.1", "cordova-sqlite-storage": "^3.4.0", "cordova-support-google-services": "^1.3.2", "cordova.plugins.diagnostic": "^5.0.1", "core-js": "^2.5.4", "date-fns": "^1.30.1", "es6-promise-plugin": "^4.1.0", - "ionic2-calendar": "^0.5.10", - "ng-circle-progress": "^1.6.0", + "ionic2-calendar": "^0.5.8", + "ng-circle-progress": "^1.5.1", "ng2-file-upload": "^1.3.0", "ng2-pdf-viewer": "^5.3.2", - "ngx-gauge": "^1.1.0", + "ngx-gauge": "^1.0.0-beta.10", "npm": "^6.14.11", "phonegap-nfc": "^1.2.0", "phonegap-plugin-barcodescanner": "^8.1.0", @@ -220,4 +221,4 @@ "ios" ] } -} +} \ No newline at end of file diff --git a/Mohem/tsconfig.json b/Mohem/tsconfig.json index 78575c42..d390fc1d 100644 --- a/Mohem/tsconfig.json +++ b/Mohem/tsconfig.json @@ -6,7 +6,7 @@ "outDir": "./dist/out-tsc", "sourceMap": true, "declaration": false, - "module": "commonjs", + "module": "es2015", "moduleResolution": "node", "emitDecoratorMetadata": true, "experimentalDecorators": true,