Merge pull request #2288 from crazyserver/MOBILE-3339

MOBILE-3339 npm: Fix jszip version
main
Juan Leyva 2020-02-18 15:17:01 +01:00 committed by GitHub
commit bc08adda94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2642 additions and 2544 deletions

View File

@ -7,4 +7,9 @@ com-darryncampbell-cordova-plugin-intent 2.0.0 onwards needs Android X Support.
typescript is needed to be less than 2.7 for @angular/compiler-cli typescript is needed to be less than 2.7 for @angular/compiler-cli
cordova-plugin-ionic-keyboard has problems on greater verisons than 2.1.3 cordova-plugin-ionic-keyboard has problems on greater versions than 2.1.3
jszip has problems with "lie" dependency on greater versions than 3.1
promise.prototype.finally has problems on greater versions than 3.1

5177
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -105,7 +105,7 @@
"font-awesome": "^4.7.0", "font-awesome": "^4.7.0",
"ionic-angular": "3.9.9", "ionic-angular": "3.9.9",
"ionicons": "^3.0.0", "ionicons": "^3.0.0",
"jszip": "^3.2.2", "jszip": "~3.1.5",
"mathjax": "2.7.7", "mathjax": "2.7.7",
"moment": "^2.24.0", "moment": "^2.24.0",
"nl.kingsquare.cordova.background-audio": "^1.0.1", "nl.kingsquare.cordova.background-audio": "^1.0.1",