[enh] Upgrade to Cordova@10.0.0 cordova-android@9.0.0 and cordova-ios@6.1.0
Showing
... | ... | @@ -11,7 +11,7 @@ |
}, | ||
"scripts": { | ||
"clean": "trash www/dist/** dist/web/* dist/desktop/**/*.deb platforms/android/**/*.apk", | ||
"postinstall": "node -e \"try { require('fs').symlinkSync(require('path').resolve('node_modules/@bower_components'), 'www/lib', 'junction') } catch (e) { }\" && rm -f hooks/uglify-config.json hooks/after_prepare/uglify.js www/lib/moment/meteor/moment.js", | ||
"postinstall": "node scripts/node/postinstall.js", | ||
"install-platforms": "ionic cordova prepare", | ||
"start": "ionic serve", | ||
"start:firefox": "gulp webExtCompile && web-ext run --source-dir ./dist/web/ext/", | ||
... | ... | @@ -84,35 +84,32 @@ |
}, | ||
"devDependencies": { | ||
"@ionic/cli": "^6.11.0", | ||
"@ionic/v1-toolkit": "^3.2.0", | ||
"@ionic/v1-toolkit": "^3.2.3", | ||
"@prantlf/gulp-jsonlint": "^2.4.0", | ||
"ansi-colors": "^4.1.1", | ||
"cordova": "^8.1.2", | ||
"cordova-android": "^8.1.0", | ||
"cordova": "^10.0.0", | ||
"cordova-android": "^9.0.0", | ||
"cordova-clipboard": "^1.3.0", | ||
"cordova-ios": "git+https://github.com/duniter-cesium/cordova-ios.git#5.1.0", | ||
"cordova-osx": "^5.0.0", | ||
"cordova-plugin-androidx": "^1.0.2", | ||
"cordova-plugin-androidx-adapter": "^1.1.0", | ||
"cordova-ios": "^6.1.0", | ||
"cordova-osx": "^6.0.0", | ||
"cordova-plugin-androidx": "^2.0.0", | ||
"cordova-plugin-androidx-adapter": "^1.1.1", | ||
"cordova-plugin-camera": "^4.1.0", | ||
"cordova-plugin-compat": "^1.2.0", | ||
"cordova-plugin-customurlscheme": "^5.0.2", | ||
"cordova-plugin-device": "^2.0.3", | ||
"cordova-plugin-dialogs": "^2.0.2", | ||
"cordova-plugin-file": "^6.0.2", | ||
"cordova-plugin-ionic-keyboard": "^2.2.0", | ||
"cordova-plugin-ionic-webview": "^4.2.1", | ||
"cordova-plugin-splashscreen": "^5.0.4", | ||
"cordova-plugin-minisodium": "git+https://github.com/duniter-cesium/cordova-plugin-minisodium.git#v1.0.2", | ||
"cordova-plugin-secure-storage-android10": "git+https://github.com/duniter-cesium/cordova-plugin-secure-storage-android10.git#6.0.4", | ||
"cordova-plugin-splashscreen": "^6.0.0", | ||
"cordova-plugin-statusbar": "^2.4.3", | ||
"cordova-plugin-vibration": "^3.1.1", | ||
"cordova-plugin-websocket": "^0.12.2", | ||
"cordova-plugin-whitelist": "^1.3.4", | ||
"cordova-plugin-x-toast": "^2.7.2", | ||
"ionic-plugin-keyboard": "^2.2.1", | ||
"phonegap-plugin-barcodescanner": "^8.1.0", | ||
"cordova-plugin-customurlscheme": "^5.0.2", | ||
"cordova-plugin-minisodium": "git+https://github.com/duniter-cesium/cordova-plugin-minisodium.git#v1.0.1", | ||
"cordova-plugin-secure-storage-android10": "git+https://github.com/duniter-cesium/cordova-plugin-secure-storage-android10.git#6.0.4", | ||
"cordova-uglify": "^0.3.4", | ||
"del": "^5.1.0", | ||
"delete-empty": "^0.1.3", | ||
"event-stream": "3.3.4", | ||
... | ... | @@ -149,11 +146,13 @@ |
"gulp-uglify-es": "^2.0.0", | ||
"gulp-useref": "^4.0.1", | ||
"gulp-zip": "^5.0.2", | ||
"ionic-plugin-keyboard": "^2.2.1", | ||
"jshint": "^2.10.3", | ||
"lazypipe": "^1.0.2", | ||
"merge2": "^1.3.0", | ||
"mv": "^2.1.1", | ||
"node-sass": "^4.14.1", | ||
"phonegap-plugin-barcodescanner": "^8.1.0", | ||
"playup": "^1.1.0", | ||
"vinyl-fs": "^3.0.3", | ||
"web-ext": "^4.3.0", | ||
... | ... | @@ -170,37 +169,6 @@ |
"gulp-cli": "2.3.0", | ||
"graceful-fs": "4.2.4" | ||
}, | ||
"cordovaPlugins": [ | ||
"cordova-plugin-whitelist", | ||
"cordova-plugin-splashscreen", | ||
"ionic-plugin-keyboard", | ||
"cordova-plugin-device", | ||
"cordova-plugin-statusbar", | ||
"cordova-plugin-camera", | ||
"cordova-plugin-websocket", | ||
"cordova-plugin-vibration", | ||
"cordova-plugin-dialogs", | ||
"cordova-plugin-secure-storage-android10", | ||
"cordova-plugin-x-toast", | ||
"cordova-clipboard", | ||
"cordova-plugin-minisodium", | ||
"phonegap-plugin-barcodescanner", | ||
"cordova-plugin-ionic-keyboard", | ||
"cordova-plugin-ionic-webview@4.1.2", | ||
"cordova-plugin-customurlscheme" | ||
], | ||
"cordovaPlatforms": [ | ||
{ | ||
"platform": "ios", | ||