forked from CIT/Vmeda.Online
		
	MOBILE-2777 core: Lock dependencies version in package.json
This commit is contained in:
		
							parent
							
								
									65e368af20
								
							
						
					
					
						commit
						26abfeb2a7
					
				
							
								
								
									
										48
									
								
								package.json
									
									
									
									
									
								
							
							
						
						
									
										48
									
								
								package.json
									
									
									
									
									
								
							@ -69,15 +69,15 @@
 | 
				
			|||||||
    "@ionic-native/status-bar": "4.17.0",
 | 
					    "@ionic-native/status-bar": "4.17.0",
 | 
				
			||||||
    "@ionic-native/web-intent": "4.17.0",
 | 
					    "@ionic-native/web-intent": "4.17.0",
 | 
				
			||||||
    "@ionic-native/zip": "4.17.0",
 | 
					    "@ionic-native/zip": "4.17.0",
 | 
				
			||||||
    "@ngx-translate/core": "^8.0.0",
 | 
					    "@ngx-translate/core": "8.0.0",
 | 
				
			||||||
    "@ngx-translate/http-loader": "^2.0.0",
 | 
					    "@ngx-translate/http-loader": "2.0.1",
 | 
				
			||||||
    "@types/cordova": "0.0.34",
 | 
					    "@types/cordova": "0.0.34",
 | 
				
			||||||
    "@types/cordova-plugin-file-transfer": "0.0.3",
 | 
					    "@types/cordova-plugin-file-transfer": "0.0.3",
 | 
				
			||||||
    "@types/cordova-plugin-globalization": "0.0.3",
 | 
					    "@types/cordova-plugin-globalization": "0.0.3",
 | 
				
			||||||
    "@types/cordova-plugin-network-information": "0.0.3",
 | 
					    "@types/cordova-plugin-network-information": "0.0.3",
 | 
				
			||||||
    "@types/node": "^8.0.47",
 | 
					    "@types/node": "8.10.19",
 | 
				
			||||||
    "@types/promise.prototype.finally": "^2.0.2",
 | 
					    "@types/promise.prototype.finally": "2.0.2",
 | 
				
			||||||
    "chart.js": "^2.7.2",
 | 
					    "chart.js": "2.7.2",
 | 
				
			||||||
    "com-darryncampbell-cordova-plugin-intent": "1.1.1",
 | 
					    "com-darryncampbell-cordova-plugin-intent": "1.1.1",
 | 
				
			||||||
    "cordova-android": "7.1.2",
 | 
					    "cordova-android": "7.1.2",
 | 
				
			||||||
    "cordova-android-support-gradle-release": "2.0.1",
 | 
					    "cordova-android-support-gradle-release": "2.0.1",
 | 
				
			||||||
@ -103,35 +103,35 @@
 | 
				
			|||||||
    "cordova-plugin-whitelist": "1.3.3",
 | 
					    "cordova-plugin-whitelist": "1.3.3",
 | 
				
			||||||
    "cordova-plugin-zip": "3.1.0",
 | 
					    "cordova-plugin-zip": "3.1.0",
 | 
				
			||||||
    "cordova-sqlite-evcore-extbuild-free": "0.9.9",
 | 
					    "cordova-sqlite-evcore-extbuild-free": "0.9.9",
 | 
				
			||||||
    "es6-promise-plugin": "^4.2.2",
 | 
					    "es6-promise-plugin": "4.2.2",
 | 
				
			||||||
    "font-awesome": "4.7.0",
 | 
					    "font-awesome": "4.7.0",
 | 
				
			||||||
    "ionic-angular": "^3.9.2",
 | 
					    "ionic-angular": "3.9.2",
 | 
				
			||||||
    "ionicons": "3.0.0",
 | 
					    "ionicons": "3.0.0",
 | 
				
			||||||
    "jszip": "^3.1.4",
 | 
					    "jszip": "3.1.5",
 | 
				
			||||||
    "moment": "^2.19.1",
 | 
					    "moment": "2.22.2",
 | 
				
			||||||
    "nl.kingsquare.cordova.background-audio": "1.0.1",
 | 
					    "nl.kingsquare.cordova.background-audio": "1.0.1",
 | 
				
			||||||
    "phonegap-plugin-push": "git+https://github.com/moodlemobile/phonegap-plugin-push.git#moodle",
 | 
					    "phonegap-plugin-push": "git+https://github.com/moodlemobile/phonegap-plugin-push.git#moodle",
 | 
				
			||||||
    "promise.prototype.finally": "^3.0.1",
 | 
					    "promise.prototype.finally": "3.1.0",
 | 
				
			||||||
    "rxjs": "5.5.11",
 | 
					    "rxjs": "5.5.11",
 | 
				
			||||||
    "sw-toolbox": "3.6.0",
 | 
					    "sw-toolbox": "3.6.0",
 | 
				
			||||||
    "ts-md5": "^1.2.2",
 | 
					    "ts-md5": "1.2.4",
 | 
				
			||||||
    "web-animations-js": "^2.3.1",
 | 
					    "web-animations-js": "2.3.1",
 | 
				
			||||||
    "zone.js": "0.8.26"
 | 
					    "zone.js": "0.8.26"
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  "devDependencies": {
 | 
					  "devDependencies": {
 | 
				
			||||||
    "@ionic/app-scripts": "3.1.9",
 | 
					    "@ionic/app-scripts": "3.1.9",
 | 
				
			||||||
    "electron-rebuild": "^1.8.1",
 | 
					    "electron-rebuild": "1.8.1",
 | 
				
			||||||
    "electron-builder-lib": "^20.23.1",
 | 
					    "electron-builder-lib": "20.23.1",
 | 
				
			||||||
    "gulp": "^4.0.0",
 | 
					    "gulp": "4.0.0",
 | 
				
			||||||
    "gulp-clip-empty-files": "^0.1.2",
 | 
					    "gulp-clip-empty-files": "0.1.2",
 | 
				
			||||||
    "gulp-flatten": "^0.4.0",
 | 
					    "gulp-flatten": "0.4.0",
 | 
				
			||||||
    "gulp-rename": "^1.2.2",
 | 
					    "gulp-rename": "1.3.0",
 | 
				
			||||||
    "gulp-slash": "^1.1.3",
 | 
					    "gulp-slash": "1.1.3",
 | 
				
			||||||
    "gulp-util": "^3.0.8",
 | 
					    "gulp-util": "3.0.8",
 | 
				
			||||||
    "node-loader": "^0.6.0",
 | 
					    "node-loader": "0.6.0",
 | 
				
			||||||
    "through": "^2.3.8",
 | 
					    "through": "2.3.8",
 | 
				
			||||||
    "typescript": "~2.6.2",
 | 
					    "typescript": "2.6.2",
 | 
				
			||||||
    "webpack-merge": "^4.1.2"
 | 
					    "webpack-merge": "4.1.2"
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  "browser": {
 | 
					  "browser": {
 | 
				
			||||||
    "electron": false
 | 
					    "electron": false
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user