MOBILE-3339 npm: Fix jszip version
parent
00d083837d
commit
e62be07842
|
@ -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
|
||||
|
||||
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
|
||||
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -105,7 +105,7 @@
|
|||
"font-awesome": "^4.7.0",
|
||||
"ionic-angular": "3.9.9",
|
||||
"ionicons": "^3.0.0",
|
||||
"jszip": "^3.2.2",
|
||||
"jszip": "~3.1.5",
|
||||
"mathjax": "2.7.7",
|
||||
"moment": "^2.24.0",
|
||||
"nl.kingsquare.cordova.background-audio": "^1.0.1",
|
||||
|
|
Loading…
Reference in New Issue